Releases: dncrews/angular-elastic-builder
Releases · dncrews/angular-elastic-builder
1.3.0 - Needs Update
1.3.0 "needsUpdate"
This release introduces a watcher on the configuration flag needsUpdate. This allows the user to make external changes and then adjust this flag to true, causing the query to update on the page.
This would be used when:
- Updating the query via an ajax call
- Resetting the query via an external button
- or something else, I guess