Skip to content

Releases: Becklyn/rad

8.6.1

23 Feb 13:28

Choose a tag to compare

8.6.1

🐛 Bug Fixes

  • Allow older versions of scienta/doctrine-json-functions to get back support for older doctrine/dbal versions.

🛠️ Internal

  • Replace CircleCI with GitHub Actions.

8.6.0

17 Feb 13:55

Choose a tag to compare

8.6.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.

8.5.1

06 Dec 16:43

Choose a tag to compare

8.5.1

✨ Improvements

  • Fix Symfony 5.4 deprecations + remove unused fields/services

🛠️ Internal

  • Upgrade dependencies.

8.5.0

29 Jun 12:10

Choose a tag to compare

8.5.0

🎁 New Features

  • Add validation constraint @ValidEmbeddable(), which works exactly like @Asserts\Valid() but allows you to set embeddedGroups(),
    which will be passed down to the validator when validating the embeddable.

8.4.2

22 Feb 13:36

Choose a tag to compare

8.4.2

🐛 Bug Fixes

  • Add missing call to widget_container_attributes block for choice_widget_expanded form theme template.

8.4.1

12 Jan 09:21

Choose a tag to compare

🛠️ Internal

  • Removed RowAttrFormExtension since it's in Symfony itself now and accidentally resets any third party extension's values.

8.4.0

02 Dec 15:27
681cb9b

Choose a tag to compare

🎁 New Features

  • Add new Twig function linkable_url, which accepts any LinkableInterface implementation.

8.3.0

26 Nov 14:19
0999735

Choose a tag to compare

8.3.0

🎁 New Features

  • Add LinkableHandlerInterface that renders LinkableInterfaces to a string.

8.2.0

24 Nov 14:17
be40d4a

Choose a tag to compare

🎁 New Features

  • Add new Twig filter transDeferred, which accepts either a DeferredTranslation or a string translation key.

8.1.5

25 Aug 15:06
cb3e38d

Choose a tag to compare

🐛 Bug Fixes

  • Fix PaginatedList::createFromArray() numberOfItems calculation.