diff --git a/.changeset/large-shoes-leave.md b/.changeset/large-shoes-leave.md deleted file mode 100644 index fcfc06e97a3..00000000000 --- a/.changeset/large-shoes-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Fix accidental exiting of GraphQL Playground by pressing Esc diff --git a/.changeset/loud-cougars-talk.md b/.changeset/loud-cougars-talk.md deleted file mode 100644 index 9723bc2070c..00000000000 --- a/.changeset/loud-cougars-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Replaced custom Combobox component with one provided by MacawUI library. This solves bug with incorrect value rendering in Chromium 144 diff --git a/.changeset/quick-parrots-heal.md b/.changeset/quick-parrots-heal.md deleted file mode 100644 index 28962d75929..00000000000 --- a/.changeset/quick-parrots-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Improved display of Links. Now they inherit size of the parent element, usually paragraph. Links should no longer looks strange within text blocks diff --git a/.changeset/tough-kiwis-sit.md b/.changeset/tough-kiwis-sit.md deleted file mode 100644 index 37b96930d45..00000000000 --- a/.changeset/tough-kiwis-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Updated pnpm settings to be more strict about installed packages: minimum age 24h, cannot use downgraded security (e.g. trusted publisher -> untrusted), dependencies resolving to git repo or tarball diff --git a/.changeset/whole-groups-happen.md b/.changeset/whole-groups-happen.md deleted file mode 100644 index 4b9cc8c97ce..00000000000 --- a/.changeset/whole-groups-happen.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"saleor-dashboard": patch ---- - -Redesigned toast notifications for better user experience: - -- **Notifications now stack compactly** instead of flooding the screen -- **Refined visual design** that's less disruptive and better aligned with the dashboard aesthetic -- **Long messages expand on hover** with "Show more/less" toggle instead of being truncated -- **Error notifications persist** until manually dismissed - -**Next up:** Refining notification message copy for clarity and consistency across the dashboard. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b96e30f38a..87d01f351b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 3.22.27 + +### Patch Changes + +- [#6268](https://github.com/saleor/saleor-dashboard/pull/6268) [`6c31454`](https://github.com/saleor/saleor-dashboard/commit/6c31454b9433ac9dd040472e1fa911e30c98407d) Thanks [@mirekm](https://github.com/mirekm)! - Fix accidental exiting of GraphQL Playground by pressing Esc + +- [#6267](https://github.com/saleor/saleor-dashboard/pull/6267) [`7eb3eaf`](https://github.com/saleor/saleor-dashboard/commit/7eb3eafb8731f90092df758809c2cad4d668eeb5) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Replaced custom Combobox component with one provided by MacawUI library. This solves bug with incorrect value rendering in Chromium 144 + +- [#6250](https://github.com/saleor/saleor-dashboard/pull/6250) [`472d0cd`](https://github.com/saleor/saleor-dashboard/commit/472d0cda9657aae75f017f4c0284d9e2b3473327) Thanks [@lkostrowski](https://github.com/lkostrowski)! - Improved display of Links. Now they inherit size of the parent element, usually paragraph. Links should no longer looks strange within text blocks + +- [#6265](https://github.com/saleor/saleor-dashboard/pull/6265) [`813da60`](https://github.com/saleor/saleor-dashboard/commit/813da6060d72e1a03cd3c832bc0c31568e32c0d0) Thanks [@witoszekdev](https://github.com/witoszekdev)! - Updated pnpm settings to be more strict about installed packages: minimum age 24h, cannot use downgraded security (e.g. trusted publisher -> untrusted), dependencies resolving to git repo or tarball + +- [#6207](https://github.com/saleor/saleor-dashboard/pull/6207) [`6b89f21`](https://github.com/saleor/saleor-dashboard/commit/6b89f217e19167b2e39befe11c3cf0990b5f6f79) Thanks [@mirekm](https://github.com/mirekm)! - Redesigned toast notifications for better user experience: + - **Notifications now stack compactly** instead of flooding the screen + - **Refined visual design** that's less disruptive and better aligned with the dashboard aesthetic + - **Long messages expand on hover** with "Show more/less" toggle instead of being truncated + - **Error notifications persist** until manually dismissed + + **Next up:** Refining notification message copy for clarity and consistency across the dashboard. + ## 3.22.26 ### Patch Changes diff --git a/package.json b/package.json index 96a6fbd0ade..4584d563c1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saleor-dashboard", - "version": "3.22.26", + "version": "3.22.27", "repository": { "type": "git", "url": "git://github.com/saleor/saleor-dashboard.git"