Releases: saleor/saleor-dashboard
3.17.0
🦄 Features:
29b8740: Migrate product variant page to new macaw by @poulch
5b4cf7d: New column picker for variant datagrid by @Droniu
fd94279: Add visible checkbox in datagrids by @poulch
72ed646: Add metadata column to order details datagrid by @poulch
d924523: add bulgarian translation by @frostatwolf
795b208: Enable new filters by default by @andrzejewsky
e71633a: migrated create products tests to Playwright by @wojteknowacki
646e72f: Add datagrid on shipping zones view by @Droniu
🪲 Fixes:
6f66417: Fix reading null variable autocomplete by @andrzejewsky
35d6094: Fix group of error caused by reading property of undefined by @poulch
2ba563e: Fix loading channels in order creation after publishing the new channel by @andrzejewsky
292c51d: add email confirmation to customer registration e2e test by @wojteknowacki
c31dfef: Remove attributes error, pill reference, editor js error by @andrzejewsky
cc2ecb5: Due to UI changes - staff members and variants tests fixes by @wojteknowacki
0af083f: bring back CYPRESS_baseUrl as env var which is needed for backward compatibility by @wojteknowacki
327008a: Capitalised the "Export products" button by @arvindpndit
a6a6152: Update usage of defaultTransactionFlowStrategy after migrating it to paymentSettings by @poulch
6d64628: Stop creating issues with test results by @andrzejewsky
bd3290b: Set data-test-id for filters by @andrzejewsky
2a202d4: Fix fetching private metadata for Order only when staff userr by @poulch
fdc49f5: change env var name CYPRESS_baseurl to BASE_URL by @wojteknowacki
11feabb: Add back buttons in webhooks and taxes views by @Droniu
d42076f: removed force click on category selection by @wojteknowacki
⚙️ Maintenance:
8957582: Fix contribution guide link in PR template by @Droniu
69a77ee: Add changesets status workflow that fails when there is no changeset file by @andrzejewsky
3ba3255: Change gql codegen config to typescript and reflect env vars by @andrzejewsky
8b57cd7: Update e2e scenarios for new filters by @wojteknowacki
f733c60: Move condional filters UI to dashboard by @krzysztofzuraw
addfae8: Update graphql schema by @andrzejewsky
3.16.2
🪲 Fixes:
c632511: Fix various tiny ESLint rules by @Droniu
b65f346: Fix blank space in legacy filter popper by @Droniu
dd06aca: Fix editing/deleting attribute values when creating new dropdown attribute by @Droniu
⚙️ Maintenance:
db43c91: Tag docker container as latest when the published GitHub release is marked as "latest" by @andrzejewsky
3.15.5
⚙️ Maintenance:
- Trigger deployment when the push was the new tag (#4212) by @andrzejewsky
- Use specific version instead of branch name (#4225) by @andrzejewsky
3.16.1
3.16.0
🍇 Improvements:
- Datagrid cell visibility with auto-generated labels (2055b25) by @Droniu
- Add slovak translation (c8ebb4f) by @djkato
- Migrate product page to new macaw (0dd785b) by @poulch
⚙️ Maintenance:
- Defined reusable Modal component witn new macaw (a86b391) by @poulch
- Add triage label workflow (1227bdf) by @andrzejewsky
- Issue template for epics (d1d3db4) by @andrzejewsky
- Move all build scripts to the docker image (build stage) (4c2815a) by @andrzejewsky
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