Skip to content

Releases: Becklyn/GluggiBundle

allow PHP above 7.4

12 Jan 15:42
2ecbd9e
Compare
Choose a tag to compare
3.4.1

allow PHP above 7.4

3.5.0

17 Feb 14:14
Compare
Choose a tag to compare

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

09 Nov 08:57
3721239
Compare
Choose a tag to compare

🎁 New Features

  • Add variants.html.twig template for automatic rendering of all permutations of a component.

3.3.0

27 Jul 11:43
1f07007
Compare
Choose a tag to compare

✨ 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

09 Apr 09:33
6e63e7f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix wrong choice labels

3.2.1

13 Feb 15:17
3b0a831
Compare
Choose a tag to compare

🐛 Bug Fixes

  • If a component references itself within a standalone check the dependency calculation does not longer fail.

3.2.0

20 Dec 16:09
0116ff3
Compare
Choose a tag to compare

🎁 New Features

  • Implement new layout.
  • Added gluggi_dummy() for dummy content. Currently supported is only gluggi_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

03 Sep 14:48
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix typo in version constraint

3.1.1

03 Sep 14:39
Compare
Choose a tag to compare

🐛 Bug Fixes

  • added a missing composer dependency

3.1.0: Set `strict_variables` for testing

07 Jun 20:14
Compare
Choose a tag to compare

🎁 New Features

  • Added new template configuration: add_assets and override_assets (see docs for details)

🛠️ Internal

  • Set strict_variables in twig for testing.