mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
6.4 KiB
6.4 KiB
CHANGELOG FOR 1.2.X
v1.2.0 (2018-06-12)
TL;DR
- Added hotfixes for Symfony 4.1.0 (#9476)
Details
- #9418 Update Model.ProductOption.yml (@severino32)
- #9419 Moved IE css polyfills (@czende)
- #9424 Lazy load Doctrine event listeners (@teohhanhui)
- #9461 Added note about LiipImagineBundle upgrade (@sweoggy)
- #9464 Fixed typo in PayumController (@qkdreyer)
- #9465 [Documentation] Fix deprecated link to repository (@CoderMaggie)
- #9466 Document "event" option in resource routing (@Zales0123)
- #9467 Update outdated method prototype('array') with arrayPrototype() (@jafaronly)
- #9470 [Documentation] Updated link to Payum docs (@pogorivan)
- #9476 Enhance workarounds while waiting for Symfony 4.1.1 (@pamil)
- #9477 Remove labels descriptions in docs (@pamil)
- #9480 [docs] Use
app/config/routing/admin.ymleverywhere (@gido)
v1.2.0-RC (2018-06-07)
TL;DR
- Added support for Symfony ^4.1 (#9454)
- Dropped support for Symfony 4.0 (#9454)
- Added ability to use custom services as factories / repositories in ResourceBundle (#9422, #9442)
- Improved default shipping method resolving (#9398)
Details
- #9398 [Core] Default shipping method basing on category fix (@Zales0123, @pamil, @stefandoorn)
- #9422 Add ability to use a custom service as factory (@pamil, @pjedrzejewski)
- #9436 [Addressing] Fix default validation groups of AddressType (@vvasiloi)
- #9440 Fix secret parameter resolving (@pamil)
- #9441 Remove vendorPath command-line argument from root gulpfile (@teohhanhui)
- #9442 Add an ability to use custom resource repositories (@pamil)
- #9444 [Documentation] Fixed typo in note about --force-with-lease flag (@pmikolajek)
- #9454 Symfony 4.1 support (together with dropping Symfony 4.0 support) (@pamil, @Zales0123)
- #9456 Add documentation for using custom repository service in ResourceBundle (@pamil)
- #9458 [docs] fix server:start command (@hiousi)
- #9462 Remove two redundant services from CoreBundle (@jafaronly)
- #9463 Update platform-sh.rst (@antonioperic)
v1.2.0-BETA (2018-05-28)
TL;DR
- Symfony 4 support (#9062)
- Liip/ImagineBundle requirement changed from
^1.9to^2.0(#9380) - Introduced Babel and Gulp 4 in our frontend toolset (#9405)
Details
- #8629 [Shipping][OrderProcessing] Default shipping method fixes (@Zales0123)
- #9019 Return event response for initialize update event (@dannyvw)
- #9162 Update all occurrences of .dev to .test (@jackbentley)
- #9185 [ResourceBundle] Add the controller tag (@dragosprotung)
- #9212 [Reviews] nullable title for reviews (@loic425)
- #9255 Changes form channel color from text to color input type (@Tetragramat)
- #9306 [Resource] Make sure Sylius resources services are public (@Zales0123)
- #9308 [Adjustment] Inject adjustment types that shall be cleared (@Zales0123)
- #9324 ChannelNotFoundException updated to other exceptions' format without BC break (#9324) (@bartoszpietrzak1994)
- #9330 Disable deprecated "form mapping" feature in SonataCoreBundle (@teohhanhui)
- #9366 [BC BREAK] Symfony 4.0 compatibility, part #1 (@pamil)
- #9372 Make subpackages compatible with Symfony 4 (@pamil)
- #9373 Make application compatible with not-yet-released Mink release (@pamil)
- #9377 Make packages require ^1.2 packages (@pamil)
- #9379 Replace outdated "Symfony2" with "Symfony" in package descriptions (@pamil)
- #9380 Use stable Liip/ImagineBundle ^2.0 (@pamil)
- #9382 Define commands as services (@pamil)
- #9383 Use %kernel.project_dir% instead of %kernel.root_dir% (@pamil)
- #9385 Fix %kernel.project_dir% directory usage (@pamil)
- #9386 Use stable Mink BrowserKit driver (@pamil)
- #9405 Upgrade to gulp 4 (@teohhanhui)
- #9410 Fixed missing orderby in product variants (@Bencsi)
- #9426 Random Symfony 4 related fixes (@pamil)
- #9428 Symfony 4: Behat scenarios isolation + random fixes (@pamil)
- #9429 Require passing build for Symfony 4 on Travis (@pamil)