@bigcommerce/stencil-paper
Advanced tools
Changelog
3.0.0-rc.1 (2018-01-24)
v3.0 Contains several breaking changes:
contentServiceContext
for setting page content. From now on, use setContent()
and getContent()
.siteSettings
and themeSettings
. From now on, use getSiteSettings()
, setSiteSettings()
,
getThemeSettings()
, and setThemeSettings()
if you need to get/set these values after calling the constructor.getTemplateProcessor()
. This is an internal concern of paper-handlebars
and is used by loadTemplates
.loadTemplatesSync()
. This was only used by helper tests and is no longer needed.handlebars
instance variable. Hopefully nobody is accessing that directly. Any helpers that were accessing
it have been updated in paper-handlebars
to use the global context they are given rather than accessing Paper
directly at all.translator
attribute has been moved to paper-handlebars
and is no longer accessible directly on Paper.decorators
attribute has been moved to paper-handlebars
and is no longer accessible directly on Paper.settings
attribute has been renamed to siteSettings
. This should only be accessed by paper-handlebars
.cdnify()
function has been moved into a helper library in paper-handlebars
.inject
attribute has been removed. This is storage used by two of the helpers, and the implementation has
moved to paper-handlebars
.