Releases: pattern-lab/patternengine-php-twig
v2.2.2
v2.2.1
Disabling custom Twig Extensions for String Loader
Custom Twig Extensions
A Twig Extension is a collection of Twig functions, filters, tags, globals, and tests all as a single bundle. This approach is more advanced than adding a single function or filter using the traditional PL method, but allows greater flexibility as the whole Twig Extension can be installed in multiple environments. This can allow people to create and share common Twig Extensions much more easily, and opens up a lot of interesting possibilities. Happy Pattern Labbing!
New Features
See docs in the readme.
v2.1.3: Fixing lineage config line (#45)
Bugfixes
- Fixing lineage config line from @sghoweri - PR from Drupal Pattern Lab fork
Fixing silent errors
v2.1.1 Merge pull request #33 from pattern-lab/feature/error-on-uncompiled-p…
Adding "twigLoaderPreInit.customize" event
v2.1.0 Merge pull request #32 from pattern-lab/feature/add-twig-loader-dispa…
Removal of Node Visitor
Removing this feature from "core" of the Twig PatternEngine in favor of a separate plugin.
Event Support
Smarter support for events so that users can build plugins that interact with the Twig Pattern Engine loaders.
Namespaces Support
Support to use @atoms/pattern/path.twig
in includes
. Looks at top-level folders in _source/patterns
to create the namespaces.
Embed Tag Fix
v0.7.1 Embed fix