Skip to content

Releases: symfony/demo

2.5.1

16 Feb 10:57
Compare
Choose a tag to compare

New features

[a2073d0] Upgrade to Doctrine DBAL 4 and ORM 3 (@dmaicher)
[860b954] Improve routes requirements (@HeahDude)
[e6f2352] Added a new Albanian translation (@llupa)
[b3aee5f] Added a new Nepali translation (@TsongSteven)

Bug fixes

[49578e7] Replace namespace Route Annotation with Route Attribute (@ker0x)
[355f695] Remove the unused var/sessions/ directory (@javiereguiluz)
[4d9888d] Make code style more consistent (@shuraknows)
[bbc5de3] Update assets compilation in GitHub CI (@seb-jean)

2.5.0

20 Dec 11:47
Compare
Choose a tag to compare

New features

[78e116b] Use #[Autowire] attribute instead of YAML config (@GromNaN)
[9ac2900] Use Security::logout() instead of redirecting to the logout URL (@GromNaN)
[b0c6921] Upgrade to AssetMapper 6.4 (@weaverryan)
[37813f6] Display the language selector in the homepage (@javiereguiluz)
[637c294] Add a subtle cross-fade view transition (@javiereguiluz)
[3edba75] Update to Symfony 7 (@javiereguiluz)

Bug fixes

[c8bafc3] Also run tests on PHP 8.2 and PHP 8.3 (@rosier)
[06bdbde] Remove broken link from the error 500 page (@rosier)
[83dbfc9] Fix return type of change password action (@HeahDude)
[263c879] Fix comment about mailer config (@HeahDude)
[8f7b923] Minor update in ListUsersCommand (@hbgamra)

2.4.0

30 Nov 12:43
Compare
Choose a tag to compare

This is the first version that runs on Symfony 6.4 🎉

New features

[701f9d0] Use 303 redirections after form submissions (@Arkounay)
[b19c543] Enable backtraces in Doctrine profiler (@GromNaN)
[945a0f2] Create link_source_file helper to replace internal WebProfiler helper (@GromNaN)
[38ad58e][72040e7] Update to Symfony 6.4 (@javiereguiluz)

Bug fixes

[27f08c4] Show invisible alerts (fix #1440) (@smnandre)
[578246c] Update documentation links (@smnandre)
[23ff699] Fix comment stating isSubmitted is optional (@smnandre)
[c9494ec] Add notice to messenger for async code (@94noni)

2.3.0

21 Jul 13:42
Compare
Choose a tag to compare

New features

[4a1d48b] Add flatpickr as a datepicker (@atierant)
[4dc4256] Update design to use Bootstrap 4 (@atierant)
[4768343] Update the design of the language selector (@javiereguiluz)
[0b3e330] Update the design of the source code modal (@javiereguiluz)
[ee044c7] Use readonly properties (@COil)
[04c1798] Use security roles constants (@COil)
[83f8308] Use final classes (@COil)

Maintenance

[dc7ae36] Update recipes (@fabpot)
[e1468d2] Update the project to Symfony 6.3 (@javiereguiluz)

Bug fixes

[39fb43c] Fix comment typo (@slodplaadmin)

2.2.3

08 Mar 11:03
Compare
Choose a tag to compare

Bug fixes

[84ae312] Fixed PHP named arguments order (@COil)
[3787b9f][12e361a] Update frontend and backend dependencies (@nicolas-grekas, @javiereguiluz)

2.2.2

14 Feb 08:50
Compare
Choose a tag to compare

New features

[2ab114f] Replace AJAX search with Symfony UX Live Component (@ker0x)
[b0526f4] Add Symfony and Doctrine PHPStan extensions (@ker0x)
[c3a2e2e] Add Basque translation (@aetxebeste)

Bug fixes

[1391d41] Limit page size to prevent integer overflow (@Tobion)
[37f3fa6] Apply changes required by PHP CS Fixer (@bocharsky-bw)
[15f089a] Update copyrights year in LICENSE (@bocharsky-bw)
[4edf0b5] Update dependencies + fix tests (@dmaicher)
[2df34b7] Bump minimum version of Doctrine Bundle to ^2.8 (@rosier)
[248c56f][d93d6f6] Update README instructions about cloning the repository (@COil, @javiereguiluz)
[557e9f9] Minor design tweak in the blog post metadata (@javiereguiluz)
[c31e074] Regenerate the sample database contents (@javiereguiluz)
[852aaf5] Update Lithuanian translation (@ciajulius)

2.2.1

22 Dec 08:31
Compare
Choose a tag to compare

New features

[ecb6655] Add a basic Symfony UX Stimulus demo (Antoine Makdessi)
[c668648][3965fa3] Add CSRF protection to logout url in the user controller (@rosier)
[5fbfdb7] Use a simpler form rendering (@seb-jean)
[7349f26] Use the new 'hash_property_path' option of the PasswordType field (@rosier)

Bug fixes

[8b036a5] Update PHPDoc and remove unnecessary PHPDoc applied to fix PHP-CS-Fixer errors (@kniziol)
[22af0ca] Remove "Require symfony/flex" step from tests (@rosier)
[0e63b36] Remove composer/package-versions-deprecated from allow-plugins (@rosier)
[6bcfedd] Add missing yarn dependencies (@flovntp)

2.2.0

02 Dec 09:16
Compare
Choose a tag to compare

New features

[5a37aa1] Add "Remember me" feature in the login form (@artyuum)
[2767915] Create devcontainer.json to add compatibility with GitHub Codespacces (@shyim)
[441b20b] Update to Symfony 6.2 (@javiereguiluz)

Bug fixes

[0604b0b] Fix GitHub Actions deprecation warnings (@rosier)
[4651bcc] Use Doctrine Types in entities (@qdequippe)
[9172868] Bump Doctrine bundle dependency (@rosier)
[6511204] Fix issues reported by PHPStan (@kniziol)

2.1.2

28 Oct 08:23
Compare
Choose a tag to compare

Bug fixes

[8e305c6] Update lint.yaml to fix security check (@Coderberg)
[47375e5] Update php-cs-fixer cache filename (@deguif)
[539cbc0] Remove unused HTML code (@Nek-)
[c512f19] Remove Tag::setName (@chr-hertel)
[60783c4] Use 'composer audit' instead of 'symfony check:security' (@rosier)

2.1.1

22 Jul 07:58
Compare
Choose a tag to compare

Bug fixes

[0ff22b5] Replace deprecated node-sass with sass (@skmedix)
[153f8de] Fix Arabic translation issue (@asispts)
[345bf8f] Fix GitHub CI (@javiereguiluz)
[8c083a3] Update front-end dependencies and rebuild assets (@javiereguiluz)