@pattern-lab/engine-handlebars
Advanced tools
Comparing version 5.15.1 to 5.16.1
@@ -6,2 +6,18 @@ # Change Log | ||
## [5.16.1](https://github.com/pattern-lab/patternlab-node/compare/v5.16.0...v5.16.1) (2022-01-29) | ||
**Note:** Version bump only for package @pattern-lab/engine-handlebars | ||
# [5.16.0](https://github.com/pattern-lab/patternlab-node/compare/v5.15.7...v5.16.0) (2022-01-29) | ||
**Note:** Version bump only for package @pattern-lab/engine-handlebars | ||
## [5.15.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.15.0...v5.15.1) (2021-10-16) | ||
@@ -8,0 +24,0 @@ |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "@pattern-lab/engine-handlebars", | ||
"description": "The Handlebars engine for Pattern Lab / Node", | ||
"version": "5.15.1", | ||
"version": "5.16.1", | ||
"main": "lib/engine_handlebars.js", | ||
"dependencies": { | ||
"fs-extra": "^8.1.0", | ||
"fs-extra": "^10.0.0", | ||
"glob": "^7.1.6", | ||
@@ -31,3 +31,3 @@ "handlebars": "^4.7.7" | ||
}, | ||
"gitHead": "d01b062de612f80ee683210abdb5746eae146c14" | ||
"gitHead": "9734880e15d4da68ab1b5abc6e727b6bcb4a2665" | ||
} |
@@ -12,8 +12,8 @@ # The Handlebars PatternEngine for Pattern Lab / Node | ||
* [x] [Pattern States](https://patternlab.io/docs/using-pattern-states/) | ||
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html)) | ||
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](http://handlebarsjs.com/partials.html)) | ||
* [ ] [Pattern Parameters](https://patternlab.io/docs/using-pattern-parameters/) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html)) | ||
* [ ] [Style Modifiers](https://github.com/pattern-lab/patternlab-node/issues/1177) (Accomplished instead using [native Handlebars partial arguments](https://handlebarsjs.com/guide/partials.html)) | ||
## Helpers | ||
To add custom [helpers](http://handlebarsjs.com/#helpers) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config: | ||
To add custom [helpers](https://handlebarsjs.com/api-reference/helpers.html) or otherwise interact with Handlebars directly, create a file named `patternlab-handlebars-config.js` in the root of your Pattern Lab project, or override the default location by specifying one or several glob patterns in the Pattern Lab config: | ||
@@ -20,0 +20,0 @@ ```json |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19423
+ Addedfs-extra@10.1.0(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addeduniversalify@2.0.1(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removeduniversalify@0.1.2(transitive)
Updatedfs-extra@^10.0.0