Releases: saleor/saleor-dashboard
Releases · saleor/saleor-dashboard
3.15.4
🪲 Fixes:
- Fix blocked scrolling in datagrid fullscreen mode (#4206) by @Droniu
- Fix address form keeps country state from prev address provided (49a0fb2) by @poulch
- Fix blocked scroll in fullscreen datagrid (a33266e) @Droniu
- Fix external app crash due to feature flag provider (1d41460) by @andrzejewsky
⚙️ Maintenance:
- Fix prepare release workflow dependency (3fa8827) by @andrzejewsky
- Update workflow to be compatible with changesets (bc81e31) by @andrzejewsky
3.14.12
3.14.11
🪲 Fixes:
- Fix layouts for translation pages (121c9ba) by @andrzejewsky
3.15.3
🪲 Fixes:
- Fix layouts for translation pages (121c9ba) by @andrzejewsky
- Fix rendering of top products on home, when attributes does not have value (6c640d2) by @andrzejewsky
- Fix attribute creation when we change input type (3d3be43) by @andrzejewsky
⚙️ Maintenance:
- Increate memory for vite sourcemaps (sentry) (df6480d) by @andrzejewsky
- Update changesets based deployments (5378f0c) by @krzysztofzuraw
- Update vite sentry library and handle legacy uploading (36a125a) by @andrzejewsky
- Use sentry CLI instead of vite plugin (4e029c6) by @andrzejewsky
3.15.2
3.14.10
3.15.1
3.14.9
3.15.0
🪲 Fixes:
- Fixed problem with Permissions Modal that was clipped on smaller screens. (#3853) by @lkostrowski
🍇 Improvements:
- Refactoring AppDetailsPage to new MacawUI (#3818) by @lkostrowski
- Manual app permissions setting by the user (#3829) by @lkostrowski
- Display app webhooks and deliveries in Manage App view (#4066) by @lkostrowski
- Refresh webhooks in manage app view every 5 seconds (#4077) by @lkostrowski
- Remove arrow in app page (#4073) by @lkostrowski
- Display gift card link in within the order (#4070) by @andrzejewsky
- Horizontal scrollbars on the datagrid (#4006) by @Droniu
🦄 Features:
- New column picker implementation for the datagrid on products page (#3514) by @Droniu
- Datagrid on the catagory listing page (#3760) by @poulch
- Datagrid on the order drafts listing page (#3756) by @poulch
- New column picker for odrder draft list (#3869) by @poulch
- Datagrid & new column picker on the collections listing page (#3835) by @poulch
- New column picker for categories listing page (#3876) by @poulch
- Channel setting that allows to set order expiration TTL (#3843) by @Droniu
- Datagrid & new column picker on the discounts listing page (#3939) by @poulch
- Datagrid & new column picker on the gift cards listing page (#3894) by @poulch
- Datagrid & new column picker order details and draft page (#3754) by @poulch
- Datagrid & new column picker on vouchers listing page (#4036) by @poulch
- Datagrid & new column picker on staff member listing page (#4044) by @poulch
- Datagrid & new column picker on attributes listing page (#4040) by @poulch
- Assign channel to permissions group (#3515) by @poulch
- Implement feature previews modal for toggling feature flags (#4079) by @andrzejewsky
- [PREVIEW] New filter implementation in the product listing page (#3272) by @andrzejewsky, @krzysztofzuraw
⚙️ Maintenance:
- Removed percy and demo tests code (#4029) by @wojteknowacki
- Fix testmo workflow on community pull requests (#4002) by @wojteknowacki
- Removed redundant session cleanup, added navigator confirmation in local storage in automated tests (#4023) by @wojteknowacki
- Fixed products presest and draft orders tests(#4025) by @wojteknowacki
- New test added: User should be able to delete saved preset (#3989) by @wojteknowacki
3.14.8
🪲 Fixes:
- Fix crash chrome on logout (#4027) by @poulch
- Fix cloud authorization when token was expired/invalid (#4032) by @andrzejewsky/
- Fix sending available for purchase date on product update mutation (#3910) by @poulch
- Fix update active filter presets by @poulch
🍇 Improvements:
- Add fill handle for the data grid (#3967) by @andrzejewsky
- Make column name font stronger in data grid (#4001) by @timuric
- Add horizontal scrollbar to datagrid views (#4006) by @Droniu
⚙️ Maintenance:
- Fix job for cleaning envs (#3958) by @karola312
- Fix draft finalization and column picker on products tests (#3959) by @wojteknowacki
- Add tests for updating presets (#3977) by @wojteknowacki
- Test should create channel with shippingZone and warehouse by waiting for input to be enabled (#3981) @wojteknowacki
- Testmo reports - generates reports when test env deploy workflow triggered (#3908) @wojteknowacki
- Add tests for delete saved preset (#3989) @wojteknowacki
- Update test case id for delete products test (#3995) @wojteknowacki
- Fix products resets last assertion, changed the quantity of product on draft orders (#4025) @wojteknowacki
- Tests - removing redundant session cleanup, navigator confirmation added (#4023) @wojteknowacki