UNPKG

4.15 kBMarkdownView Raw
1## Unreleased
2
3## 2.0.23 (2020-02-21)
4- Support more `he` arguments on encodeHtmlEntities helper
5
6## 2.0.22 (2020-01-28)
7- Add encodeHtmlEntities helper
8
9## 2.0.21 (2020-01-17)
10- Backport more permissive behavior of if helper in subexpressions[#190](https://github.com/bigcommerce/paper/pull/190)
11
12## 2.0.20 (2019-10-22)
13- Fix Stencil language translation in Safari[#187](https://github.com/bigcommerce/paper/pull/187)
14
15## 2.0.19 (2019-08-06)
16- Allow json helper to accept a SafeString as an argument
17- Move SafeString unwrapping to common module
18
19## 2.0.18 (2019-07-30)
20- Add setURLQueryParam helper
21- Make getImageSrcset not generate default srcsets larger than the original image when the dimensions are known
22- Make getImage not generate an image larger than the dimensions of the original image if the dimensions are known
23- Allow stripQuerystring to accept a Safestring as an argument
24- Refactor getImage helper to return image URL as SafeString instead of string
25
26## 2.0.17 (2019-07-10)
27- Revert SafeString for getImage
28
29## 2.0.16 (2019-07-10)
30- Add getImageSrcset helper
31- Return image URLs as SafeString
32
33## 2.0.15 (2019-06-30)
34-- Update handlebars to latest
35
36## 2.0.14 (2019-06-28)
37-- Fix for helper to allow for one iteration
38
39## 2.0.13 (2019-05-24)
40-- Change default behavior of {{getFontsCollection}} to use font-display: swap for Google Fonts and allow configuration
41
42## 2.0.12 (2018-04-01)
43-- Added an option to pass in logger and override the default logger of the app [#155](https://github.com/bigcommerce/paper/pull/155)
44
45## 2.0.11 (2018-12-19)
46-- Use https for font providers and resource hints [#144](https://github.com/bigcommerce/paper/pull/144)
47
48## 2.0.10 (2018-05-09)
49-- Fix `cdnify` to avoid double slash in the genrated url [#141](https://github.com/bigcommerce/paper/pull/141)
50
51## 2.0.9 (2018-08-14)
52-- Adds to `if` helper `gtnum` to determine greater than for numbers [#138](https://github.com/bigcommerce/paper/pull/138)
53
54## 2.0.8 (2018-05-09)
55- Add resourceHints and getFontLoaderConfig helpers [#133](https://github.com/bigcommerce/paper/pull/133)
56
57## 2.0.7 (2017-10-17)
58- Always render region wrapper even if no content is present [#128](https://github.com/bigcommerce/paper/pull/128)
59
60## 2.0.6 (2017-09-20)
61- Fix a bug in the `replace` helper [#127](https://github.com/bigcommerce/paper/pull/127)
62
63## 2.0.5 (2017-09-15)
64- Fix a bug in the `replace` helper [#125](https://github.com/bigcommerce/paper/pull/125)
65- Added support to use operators in the `unless` helper [#126](https://github.com/bigcommerce/paper/pull/126)
66
67## 2.0.4 (2017-08-21)
68- Added a test to `first` helper [#120](https://github.com/bigcommerce/paper/pull/120)
69- Lodash deprecated method replaced [#121](https://github.com/bigcommerce/paper/pull/121)
70
71## 2.0.3 (2017-06-21)
72- Adds `region` helper [#118](https://github.com/bigcommerce/paper/pull/118)
73- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
74
75## 2.0.2 (2017-04-20)
76- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
77
78## 2.0.1 (2017-04-12)
79- Adds the `{{thumbnailImage}}` helper and removes the non-existent `{{thumbnail}}` helper [#114](https://github.com/bigcommerce/paper/pull/114)
80
81## 2.0.0 (2017-04-11)
82- Adds and exposes the helpers we've selected from the handlebars-helpers library [#110](https://github.com/bigcommerce/paper/pull/110)
83- Update docs to describe the interface required by paper for assembler and callbacks [#111](https://github.com/bigcommerce/paper/pull/111)
84- Remove configId from cdn/assets urls for preventing busting the cached assets when configId changes [#112](https://github.com/bigcommerce/paper/pull/112)
85
86## 1.2.0 (2017-02-23)
87- Add a helper that can truncate text. [#106](https://github.com/bigcommerce/paper/pull/106), [#108](https://github.com/bigcommerce/paper/pull/108)
88- Add a helper that can render language strings as a JSON object. [#103](https://github.com/bigcommerce/paper/pull/103)
89- Fix an issue where language strings may not be formatted properly (i.e.: pluralization and gender) when they are cascaded. [#103](https://github.com/bigcommerce/paper/pull/103)