Releases: bigcommerce/paper-handlebars
Releases · bigcommerce/paper-handlebars
v4.0.4
v4.0.1
v4.0.0
v3.0.3
v3.0.0
- Add
getSiteSettings()
,setSiteSettings()
,getThemeSettings()
, andsetThemeSettings()
for updating these attributes after constructing theHandlebarsRenderer
object - Change helpers to access these data using
getSiteSettings()
andgetThemeSettings()
which are bound to the parent object's accessors, rather than direct access, which allows callers to defer setting them after the constructor is called.
Breaking Changes
- Callers should no longer access
siteSettings
andthemeSettings
directly. - Change
addContent()
tosetContent()
for consistency with other setters.
v2.0.0
Initial Release
Initial Release
- Supports renderer plugin interface for Paper 3.0
- Supports both Handlebars v3 and v4.
- Contains helpers extracted from Paper, with code improvements and new helper registration mechanism
- Numerous code improvements and added test coverage