Make a Twig Component and a few other tweaks...
Howdy Makers!
For all of the UX
fans out there, and I'm sure that's everyone, we've added a new make:twig-component
! Hooray!!! Compatibility with API Platform v3 has been fixed & we've hoped to reduce confusion by renaming the add()
repository method to save()
when dealing with entities in make:crud
.
Thank you to all the contributors for the bugs that have been squashed and the new features that have been delivered!
v1.46.0
September 23rd, 2022
Feature
- #1204 - [make:crud] use save instead of add repository methods - @jrushlow
- #1202 - [reset-password] use higher level "options" in ChangePasswordFormType.tpl.php - @seb-jean
- #1019 - Add
make:twig-component
maker - @kbond
Bug
- #1199 - [make:entity] fix compatibility with api-platform 3.0 - @yobrx
- #1176 - [make:entity] Fix error while making blob in entity - @mdoutreluingne
Diff: v1.45.0...v1.46.0
Enjoy!