Skip to content

Tags: barrelstrength/Craft-Twig.tmbundle

Tags

v4.1.0

Toggle v4.1.0's commit message
Craft-Twig 4.0.1

- Adds back support for several Craft 2 specific tags. No need to remove them, we can support both C2 and C3 syntaxes.

v4.0.0

Toggle v4.0.0's commit message
Craft-Twig v4.0

v3.0.3

Toggle v3.0.3's commit message
Fixes rogue curly braces, again

v3.0.2

Toggle v3.0.2's commit message
Updates version number in info.plist

v3.0.1

Toggle v3.0.1's commit message
Fixes rogue curly brace when tabbing after an include

v3.0.0

Toggle v3.0.0's commit message
Craft-Twig v3.0.0

This release bumps up to 3.0.0 as several tab-triggers received minor changes (to be more consistent) and syntax in some legacy snippets were updated.

- Updates bundle to use a more consistent syntax with PhpStorm Live Templates for Craft CMS and PhpStorm Live Templates for Twig
- Updates tab-triggers which output object syntax to use `o` instead of `p`. (i.e `entrieso` instead of `entriesp`)
- Updates bundle to consistently use tabs for indentation

- Adds more extensive support for default Twig Tags
- Adds support for nav tag and related children tags
- Adds support for cache tag
- Adds support for additional end tags for tag pairs
- Adds support for getHeadHtml and getFootHtml
- Adds support for single asset snippet
- Adds support for case snippet
- Adds support for additional variations on include snippet
- Adds support for additional variations on the Matrix snippet, including options for if, ifelse, and switch sytnax
- Updates paginate snippets to use new pagination syntax
- Updates tag snippet to use new tag group syntax
- Updates users snippet to iterate over a user variable (replacing the legacy account variable)
- Updates tab triggers for include snippets
- Updates tab triggers for request snippets
- Fixes syntax error in categories snippet

v2.0.4

Toggle v2.0.4's commit message
Fixes bug in includecss and includejs lookbehinds

v2.0.3

Toggle v2.0.3's commit message
Fixes bug in includecss pattern syntax

v2.0.2

Toggle v2.0.2's commit message
Updates README with image and Contributions section

v2.0.1

Toggle v2.0.1's commit message
Updates markdown spacing