Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Version Methodology

This library uses Semantic Versioning. Essentially, this means that versions numbers are in a MAJOR.MINOR.PATCH format that is incremented as follows:

  • 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.9 - November 04, 2022

  • Included typings in npm package

1.0.8 - November 04, 2022

1.0.7 - November 03, 2022

  • Switched from lodash to lodash-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 templates

  • Improved 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

1.0.5 - November 02, 2022

1.0.4 - November 02, 2022

1.0.3 - November 02, 2022

1.0.2 - November 02, 2022

  • Updated Icon Component template and Handlebars template model to move icons SVG element inline to work with CDNs or other externally-hosted instances

1.0.1 - November 01, 2022

1.0.0 - October 31, 2022

This is the first public release of the Hawksearch Handlebars UI.

  • No labels