Releases: Becklyn/rad
Releases · Becklyn/rad
8.6.1
8.6.0
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
8.5.1
✨ Improvements
- Fix Symfony 5.4 deprecations + remove unused fields/services
🛠️ Internal
- Upgrade dependencies.
8.5.0
8.5.0
🎁 New Features
- Add validation constraint
@ValidEmbeddable(), which works exactly like@Asserts\Valid()but allows you to setembeddedGroups(),
which will be passed down to the validator when validating the embeddable.
8.4.2
8.4.2
🐛 Bug Fixes
- Add missing call to
widget_container_attributesblock forchoice_widget_expandedform theme template.
8.4.1
🛠️ Internal
- Removed
RowAttrFormExtensionsince it's in Symfony itself now and accidentally resets any third party extension's values.
8.4.0
🎁 New Features
- Add new Twig function
linkable_url, which accepts anyLinkableInterfaceimplementation.
8.3.0
8.3.0
🎁 New Features
- Add
LinkableHandlerInterfacethat rendersLinkableInterfaces to a string.
8.2.0
🎁 New Features
- Add new Twig filter
transDeferred, which accepts either aDeferredTranslationor astringtranslation key.
8.1.5
🐛 Bug Fixes
- Fix
PaginatedList::createFromArray()numberOfItemscalculation.