...
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.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
1.0.6 - November 02, 2022
Replaced all
rel="nofollow"
links on the default templates of the following components withspan
elements to improve Lighthouse SEO score:
...