UNPKG

3 kBMarkdownView Raw
1## Unreleased
2
3## 2.0.14 (2019-06-28)
4-- Fix for helper to allow for one iteration
5
6## 2.0.13 (2019-05-24)
7-- Change default behavior of {{getFontsCollection}} to use font-display: swap for Google Fonts and allow configuration
8
9## 2.0.12 (2018-04-01)
10-- Added an option to pass in logger and override the default logger of the app [#155](https://github.com/bigcommerce/paper/pull/155)
11
12## 2.0.11 (2018-12-19)
13-- Use https for font providers and resource hints [#144](https://github.com/bigcommerce/paper/pull/144)
14
15## 2.0.10 (2018-05-09)
16-- Fix `cdnify` to avoid double slash in the genrated url [#141](https://github.com/bigcommerce/paper/pull/141)
17
18## 2.0.9 (2018-08-14)
19-- Adds to `if` helper `gtnum` to determine greater than for numbers [#138](https://github.com/bigcommerce/paper/pull/138)
20
21## 2.0.8 (2018-05-09)
22- Add resourceHints and getFontLoaderConfig helpers [#133](https://github.com/bigcommerce/paper/pull/133)
23
24## 2.0.7 (2017-10-17)
25- Always render region wrapper even if no content is present [#128](https://github.com/bigcommerce/paper/pull/128)
26
27## 2.0.6 (2017-09-20)
28- Fix a bug in the `replace` helper [#127](https://github.com/bigcommerce/paper/pull/127)
29
30## 2.0.5 (2017-09-15)
31- Fix a bug in the `replace` helper [#125](https://github.com/bigcommerce/paper/pull/125)
32- Added support to use operators in the `unless` helper [#126](https://github.com/bigcommerce/paper/pull/126)
33
34## 2.0.4 (2017-08-21)
35- Added a test to `first` helper [#120](https://github.com/bigcommerce/paper/pull/120)
36- Lodash deprecated method replaced [#121](https://github.com/bigcommerce/paper/pull/121)
37
38## 2.0.3 (2017-06-21)
39- Adds `region` helper [#118](https://github.com/bigcommerce/paper/pull/118)
40- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
41
42## 2.0.2 (2017-04-20)
43- Bug fix in the `stylesheet` helper [#116](https://github.com/bigcommerce/paper/pull/116)
44
45## 2.0.1 (2017-04-12)
46- Adds the `{{thumbnailImage}}` helper and removes the non-existent `{{thumbnail}}` helper [#114](https://github.com/bigcommerce/paper/pull/114)
47
48## 2.0.0 (2017-04-11)
49- Adds and exposes the helpers we've selected from the handlebars-helpers library [#110](https://github.com/bigcommerce/paper/pull/110)
50- Update docs to describe the interface required by paper for assembler and callbacks [#111](https://github.com/bigcommerce/paper/pull/111)
51- Remove configId from cdn/assets urls for preventing busting the cached assets when configId changes [#112](https://github.com/bigcommerce/paper/pull/112)
52
53## 1.2.0 (2017-02-23)
54- Add a helper that can truncate text. [#106](https://github.com/bigcommerce/paper/pull/106), [#108](https://github.com/bigcommerce/paper/pull/108)
55- Add a helper that can render language strings as a JSON object. [#103](https://github.com/bigcommerce/paper/pull/103)
56- 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)