UNPKG

2.21 kBMarkdownView Raw
1# Changelog
2
3## 2.0.8 (2018-05-09)
4- Add resourceHints and getFontLoaderConfig helpers [#133](https://github.com/bigcommerce/paper/pull/133)
5
6## 2.0.7 (2017-10-17)
7- Always render region wrapper even if no content is present [#128](https://github.com/bigcommerce/paper/pull/128)
8
9## 2.0.6 (2017-09-20)
10- Fix a bug in the `replace` helper [#127](https://github.com/bigcommerce/paper/pull/127)
11
12## 2.0.5 (2017-09-15)
13- Fix a bug in the `replace` helper [#125](https://github.com/bigcommerce/paper/pull/125)
14- Added support to use operators in the `unless` helper [#126](https://github.com/bigcommerce/paper/pull/126)
15
16## 2.0.4 (2017-08-21)
17- Added a test to `first` helper [#120](https://github.com/bigcommerce/paper/pull/120)
18- Lodash deprecated method replaced [#121](https://github.com/bigcommerce/paper/pull/121)
19
20## 2.0.3 (2017-06-21)
21- Adds `region` helper [#118](https://github.com/bigcommerce/paper/pull/118)
22- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
23
24## 2.0.2 (2017-04-20)
25- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
26
27## 2.0.1 (2017-04-12)
28- Adds the `{{thumbnailImage}}` helper and removes the non-existent `{{thumbnail}}` helper [#114](https://github.com/bigcommerce/paper/pull/114)
29
30## 2.0.0 (2017-04-11)
31- Adds and exposes the helpers we've selected from the handlebars-helpers library [#110](https://github.com/bigcommerce/paper/pull/110)
32- Update docs to describe the interface required by paper for assembler and callbacks [#111](https://github.com/bigcommerce/paper/pull/111)
33- Remove configId from cdn/assets urls for preventing busting the cached assets when configId changes [#112](https://github.com/bigcommerce/paper/pull/112)
34
35## 1.2.0 (2017-02-23)
36- Add a helper that can truncate text. [#106](https://github.com/bigcommerce/paper/pull/106), [#108](https://github.com/bigcommerce/paper/pull/108)
37- Add a helper that can render language strings as a JSON object. [#103](https://github.com/bigcommerce/paper/pull/103)
38- 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)