v2.11.0
What's New
New Features
- feat(admin): drag-and-drop reordering for product variants (#626)
Variants can now be reordered directly from the product variants table. New and generated variants receive incremental positions, and the variants() relationship on Product is now ordered by position, so storefronts render variants in the order defined in the admin.
Bug Fixes
- fix(admin): stop regenerating slugs when renaming existing records (#626)
Renaming a persisted record no longer overwrites its slug. The slug afterStateUpdated hooks now only fill an empty slug on Category, Brand, Supplier, Zone, Attribute, Tag, PaymentMethod and Carrier forms, and the slug sync was removed from the edit-only product and collection forms. Existing URLs stay stable when you rename a record.
Contributors
Thank you to @mckenziearts
Full Changelog: v2.10.2...v2.11.0