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.3 - November 02, 2022
Added
aria-hidden
attributes to image links in Search Results Item Component for better usabilityTweaked spacing of Facets List Component on mobile
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
Added
description
property to SearchResultsItemAdded
description
field mappingAdded global
currency
,number
, andstring
Handlebars helpers and removed from Search Results Item Component
1.0.0 - October 31, 2022
This is the first public release of the Hawksearch Handlebars UI.