Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bigcommerce/stencil-paper

Package Overview
Dependencies
Maintainers
9
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigcommerce/stencil-paper - npm Package Versions

1
17

3.0.0-rc.5

Diff

Changelog

Source

3.0.0-rc.5 (2018-08-23)

  • Bump paper-handlebars to 3.0.3 #136 which adds support for gtnum operator in if helper.
junedkazi
published 2.0.9 •

Changelog

Source

2.0.9 (2018-08-14)

  • Add gtnum support to if helper #138
mattolson
published 3.0.0-rc.4 •

Changelog

Source

3.0.0-rc.4 (2018-05-31)

  • Bump paper-handlebars to 3.0.2 #135 which adds the resourceHints helper.
mattolson
published 2.0.8 •

Changelog

Source

2.0.8 (2018-05-09)

  • Add resourceHints helper #133
mattolson
published 3.0.0-rc.3 •

Changelog

Source

3.0.0-rc.3 (2018-01-31)

  • Bump paper-handlebars to 3.0.1 #132 which has fixes for cdn and stylesheet helpers.
mattolson
published 3.0.0-rc.2 •

Changelog

Source

3.0.0-rc.2 (2018-01-31)

  • Remove access to siteSettings and themeSettings, use accessors instead #131
mattolson
published 3.0.0-rc.1 •

Changelog

Source

3.0.0-rc.1 (2018-01-24)

  • Major refactor, moving rendering functionality into paper-handlebars #130 to allow for alternate template engines.

v3.0 Contains several breaking changes:

  • Removed the direct access of contentServiceContext for setting page content. From now on, use setContent() and getContent().
  • Removed direct access of siteSettings and themeSettings. From now on, use getSiteSettings(), setSiteSettings(), getThemeSettings(), and setThemeSettings() if you need to get/set these values after calling the constructor.
  • Removed getTemplateProcessor(). This is an internal concern of paper-handlebars and is used by loadTemplates.
  • Removed loadTemplatesSync(). This was only used by helper tests and is no longer needed.
  • Removed 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.
  • The translator attribute has been moved to paper-handlebars and is no longer accessible directly on Paper.
  • The decorators attribute has been moved to paper-handlebars and is no longer accessible directly on Paper.
  • The settings attribute has been renamed to siteSettings. This should only be accessed by paper-handlebars.
  • The cdnify() function has been moved into a helper library in paper-handlebars.
  • The inject attribute has been removed. This is storage used by two of the helpers, and the implementation has moved to paper-handlebars.
stencil-eng
published 2.0.7 •

Changelog

Source

2.0.7 (2017-10-17)

  • Always render region wrapper even if no content is present #128
stencil-eng
published 2.0.6 •

Changelog

Source

2.0.6 (2017-09-20)

  • Fix a bug in the replace helper #127
stencil-eng
published 2.0.5 •

Changelog

Source

2.0.5 (2017-09-15)

  • Added support to use operators in the unless helper #126
  • Fix a bug in the replace helper #125
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc