- [breaking] - Required Node 12+ (#21)
- [improvement] - Used GitHub actions for running automated tests (#21)
- [fix] - Updated
printfto address CVE (#21)
- [improvement] - Refactored to use Glimmer components (#14)
- [breaking] -
focusedparameter to bothSearchBoxandSearchModifierscomponents is no longer two-way bound - [breaking] - Made focus action names consistent for both
SearchBoxandSearchModifiers: both now have two actions:onFocusInandonFocusOut. - [breaking] -
queryparameter toSearchWithModifierscomponent is no longer two-way bound. Use the existingvalueChangeaction to observe changes toquery
- [improvement] - Removed dependence on jQuery (#4)
- [improvement] - Updated ember-mocha (#4)
- [improvement] - Removed support for Node 6 (#4)
- [fix] - Bumped handlebars to 4.5.3 to address CVE (#5)
- [fix] - Bumped jquery (in development) to 3.5.0 to address CVE (#6)
- [fix] - Bumped ember-list-keyboard-navigator to 0.0.4 (#6)
- [improvement] - Added Changelog