Releases: Sylius/SyliusGridBundle
Releases · Sylius/SyliusGridBundle
v1.12.0-ALPHA.1
TL;DR
Drop Symfony 4 support, add Symfony 6 support 🚀
Details
- #236 Drop support for Symfony 4 (@loic425)
- #237 Add support for Symfony 6 (@loic425, @lchrusciel)
- #238 Fix Bootstrap for Symfony 6 (@loic425)
- #240 Use storage factory id (@loic425)
- #242 Fix Kernel on test app (@loic425)
- #244 Fix psalm error (@loic425)
- #245 Fix routes on test app (@loic425)
- #246 Fix getting container deprecation (@loic425)
v1.11.0
TL;DR
- GridBuilder configurable in PHP 🎉
- Bump PHP to 8.0 and Symfony to 5.4 🦾
- Make grid command ⚙️
- Multiple fixes and improvements 🚀
Features
- #173 [GridBuilder] Predefined fields (@loic425)
- #174 [GridBuilder] Predefined action groups (@loic425)
- #177 [GridBuilder] Docs (@loic425)
- #175 [GridBuilder] Predefined filters (@loic425)
- #176 [GridBuilder] Test PHP config without yaml config and add some missing features (@loic425)
- #197 Drop support for PHP7.4, Symfony version upgraded to 5.4 (@Rafikooo)
- #206 Make grid (@loic425)
Improvements
- #152 Upgrade to GitHub-native Dependabot (@dependabot-preview[@bot])
- #178 Update vimeo/psalm requirement from 4.6.4 to 4.11.2 (@dependabot[@bot])
- #200 Remove travis build status from README (@GSadee)
- #202 Fix grid builder method positions (@loic425)
- #203 Update vimeo/psalm requirement from 4.12.0 to 4.18.1 (@dependabot[@bot])
- #207 Update vimeo/psalm requirement from 4.18.1 to 4.19.0 (@dependabot[@bot])
- #205 Add support for pagerfanta 3 (@loic425)
- #208 Allow to run workflow manually (@@Zales0123)
- #214 [Docs] Resorting pages on docs homepage (@loic425)
- #215 [Docs] Add docs for the grid maker (@loic425)
- #216 [Docs] Add documentation for Grids as service (@loic425)
- #218 [Docs] Fix the template reference (@Roshyo)
- #219 [DX] [Docs] Adding more typing to FieldType and in doc (@Roshyo)
- #225 Testing with PHP 8.1 (@loic425)
- #230 Bring back checking coding standard (@loic425)
- #234 Fix description for grid maker namespace (@loic425)
Fixes
- #182 [GridBuilder] Fix update action label (@loic425)
- #209 Hotfix with datasources (@loic425)
- #212 [Fix] Add a logic exception to install the needed adapter (@loic425)
- #211 [Fix] Register grid maker only when maker is enabled (@loic425)
- #222 [Security] Dql injection through sorting parameters blocked (@TheMilek)
- #223 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
- #224 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
- #228 Fix coding style for make grid command (@loic425)
- #229 [GridMaker] Use snake case for grid names (@loic425)
- #231 Remove tmp Price grid (@loic425)
- #233 Fix coding standards (and the build as well) (@Zales0123)
v1.11.0-RC.3
TL;DR
Removal of BC Break that made it impossible to sort by disabled fields (which was possible before v1.10.1) 💥
Details
- #223 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
- #224 [Sorting] Allow for sorting on disabled, declared fields (to preserve bc) (@lchrusciel)
v1.10.2
v1.11.0-RC.2
TL;DR
🔒 This is a security release!
Fixes the following vulnerabilities:
Details
v1.10.1
v1.11.0-RC.1
v1.11.0-BETA.1
v1.11.0-ALPHA.1
TL;DR
- GridBuilder configurable in PHP 🎉
- Bump PHP to 8.0 and Symfony to 5.4
- Make grid command
Details
- #119 [GridBuilder] Grids as service (@loic425)
- #152 Upgrade to GitHub-native Dependabot (@dependabot-preview[@bot])
- #155 Grid config builders (@loic425)
- #163 Update phpstan/phpstan-webmozart-assert requirement from 0.12.12 to 0.12.13 (@dependabot[@bot])
- #169 Update vimeo/psalm requirement from 4.6.4 to 4.9.2 (@dependabot[@bot])
- #173 [GridBuilder] Predefined fields (@loic425)
- #174 [GridBuilder] Predefined action groups (@loic425)
- #175 [GridBuilder] Predefined filters (@loic425)
- #176 [GridBuilder] Test PHP config without yaml config and add some missing features (@loic425)
- #177 [GridBuilder] Docs (@loic425)
- #178 Update vimeo/psalm requirement from 4.6.4 to 4.11.2 (@dependabot[@bot])
- #179 Update phpstan/phpstan-phpunit requirement from 0.12.18 to 0.12.22 (@dependabot[@bot])
- #180 Update phpstan/phpstan requirement from 0.12.94 to 0.12.99 (@dependabot[@bot])
- #182 [GridBuilder] Fix update action label (@loic425)
- #183 Tests with Postgres (@loic425)
- #184 Fix like with PostgresSQL (@loic425)
- #185 [GridBuilder] Fix entity filter with multiple option (@loic425)
- #186 [GridBuilder] Add some missing features on field builder (@loic425)
- #187 [GridBuilder] Improve documentation for Grid builders (@loic425)
- #188 Fixed template syntax in route config (@veloxy)
- #189 Update vimeo/psalm requirement from 4.11.2 to 4.12.0 (@dependabot[@bot])
- #190 [GridBuilder] Allow using class as parameter for grids as service (@loic425)
- #191 [GridBuilder] Fix extending a grids as service (@loic425)
- #197 Drop support for PHP7.4, Symfony version upgraded to 5.4 (@Rafikooo)
- #200 Remove travis build status from README (@GSadee)
- #202 Fix grid builder method positions (@loic425)
- #203 Update vimeo/psalm requirement from 4.12.0 to 4.18.1 (@dependabot[@bot])
- #205 Add support for pagerfanta 3 (@loic425)
- #206 Make grid (@loic425)
- #207 Update vimeo/psalm requirement from 4.18.1 to 4.19.0 (@dependabot[@bot])
- #208 Allow to run workflow manually (@Zales0123)