Releases: SymfonyCasts/dynamic-forms
Releases · SymfonyCasts/dynamic-forms
v0.1.3 : Housekeeping
Hey Dynamic Form'ers!
Just a minor housekeeping release.
What's Changed
- docs: requestSubmit for turbo by @adrienbrault in #21
- [dx] keep tooling in one place by @jrushlow in #28
- [ci] php-cs-fixer it up by @jrushlow in #33
- docs: add info about demo by @Chris53897 in #32
- Add CI status badge by @bocharsky-bw in #37
- Fix CI by @bocharsky-bw in #36
- Unblock PHPUnit - add it as a dev dependency by @bocharsky-bw in #39
- Add tools/ and .neon to the .gitattributes by @bocharsky-bw in #41
New Contributors
- @adrienbrault made their first contribution in #21
- @jrushlow made their first contribution in #28
- @Chris53897 made their first contribution in #32
Full Changelog: v0.1.2...v0.1.3
Public method signature changes are a non-factor & chores
What's Changed
- Allow symfony/twig-bundle ^5.4 to better test lowest deps by @bocharsky-bw in #8
- Add PHP 8.3 support by @bocharsky-bw in #12
- Simplify CI config thanks to upstream changes by @bocharsky-bw in #15
- RFC about using Symfony UX Turbo by @jrmgx in #13
- [CI] PHP CS Fixer it up by @bocharsky-bw in #18
New Contributors
- @bocharsky-bw made their first contribution in #8
- @jrmgx made their first contribution in #13
Full Changelog: v0.1.1...v0.1.2
Bug fix to support Symfony 5.4
Hi there!
This fixes some method signatures that made the library incompatible with Symfony 5.4.
What's Changed
- Fix method signatures for legacy compatibility by @fransweerts in #7
New Contributors
- @fransweerts made their first contribution in #7
Full Changelog: v0.1.0...v0.1.1
Cheers!
Initial Release
Hi there!
This is the initial, experimental release of this library. Backwards-compatibility is not yet guaranteed. Please open an issue with any problems!
Cheers!