Releases: bigcommerce/paper-handlebars
Releases · bigcommerce/paper-handlebars
v5.2.0
5.2.0 (2022-10-20)
Bug Fixes
- STRF-10157 Fix build job: npm ci -> npm i (#215) (b07157c)
- STRF-10157 Fix semantic release: added missing dependency (#216) (3cf3f16)
Features
- STRF-10157 Introduce semantic release in repo (#213) (b692bc7)
v5.1.7
- fix: preload hints nested templates returning undefined paths ([#212])[https://github.com//pull/212]
- feat: bundle library to js file ([#211])[https://github.com//pull/211]
v5.1.6
- ref: STRF-10124 Clean up handlebars dependencies ([#209])[https://github.com//pull/209]
v5.1.5
- feat: preload hints generation,
as
attribute properly implemented
v5.1.4
- fix: STRF-10122 Fix forEach, withFirst helpers makeIterator utils([#203])[https://github.com//pull/203]
v5.1.3
- fix: STRF-10122 Fix inArray helper, when array is undefined ([#201])[https://github.com//pull/201]
v5.1.2
- investigate google fonts css uri encoding issue ([#197])[https://github.com//pull/197]
- Add original stack trace to render error ([#198])[https://github.com//pull/198]
- Import 3rd part handlebars helpers and utiliy function to support them ([#195])[https://github.com//pull/195]
v5.1.1
- removes
type
attribute of earlyHint
helper (#193)
v5.1.0
- enable optional resource hint generation in
stylesheet
helper(#187)
- enable optional resource hint generation in
getFontsCollection
helper (#188)
- enable optional resource hint generation in
cdn
helper(#189)
- introduce new
earlyHint
helper (#190)
Release 5.0.6
- bugfix for edge case affecting
get
, getObject
, and option
(#185)