Releases: Sylius/SyliusGridBundle
Releases · Sylius/SyliusGridBundle
v1.13.0
TL;DR
- Symfony 7 support
Details (full changelog between 1.12 and 1.13 versions)
- #274 [GridBuilder] Add missing default value on filter (@loic425)
- #278 Add QueryBuilder access to custom filters (@loic425)
- #282 Add memberOf() method (@TheMilek)
- #279 Add services aliases to improve autowiring (@loic425, @lchrusciel)
- #276 Autoconfigure grid filters (@loic425)
- #287 Add missing filter to docs (@TheMilek)
- #291 Fix memberOf definition (@TheMilek)
- #301 Get Grid by FQCN (@loic425)
- #305 [GridBuilder] Apply transition action (@loic425)
- #299 Custom data provider (needs new resource metadata to detach the resource from Doctrine) (@loic425)
- #306 Fix build (@loic425)
- #307 Move tests app (@loic425)
- #308 [Maintenance] Launch of
Sylius Sp. z o.o.
copyright owner across project files (@Rafikooo) - #146 Added NumericRange filter which gives the possibility of filtering … (@christopherhero)
- #325 Update README.md (@damonsson)
- #328 Bump resource bundle version on dev requirements (@loic425)
- #327 Test grids with UI instead of API (@loic425)
- #323 Add timezone option to DatetimeFieldType (@coldic3)
- #324 Add support for Symfony 7 (@loic425)
- #341 [Composer] Bump sylius/resource-bundle to 1.12 alpha version (@GSadee)
- #319 [Gitattributes] Add tests directory to ignore list (@loic425)
- #302 Allow Pagerfanta 4.0 (@mbabker)
- #343 [Composer] Bump ResourceBundle to 1.12 beta (@GSadee)
- #342 Add storage for filters (@loic425, @GSadee)
- #344 [Composer] Bump sylius/resource-bundle dev dependency to last stable release (@GSadee)
New Contributors
- @TheMilek made their first contribution in #282
- @christopherhero made their first contribution in #146
- @damonsson made their first contribution in #325
- @coldic3 made their first contribution in #323
- @mbabker made their first contribution in #302
Full Changelog: v1.12.2...v1.13.0
v1.12.2
v1.13.0-BETA.1
v1.13.0-ALPHA.3
What's Changed
- #320 [Docs] Fix typo suplier => supplier (@nclsHart)
- #341 [Composer] Bump sylius/resource-bundle to 1.12 alpha version (@GSadee)
- #319 [Gitattributes] Add tests directory to ignore list (@loic425)
- #302 Allow Pagerfanta 4.0 (@mbabker)
New Contributors
Full Changelog: v1.13.0-ALPHA.2...v1.13.0-ALPHA.3
v1.13.0-ALPHA.2
Details
- #146 Added NumericRange filter which gives the possibility of filtering … (@christopherhero)
- #328 Bump resource bundle version on dev requirements (@loic425)
- #327 Test grids with UI instead of API (@loic425)
- #323 Add timezone option to DatetimeFieldType (@coldic3)
- #324 Add support for Symfony 7 (@loic425)
New Contributors
- @christopherhero made their first contribution in #146
- @damonsson made their first contribution in #325
- @coldic3 made their first contribution in #323
Full Changelog: v1.13.0-ALPHA.1...v1.13.0-ALPHA.2
v1.13.0-ALPHA.1
Details
- #274 [GridBuilder] Add missing default value on filter (@loic425)
- #276 Autoconfigure grid filters (@loic425)
- #278 Add QueryBuilder access to custom filters (@loic425)
- #279 Add services aliases to improve autowiring (@loic425, @lchrusciel)
- #282 Add memberOf() method (@TheMilek)
- #287 Add missing filter to docs (@TheMilek)
- #291 Fix memberOf definition (@TheMilek)
- #299 Custom data provider (needs new resource metadata to detach the resource from Doctrine) (@loic425)
- #301 Get Grid by FQCN (@loic425)
- #305 [GridBuilder] Apply transition action (@loic425)
- #306 Fix build (@loic425)
- #307 Move tests app (@loic425)
- #308 [Maintenance] Launch of
Sylius Sp. z o.o.
copyright owner across project files (@Rafikooo)
v1.12.1
Details
- #277 Fix the build (@loic425)
- #281 Init .gitattributes to preserve the planet (@loic425)
- #280 [docs] Add missing fields options on string filter (@loic425)
- #298 Fix CI (@loic425)
- #317 Fix coding standard (@loic425)
- #315 [Docs] Add info about available form options (@loic425)
- #316 Don't remove driver options when extending a grid configuration (@loic425)
Full Changelog: v1.12.0...v1.12.1
v1.12.0
TL;DR
Stable 1.10.0 release 🎉 🔥 🚀 Symfony 6 support included, possibility to remove grid properties + multiple improvements and fixes 🏇
Details (full changelog since 1.11.0)
Features
- #237 Add support for Symfony 6 (@loic425, @lchrusciel)
- #264 feat: Allow to remove fields, filters and action from extended grid (@Florian-Merle, @Zales0123)
Improvements
- #236 Drop support for Symfony 4 (@loic425)
- #238 Fix Bootstrap for Symfony 6 (@loic425)
- #240 Use storage factory id (@loic425)
- #241 Adding conflicts with pagerfanta 2 (@loic425)
- #242 Fix Kernel on test app (@loic425)
- #245 Fix routes on test app (@loic425)
- #246 Fix getting container deprecation (@loic425)
- #269 Add support for deprecation contracts ^3.1 (@loic425)
- #271 Change to stable SyliusResourceBundle 1.10 (@Zales0123)
Fixes
- #244 Fix psalm error (@loic425)
- #253 [Docs]: fix the correct enabled grid field template (@Louzet, @lchrusciel)
- #258 [Maintenance] Allow flex plugin during plugin installation (@lchrusciel)
- #262 Fix the build (@loic425)
- #266 Change filter label type (@Florian-Merle)
- #268 Documenting pitfalls of some fields (@mamazu)
v1.12.0-BETA.1
Details
- #253 [Docs]: fix the correct enabled grid field template (@Louzet, @lchrusciel)
- #258 [Maintenance] Allow flex plugin during plugin installation (@lchrusciel)
- #262 Fix the build (@loic425)
- #264 feat: Allow to remove fields, filters and action from extended grid (@Florian-Merle, @Zales0123)
- #266 Change filter label type (@Florian-Merle)
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)