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.4 - November 02, 2022
Renamed tags for Search Field Component, Search Results Component, Search Results List Component, and Search Results Item Component
Changed template name for Search Field Component from
search
tosearchField
Updated default template for Pagination Component to use crawlable links
Added schema.org offers metadata to Search Results Item Component
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.