...
MAJOR version when there are breaking changes
MINOR version when new functionality is added that is backwards-compatible with the previous version
PATCH version when there are backwards-compatible bug fixes
Releases
1.0.8 - November 04, 2022
Added additional event hooks:
1.0.7 - November 03, 2022
Switched from
lodash
tolodash-es
to significantly reduce the output bundle size (more than 50 kb)Added
aria-label
attributes to all form elements that do not have corresponding labels in default templatesImproved contrast of secondary font color (used for facet counts and placeholders) in default templates
Slightly reduced autocomplete debounce time
...