- typescript upgrade
- force hard refresh with indexVM.refresh(true)
- option to disable initial search (indexVM.autoLoad)
- improved error reporting
- better support for client elasticsearch.angular.simple
- Aggregations are now dynamic which means you can change aggregations and they will be updated automatically (just like filters etc.) fixes #9
- eui-search-error event. Thanks to @mathroc!
- add eui-host directive to select eui host at runtime
Added support for highlighting. Thanks to @mathroc!
- sorting.enabled is now being watched and can be dynamically updated (not just on start)
- Fix for "Update index dynamically #1" - makes euiIndex more in sync with other directives
Upgrading:
- Fix for #1 breaks existing code, update your codebase by changing euiIndex="indexname" to euiIndex="'indexname'"
Initial release