Files
medusa-store/packages/admin/dashboard/CHANGELOG.md
2024-11-27 15:40:07 +01:00

116 lines
7.6 KiB
Markdown

# @medusajs/dashboard
## 2.0.7
### Patch Changes
- [#10188](https://github.com/medusajs/medusa/pull/10188) [`ade1545207a4f45c138a785688c625fae797b694`](https://github.com/medusajs/medusa/commit/ade1545207a4f45c138a785688c625fae797b694) Thanks [@DanSilva41](https://github.com/DanSilva41)! - feat(dashboard): Add ptBR i18n
- [#10312](https://github.com/medusajs/medusa/pull/10312) [`2edc2fe19b6afae41e3b6945b7abfbd8e3fa6e5c`](https://github.com/medusajs/medusa/commit/2edc2fe19b6afae41e3b6945b7abfbd8e3fa6e5c) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent product metadata form from throwing an error
- [#10261](https://github.com/medusajs/medusa/pull/10261) [`da536aba244e46a81b2237f782be71c8d2d54802`](https://github.com/medusajs/medusa/commit/da536aba244e46a81b2237f782be71c8d2d54802) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Truncate long product organization tags
- [#10234](https://github.com/medusajs/medusa/pull/10234) [`3ab056e572c2391bc66e58fb515d033f5024da1e`](https://github.com/medusajs/medusa/commit/3ab056e572c2391bc66e58fb515d033f5024da1e) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard): Allow setting a tooltip for disabled action items
- [#10285](https://github.com/medusajs/medusa/pull/10285) [`344a6c9ea05a1d59a3a7de5282ae7ecda141d6ae`](https://github.com/medusajs/medusa/commit/344a6c9ea05a1d59a3a7de5282ae7ecda141d6ae) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add Metadata form to Variant page
- Updated dependencies []:
- @medusajs/admin-shared@2.0.7
- @medusajs/js-sdk@2.0.7
- @medusajs/icons@2.0.7
## 2.0.6
### Patch Changes
- [#10254](https://github.com/medusajs/medusa/pull/10254) [`c28d0db1647a5c8edaf0ba0faba6426e8a740399`](https://github.com/medusajs/medusa/commit/c28d0db1647a5c8edaf0ba0faba6426e8a740399) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(product,dashboard): Avoid duplicating images
- Updated dependencies []:
- @medusajs/admin-shared@2.0.6
- @medusajs/js-sdk@2.0.6
- @medusajs/icons@2.0.6
## 2.0.5
### Patch Changes
- [#10117](https://github.com/medusajs/medusa/pull/10117) [`8ed3d87c23c5b9e23d225f5463e3ab11abd5b6a0`](https://github.com/medusajs/medusa/commit/8ed3d87c23c5b9e23d225f5463e3ab11abd5b6a0) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Add missing inventory_item.list.\* widgets
- [#10079](https://github.com/medusajs/medusa/pull/10079) [`493d242c1259cdc68ecdce5f0f9d7885cbd67094`](https://github.com/medusajs/medusa/commit/493d242c1259cdc68ecdce5f0f9d7885cbd67094) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Ensure Breadcrumbs don't display stale data
- [#10187](https://github.com/medusajs/medusa/pull/10187) [`1659c9be5d3ace1bed9f3a6e7206fe54e60645c0`](https://github.com/medusajs/medusa/commit/1659c9be5d3ace1bed9f3a6e7206fe54e60645c0) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - feat(dashboard): Allow re-ordering product images
- [#10098](https://github.com/medusajs/medusa/pull/10098) [`a153bc477c421cd3cfc6f2cb7e30f2f3661f5922`](https://github.com/medusajs/medusa/commit/a153bc477c421cd3cfc6f2cb7e30f2f3661f5922) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(admin-shared,dashboard): Add missing Injection Zones and remove unused zones"
- [#10082](https://github.com/medusajs/medusa/pull/10082) [`dea86d8c8774d5badadefbc92352d5145245a22f`](https://github.com/medusajs/medusa/commit/dea86d8c8774d5badadefbc92352d5145245a22f) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Fix active nav link styling for built-in routes
- [#10213](https://github.com/medusajs/medusa/pull/10213) [`60b13c191ed8164951e4743f19e1cdc1efd3b5fc`](https://github.com/medusajs/medusa/commit/60b13c191ed8164951e4743f19e1cdc1efd3b5fc) Thanks [@ederwii](https://github.com/ederwii)! - feat(dashboard): Add Spanish i18n
- Updated dependencies [[`6680f69588332e25e6be2115248dd72fe18334b7`](https://github.com/medusajs/medusa/commit/6680f69588332e25e6be2115248dd72fe18334b7), [`a153bc477c421cd3cfc6f2cb7e30f2f3661f5922`](https://github.com/medusajs/medusa/commit/a153bc477c421cd3cfc6f2cb7e30f2f3661f5922), [`d6ff8d7aa16fe83a6cb15e9cc46360316625189e`](https://github.com/medusajs/medusa/commit/d6ff8d7aa16fe83a6cb15e9cc46360316625189e)]:
- @medusajs/js-sdk@2.0.5
- @medusajs/admin-shared@2.0.5
- @medusajs/icons@2.0.5
## 2.0.4
### Patch Changes
- [#10029](https://github.com/medusajs/medusa/pull/10029) [`904f0926f16737abe0a51a4fce8e5b0b8a377321`](https://github.com/medusajs/medusa/commit/904f0926f16737abe0a51a4fce8e5b0b8a377321) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Fix query key for product details and load product variant data correctly
- [#9770](https://github.com/medusajs/medusa/pull/9770) [`5c22c57cb8f549c9b16829ab313eb954339b1f6a`](https://github.com/medusajs/medusa/commit/5c22c57cb8f549c9b16829ab313eb954339b1f6a) Thanks [@nexthis](https://github.com/nexthis)! - feat(dashboard): Add Polish translation of admin dashboard
- Updated dependencies []:
- @medusajs/admin-shared@2.0.4
- @medusajs/js-sdk@2.0.4
- @medusajs/icons@2.0.4
## 2.0.3
### Patch Changes
- Updated dependencies []:
- @medusajs/admin-shared@2.0.3
- @medusajs/js-sdk@2.0.3
- @medusajs/icons@2.0.3
## 2.0.2
### Patch Changes
- [#9947](https://github.com/medusajs/medusa/pull/9947) [`b3cbc160eb94025402b5a0ef21653c207bbe8ccd`](https://github.com/medusajs/medusa/commit/b3cbc160eb94025402b5a0ef21653c207bbe8ccd) Thanks [@sradevski](https://github.com/sradevski)! - fix: Default to a relative path for backend URL in admin
- Updated dependencies [[`30edc8fa40ff5ed6ecc8c55f555f9d975df497f5`](https://github.com/medusajs/medusa/commit/30edc8fa40ff5ed6ecc8c55f555f9d975df497f5)]:
- @medusajs/js-sdk@2.0.2
- @medusajs/admin-shared@2.0.2
- @medusajs/icons@2.0.2
## 2.0.1
### Patch Changes
- [#9757](https://github.com/medusajs/medusa/pull/9757) [`e0870731213d353d2d718ba0b600ce8c08add14a`](https://github.com/medusajs/medusa/commit/e0870731213d353d2d718ba0b600ce8c08add14a) Thanks [@adrien2p](https://github.com/adrien2p)! - fix(dashboard): Workflow executions
- [#9725](https://github.com/medusajs/medusa/pull/9725) [`7b6793f846a36289fe8cdfd501401b1d993d9eff`](https://github.com/medusajs/medusa/commit/7b6793f846a36289fe8cdfd501401b1d993d9eff) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard): Prevent nested UI Routes from re-using parent component
- [#9775](https://github.com/medusajs/medusa/pull/9775) [`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d) Thanks [@kasperkristensen](https://github.com/kasperkristensen)! - fix(dashboard,ui): DateFilter should remain open
- Updated dependencies [[`59e6747800133e091d20c2c167f600981abc5c0d`](https://github.com/medusajs/medusa/commit/59e6747800133e091d20c2c167f600981abc5c0d)]:
- @medusajs/ui@4.0.1
- @medusajs/admin-shared@2.0.1
- @medusajs/js-sdk@2.0.1
- @medusajs/icons@2.0.1
## 2.0.0
### Major Changes
- [#7341](https://github.com/medusajs/medusa/pull/7341) [`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e) Thanks [@olivermrbl](https://github.com/olivermrbl)! - chore: Medusa 2.0
### Patch Changes
- Updated dependencies [[`2e42e053d4c9d5445d227bdc268c66713aad8e2e`](https://github.com/medusajs/medusa/commit/2e42e053d4c9d5445d227bdc268c66713aad8e2e)]:
- @medusajs/icons@2.0.0
- @medusajs/ui@4.0.0
- @medusajs/js-sdk@2.0.0
- @medusajs/admin-shared@2.0.0