Releases: giorgiopogliani/twig-components
Releases · giorgiopogliani/twig-components
0.6.1
What's Changed
- Add support for OctoberCMS / WinterCMS by @marcomessa in #27
New Contributors
- @marcomessa made their first contribution in #27
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.4
- Limit twig version below 3.9 due to compatibility issues
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- Fix compatibility issue with PHP 8.2 array access function signature. by @ryanscherler in #21
New Contributors
- @ryanscherler made their first contribution in #21
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
- Refactor tests in trait for different setup
- Fix nested attributes merge with global context enabled
- Add attributes.class('defaultClass') as already documented by @Pindagus in #14
- Optional template extension by @Pindagus in #13
- Fix attributes echo for component in component by @Pindagus in #15
New Contributors
Full Changelog: 0.5.1...0.5.2
0.5.1
fix: use custom tags always active regardless of the configuration
0.5.0
What's Changed
- new: major refactoring and cleaner code
- new:
Configuration
class and deprecatedSetup::init
- new: slots can have variables! Access the attributes on the slots variable like this
title.attributes.class('font-bold')
- new: you can enable global scope and access global variables from you components but this currently breaks the attributes variable
- fix: minor typos by @ArnaudLigny in #11
- fix: minor changes on README file by @ArnaudLigny in #12
New Contributors
- @ArnaudLigny made their first contribution in #11
Full Changelog: 0.4.7...0.5.0
0.4.7
0.4.6
Improving fix for arbitrarily-nested components. @rasmuswinter
0.4.5
Prevent slots being overwritten by inner scope. @rasmuswinter