Releases: Sylius/SyliusGridBundle
Releases · Sylius/SyliusGridBundle
v1.9.0
v1.8.0
These are complete release notes summing up all BETA releases.
TL;DR
- Bumped up requirements from PHP 7.2 to PHP 7.3
- Added support for Symfony ^5.1
Details
- #44 Fix sorting grids by nullable path (@pamil)
- #51 [Maintenance] Bump ApiTestCase to v5.0 (@lchrusciel)
- #57 Fix reverted replacement of deprecated doctrine object manager (@GSadee)
- #58 Add documentation with images for bundle (@arti0090)
- #59 Updated link in readme, fixed text style issues (@arti0090)
- #70 Switch from Travis to GitHub Actions (@pamil)
- #71 Bump dependencies to PHP ^7.3 (@pamil)
- #76 Switch to Psalm 4 (@pamil)
- #77 Lock PHPStan version (@pamil)
- #78 Upgrade phpspec (@pamil)
- #79 Upgrade PHPUnit (@pamil)
- #80 Change requirements for Symfony from ^5.0 to ^5.1 (@pamil)
- #81 Upgrade requirements for Sylius packages (@pamil)
- #82 Normalise composer.json (@pamil)
- #83 Remove conflict with Symplify libraries (@pamil)
- #84 Use Event from SyliusLabs/PolyfillSymfonyEventDispatcher (@pamil)
- #86 Symfony 5 support (@pamil)
- #87 Remove sylius/currency-bundle dev dependency (@pamil)
- #88 Psalm: Allow missing files (src/Component/vendor not found) (@pamil)
- #89 PHPStan: Trim ignored errors list (@pamil)
- #90 Remove unnecessary BC layer for symfony/config <=4.1 (@pamil)
- #91 Port GitHub Actions to 1.7 (@pamil)
- #95 Update dependencies (@pamil)
v1.8.0-BETA.1
TL;DR
- Made compatible with Symfony 5
Details
- #44 Fix sorting grids by nullable path (@pamil)
- #51 [Maintenance] Bump ApiTestCase to v5.0 (@lchrusciel)
- #57 Fix reverted replacement of deprecated doctrine object manager (@GSadee)
- #58 Add documentation with images for bundle (@arti0090)
- #59 Updated link in readme, fixed text style issues (@arti0090)
- #70 Switch from Travis to GitHub Actions (@pamil)
- #71 Bump dependencies to PHP ^7.3 (@pamil)
- #76 Switch to Psalm 4 (@pamil)
- #77 Lock PHPStan version (@pamil)
- #78 Upgrade phpspec (@pamil)
- #79 Upgrade PHPUnit (@pamil)
- #80 Change requirements for Symfony from ^5.0 to ^5.1 (@pamil)
- #81 Upgrade requirements for Sylius packages (@pamil)
- #82 Normalise composer.json (@pamil)
- #83 Remove conflict with Symplify libraries (@pamil)
- #84 Use Event from SyliusLabs/PolyfillSymfonyEventDispatcher (@pamil)
- #86 Symfony 5 support (@pamil)
- #87 Remove sylius/currency-bundle dev dependency (@pamil)
- #88 Psalm: Allow missing files (src/Component/vendor not found) (@pamil)
- #89 PHPStan: Trim ignored errors list (@pamil)
- #90 Remove unnecessary BC layer for symfony/config <=4.1 (@pamil)
v1.7.5
- #33 Replace deprecated doctrine object manager (@dannyvw)
- #31 Allow twig 3.x (@dannyvw)
- #32 Remove deprecated templating.helper configuration (@dannyvw)
- #36 Add doctrine/persistence to require dev (@dannyvw)
- #30 Add support for php 7.4 and symfony 4.4 (@dannyvw)
- #34 Add support for symfony 5 and remove support for < 4.4 (@dannyvw)
- #47 Fix build (@loic425)
- #49 Add multiple values support in SelectFilter (@macintoshplus)
- #53 Fix the build by removing docblock and adding contracts event dispatcher to psalm config (@GSadee)
- #54 Add possibility to configure custom service for query builder in doctrine orm driver (@GSadee)
- #55 Revert "Fix autojoining with multiple aliases" (@pamil)