Releases: Becklyn/GluggiBundle
Releases · Becklyn/GluggiBundle
allow PHP above 7.4
3.4.1 allow PHP above 7.4
3.5.0
3.5.0
🎁 New Features
- Add support for PHP 8.
✨ Improvements
- Add missing property types and return types.
- Add support for Symfony 6.
🛠️ Internal
- Fix Symfony deprecations.
- Remove support for Symfony 4.4.
3.4.0
🎁 New Features
- Add
variants.html.twig
template for automatic rendering of all permutations of a component.
3.3.0
✨ Improvements
- Bump minimum PHP version to ^7.4.
- Upgrade to
becklyn/rad
.
🐛 Bug Fixes
- Add support for both the new and old RAD bundles in
gluggy_dummy()
.
3.2.2
3.2.1
🐛 Bug Fixes
- If a component references itself within a
standalone
check the dependency calculation does not longer fail.
3.2.0
🎁 New Features
- Implement new layout.
- Added
gluggi_dummy()
for dummy content. Currently supported is onlygluggi_dummy("content")
. - Add "usages" + "used in"
- Also support transitive dependencies
- Add welcome screen
- Add support for dummy content: 'form'
✨ Improvements
- Allow Symfony 5.
- Make layout responsive.
- Store state of sidebar.
🛠️ Internal
- Update package infrastructure.
- Move all files to
src/
.
3.1.2
3.1.1
3.1.0: Set `strict_variables` for testing
🎁 New Features
- Added new template configuration:
add_assets
andoverride_assets
(see docs for details)
🛠️ Internal
- Set
strict_variables
in twig for testing.