* 2.0: (22 commits)
[CS][DX] Refactor
Fix error template finders specs and the way logged in admin user is checked
[Behat] Fix """unexistent"""
[Shop][Admin] Fix error pages location
Slight cleanup
Fix the build and improve a bit the failed step erros messages
Move Error renderer to UiBundle
Redirect to login page if the reset password token is wrong
Decouple TwigErrorRenderer from AdminBundle
Add tests
Exclude ErrorRenderer and FlattenException from composer require checker
Separate exact templates for Admin and Shop
Separate the rendering of the error templates for Shop and Admin
Create and add a 404 page for the Admin Panel using twig hooks
Customer create edit page fixes
Remove deprecated statistics
Use interface for a response checker dependency
[Admin][Taxon] Minor improvements
[Admin][Taxon] Add info about component inside template
[Admin][Taxon] Remove unnecessary lines
...
* 2.0: (547 commits)
[Admin][UX] Filter translatable autocomplete results based on current locale [Admin][DX] Extract translatable autocomplete processing to a separate form type
[Behat] Add possibility to accepting null as value in response checker
[Maintenance] Enable non-UI tests in CI
Fixes after CR
Changes after CR
[Admin][Product] Enable and fix tests
[Admin][Product] Add view in store button
Remove final from the Zone's form component
Review fixes
[Admin][UI] Add error indicators for form tabs and accordions
[Admin][Taxon] Rename FormImageElement to ImageFormElement
[Admin][Taxon] Split media more granularly
[Admin][Taxon] Remove unnecessary code
[Taxon][Behat] Extract management of image to separate form element.
[Behat] Extract waitForFormUpdate function to CrudFormElement
[Behat] Submit live component before submitting the form
[Admin][Taxon][Image] Enable behat tests
[Admin][Taxon] Implements media management
[Admin][Product][Inventory] Enable behat tests
[Admin][Zone] Move FormComponent
...
* 2.0: (776 commits)
Add missing validation for the customers first and last name
[CS][DX] Refactor
Bring back all Sylius' state machines to Winzou
Add overriding the Resource's state machine with the one from the Sylius abstraction
Add missing locales to contract test
[Taxon][Behat] validate translations with unexisting locales
[ShippingMethod][Behat] validate translations with unexisting locales
[Promotion][Behat] validate translations with unexisting locales
[Product][Behat] validate translations with unexisting locales
[PaymentMethod][Behat] validate translations with unexisting locales
Validate all translatable objects for unexisiting locales
Validate customer's password reset
Validate customer creation and edit
Make the validation trait more generic
[Api] Change namespace of TaxonImagesTest class
[Api] Remove _response suffix
[Behat] Minor improvments of viewing_taxon_image scenario
[Api][ProductImage] Add https prefix check
[Api][Admin] Allow using float for ratio in exchange rate
SYL-3329 Fix behat test for SyliusPayPalPlugin
...
The experimental Sylius\Bundle\ApiBundle\Behat\Extension\SyliusApiBundleExtension
and its Sylius\Bundle\ApiBundle\Behat\Tester\ApiScenarioEventDispatchingScenarioTester
are using some Behat symbols and Behat is, of course, not required.
I don't know if this experimental ApiBundle extension is used or
not. Anyway this MUST be fixed.
Sylius\Bundle\CoreBundle\EventListener\CircularDependencyBreakingExceptionListener
uses two class from symfony/http-kernel that have been removed in
version 5.
So currently Sylius it's not really compatible with both
symfony/http-kernel 4 and 4: this MUST be fixed.