* 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: (25 commits)
Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
[Maintenance] Adjust Sylius version on 1.14 branch
Change application's version to v1.13.2-dev
Generate changelog for v1.13.1
Change application's version to v1.13.1
Change application's version to v1.12.17-dev
Generate changelog for v1.12.16
Change application's version to v1.12.16
[Behat] Minor scenarios improvements
Fixes after CR
Test adding similar products
Test adding new simple product
Test adding new taxon
[Behat] Minor scenarios improvements after code review
[Checkout] Add scenario for preventing from a potential XSS attack
[AddressBook] Add scenario for preventing from a potential XSS attack
Use function from UIBundle
Add sanitizer function to UIBundle
Add js sanitizeInput function
Fix product-auto-complete
...
* 2.0: (25 commits)
Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
[Maintenance] Adjust Sylius version on 1.14 branch
Change application's version to v1.13.2-dev
Generate changelog for v1.13.1
Change application's version to v1.13.1
Change application's version to v1.12.17-dev
Generate changelog for v1.12.16
Change application's version to v1.12.16
[Behat] Minor scenarios improvements
Fixes after CR
Test adding similar products
Test adding new simple product
Test adding new taxon
[Behat] Minor scenarios improvements after code review
[Checkout] Add scenario for preventing from a potential XSS attack
[AddressBook] Add scenario for preventing from a potential XSS attack
Use function from UIBundle
Add sanitizer function to UIBundle
Add js sanitizeInput function
Fix product-auto-complete
...
* 1.14:
Add the "sylius/state-machine-abstraction" package to the replace section in the root composer.json
[Maintenance] Adjust Sylius version on 1.14 branch
* 1.13:
[Behat] Minor scenarios improvements
Fixes after CR
Test adding similar products
Test adding new simple product
Test adding new taxon
[Behat] Minor scenarios improvements after code review
[Checkout] Add scenario for preventing from a potential XSS attack
[AddressBook] Add scenario for preventing from a potential XSS attack
Use function from UIBundle
Add sanitizer function to UIBundle
Add js sanitizeInput function
Fix product-auto-complete
Use function from UIBundle
Fix potential xss in admin panel
Add wider support for deprecation contract
[Maintenance] Remove unnecessary line
[Maintenance] Update docker docs
This PR was merged into the bootstrap-admin-panel branch.
Discussion
----------
Commits
-------
Adjust the configuration to the new Twig Hooks version
Start using Twig Hooks autoprefixing in the Dashboard templates
Start using Twig Hooks autoprefixing in the Admin User templates
Start using Twig Hooks autoprefixing in the Catalog Promotion templates
Fix the dashboard view
Start using Twig Hooks autoprefixing in the Channel templates
Start using Twig Hooks autoprefixing in the Country templates
Start using Twig Hooks autoprefixing in the Customer templates
Clean up the Dashboard templates
Start using Twig Hooks autoprefixing in the Inventory templates
Start using Twig Hooks autoprefixing in the Product Association Type templates
Start using Twig Hooks autoprefixing in the Product Variant templates
Start using Twig Hooks autoprefixing in the Promotion templates
Start using Twig Hooks autoprefixing in the Taxon templates
Start using Twig Hooks autoprefixing in the Tax Rate templates
Start using Twig Hooks autoprefixing in the Order templates
Start using Twig Hooks autoprefixing in the Product templates
Temporarily set the twig-hooks package version constraint to dev-main
Prepare for renaming shared twig hooks to common twig hooks
Start using Twig Hooks autoprefixing in the Product Variant related templates
Remove left-overs after the old Twig Hooks implementation
Replace the old `HookableComponentTrait` with the new `HookableLiveComponentTrait`
Fix minor errors causing failing Behat scenarios
Replace `get_hookable_*` twig functions with `hookable_metadata.*`
Remove the parentMainHook and parentFallbackHook props
Try to stabilize scenarios checking notifications
Remove debugging left-overs
Add passing form to the form-related hooks to make sure the form_theme is applied
Remove redundant Then step
Fix breadcrumbs on the dashboard index
* 2.0:
[Behat] Use chromedrives in some scenarios
Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
Update PR template
[Documentation] Update release cycle after 1.13 release
* 2.0:
[Behat] Use chromedrives in some scenarios
Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
Update PR template
[Documentation] Update release cycle after 1.13 release
[Maintenance] Use chromedrive in behat tests
[Maintenance][AbstractStateMachine] Add Sylius logo to readme
* 1.14:
[Behat] Use chromedrives in some scenarios
Update phpstan/phpstan-doctrine requirement from 1.3.43 to 1.3.69
Update PR template
[Documentation] Update release cycle after 1.13 release
* 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
...