Files
medusa-store/packages/admin-ui/CHANGELOG.md
github-actions[bot] 2a181bc564 chore: Version Packages (#4527)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-19 18:00:56 +02:00

37 KiB

@medusajs/admin-ui

1.9.2

Patch Changes

1.9.1

Patch Changes

1.9.0

Minor Changes

Patch Changes

1.8.7

Patch Changes

1.8.6

Patch Changes

  • Updated dependencies []:
    • medusa-react@8.0.0

1.8.5

Patch Changes

1.8.4

Patch Changes

  • #3955 4c5c4fd9b Thanks @pKorsholm! - Feat(admin-ui): add metadata controls for stock locations

  • #3950 0c30d05cf Thanks @pKorsholm! - fix(admin-ui): allocation status for cancelled and archived orders

  • #3999 a7adb8fbf Thanks @kasperkristensen! - fix(admin-ui): Pins version of react-router-dom as upgrade to 6.11.0 broke navigation in nested routes

  • #3989 596566a51 Thanks @kasperkristensen! - fix(admin-ui): fixes an issue where navigating to tax settings would append the basename multiple times. Removes react-helmet for react-helmet-async to get rid off error caused by unsafe sideeffects"

  • Updated dependencies []:

    • medusa-react@7.0.0

1.8.3

Patch Changes

1.8.2

Patch Changes

  • Updated dependencies []:
    • medusa-react@5.0.2

1.8.1

Patch Changes

1.8.0

Patch Changes

  • #3403 57d7728dd Thanks @StephixOne! - add location support in fulfillment modal

  • #3461 478903b55 Thanks @StephixOne! - fix(admin-ui): Admin UI fixes / enhancements

    • Inventory and order UI fixes and tweaks
    • focus-border clipping
    • Fix use of expand parameter on order page
    • Fix location address editing form state
    • ensure that the allocation indicator is correctly displayed
    • Fix inventory table pagination on location filter change
    • Try and ensure allocation table checkmarks align better
    • Add gap in table actions
    • remove allocate button if no more allcoations can be made
    • update edit-allocation sidebar
    • create/update/delete inventory items according to inventory items on the variant
    • Fix minor bugs related to the edit-allocation modal
    • move tailwind to direct dependency
    • display error messages for batch jobs
    • draft order shipping details
    • Implements redesigned public facing pages of admin UI.
    • Add location names to fulfilment rows and timeline events
    • Encode location id in URL on location table
  • #3666 ca3b32d53 Thanks @StephixOne! - fix(admin-ui): Make copy and UI on manage locations modal better when no locations

  • #3676 788ddc0f4 Thanks @kasperkristensen! - fix(admin-ui, medusa-react, medusa): Minor fixes to GC domain in admin UI. Also fixes GC update payload type in medusa-react and medusa.

  • #3512 a8423b8ac Thanks @StephixOne! - fix(medusa, admin-ui): Fix edit order variant stock

  • #3644 4342ac884 Thanks @kasperkristensen! - feat(admin-ui): Adds metadata forms to all applicable domains in the UI. fix(medusa): Fixes an issue where metadata was not being set for order addresses using setMetadata.

  • #3670 a5ad6c054 Thanks @pKorsholm! - Fix(admin-ui,medusa): Ensure stock locations are created with a name

  • #3657 7e1d8ef59 Thanks @StephixOne! - feat(admin-ui): Add new feature badge for categories and inventory

  • #3685 8ddb3952c Thanks @olivermrbl! - chore: Fix RC package versions

  • #3607 d1a6aa5a9 Thanks @pKorsholm! - fix(admin-ui): fix bug with create fulfillment and a couple of other minor tweaks

  • #3706 dae8da109 Thanks @adrien2p! - fix(admin): Duplicate product without prices

  • #3660 eed784d7d Thanks @pKorsholm! - fix(admin-ui, medusa): resolve bugs for orders with variants without inventory items

  • #3438 f027bc26f Thanks @StephixOne! - fix(admin): Show correct reserved/available values when editing stock on variant

  • #3418 8a7421db5 Thanks @kasperkristensen! - feat(admin,admin-ui): Updates the default behaviour of the plugin, and makes building for external deployment easier

  • #3532 bfef22b33 Thanks @kasperkristensen! - fix(admin-ui): Revamps gift card manage page

  • #3608 345005573 Thanks @StephixOne! - fix(admin-ui): Update order edit variants table to fit longer content

  • #3585 0d0090338 Thanks @pKorsholm! - fix(admin-ui): minor fixes for inventory items

  • #3592 455c56c4b Thanks @StephixOne! - fix(admin-ui): Hide inventory quantity field in variant stock form if SL module enabled

  • #3395 15f47baf5 Thanks @pKorsholm! - fix(admin-ui, medusa): Minor ui fixes relating to stock locations

  • #3645 e6b5859af Thanks @StephixOne! - feat(admin-ui): Make number input increment/decrement buttons not tabbable-to

  • #3522 55c5fba0d Thanks @pKorsholm! - feat(medusa,admin): location_ids in swap and claim creation

  • #3334 40de54b01 Thanks @kasperkristensen! - feat(medusa,admin,admin-ui): Add new plugin to serve the admin dashboard from the server. Adds a new plugin injection step setup, code placed in the setup folder of a plugin will be run before any code from a plugin is injected into the Medusa server.

  • #3416 478d1af8d Thanks @riqwan! - feat(medusa, admin-ui, medusa-react): Improvements to product categories

    • Adds name as required in category create form
    • Adds name and handle as required in category edit form
    • Updates message on create/update forms
    • Adds category indicators for is_internal and is_active fields in the tree list
    • Fixes bug where tree is not reset when update fails
    • allow appending all category descendants with a param in list endpoint
    • fix rank order changing on category update
    • invalidate products query on category delete
    • adds category ui for tree/list, edit, create, delete
    • add product category queries and mutations
    • category list API can return all descendant
    • added breadcrumbs for categories on create/edit modal
    • add empty state for product categories
    • increase tree depth + scope categories on store + allow categories relation in products API
    • categories can be ranked based on position
    • seed command can create product categories
    • hide categories in products behind feature flag
    • fixes bug for mpath incorrectly updated for nested categories
  • #3434 f43f03bad Thanks @StephixOne! - fix(admin): Fix fulfilment creation

  • #3655 45fd0fb63 Thanks @olivermrbl! - fix(admin-ui): Always show categories in product page

  • #3531 4e9d257d3 Thanks @carlos-r-l-rodrigues! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules

  • #3577 95c9fbfdd Thanks @StephixOne! - fix(admin-ui): Fix effect check in inventory table and overflow UI

  • #3448 d4af87311 Thanks @StephixOne! - fix(admin): Show all locations in allocation creation modal

  • #3541 feaf8d2e1 Thanks @pKorsholm! - fix(medusa, admin-ui): refine create-fulfillment flow

  • #3403 57d7728dd Thanks @StephixOne! - Add order allocation to admin ui

  • #3451 55a1f232a Thanks @pKorsholm! - feat(medusa,admin-ui): support location_id in

  • #3401 47d344076 Thanks @riqwan! - feat(admin-ui, medusa-react): allow products to be categorized in product create/edit page

  • #3625 7428ffa30 Thanks @StephixOne! - Fix team table filter dropdown transparency

  • Updated dependencies [d06ab9299, 788ddc0f4, fe9eea4c1, 7f87c4f2c, 8ddb3952c, 9ba09ba4d, 12d304307, 80b95a230, 54dcc1871, 478d1af8d, 6748877c6, ef5ef9f5a, 2d2727f75, 47d344076]:

    • medusa-react@5.0.0

0.0.1-rc.8

Patch Changes

  • Updated dependencies []:
    • medusa-react@5.0.0-rc.8

0.0.1-rc.7

Patch Changes

  • #3706 dae8da109 Thanks @adrien2p! - fix(admin): Duplicate product without prices

  • Updated dependencies []:

    • medusa-react@5.0.0-rc.7

0.0.1-rc.6

Patch Changes

0.0.1-rc.5

Patch Changes

  • #3644 4342ac884 Thanks @kasperkristensen! - feat(admin-ui): Adds metadata forms to all applicable domains in the UI. fix(medusa): Fixes an issue where metadata was not being set for order addresses using setMetadata.

  • #3657 7e1d8ef59 Thanks @StephixOne! - feat(admin-ui): Add new feature badge for categories and inventory

  • #3645 e6b5859af Thanks @StephixOne! - feat(admin-ui): Make number input increment/decrement buttons not tabbable-to

  • #3655 45fd0fb63 Thanks @olivermrbl! - fix(admin-ui): Always show categories in product page

  • Updated dependencies []:

    • medusa-react@5.0.0-rc.5

0.0.1-rc.4

Patch Changes

0.0.1-rc.3

Patch Changes

  • Updated dependencies []:
    • medusa-react@5.0.0-rc.3

0.0.1-rc.2

Patch Changes

  • chore: Fix RC package versions

  • Updated dependencies []:

    • medusa-react@5.0.0-rc.2

0.0.1-rc.1

Patch Changes

0.0.1-rc.0

Patch Changes

  • #3403 57d7728dd Thanks @StephixOne! - add location support in fulfillment modal

  • #3461 478903b55 Thanks @StephixOne! - fix(admin-ui): Admin UI fixes / enhancements

    • Inventory and order UI fixes and tweaks
    • focus-border clipping
    • Fix use of expand parameter on order page
    • Fix location address editing form state
    • ensure that the allocation indicator is correctly displayed
    • Fix inventory table pagination on location filter change
    • Try and ensure allocation table checkmarks align better
    • Add gap in table actions
    • remove allocate button if no more allcoations can be made
    • update edit-allocation sidebar
    • create/update/delete inventory items according to inventory items on the variant
    • Fix minor bugs related to the edit-allocation modal
    • move tailwind to direct dependency
    • display error messages for batch jobs
    • draft order shipping details
    • Implements redesigned public facing pages of admin UI.
    • Add location names to fulfilment rows and timeline events
    • Encode location id in URL on location table
  • #3512 a8423b8ac Thanks @StephixOne! - fix(medusa, admin-ui): Fix edit order variant stock

  • #3438 f027bc26f Thanks @StephixOne! - fix(admin): Show correct reserved/available values when editing stock on variant

  • #3418 8a7421db5 Thanks @kasperkristensen! - feat(admin,admin-ui): Updates the default behaviour of the plugin, and makes building for external deployment easier

  • #3532 bfef22b33 Thanks @kasperkristensen! - fix(admin-ui): Revamps gift card manage page

  • #3395 15f47baf5 Thanks @pKorsholm! - fix(admin-ui, medusa): Minor ui fixes relating to stock locations

  • #3522 55c5fba0d Thanks @pKorsholm! - feat(medusa,admin): location_ids in swap and claim creation

  • #3334 40de54b01 Thanks @kasperkristensen! - feat(medusa,admin,admin-ui): Add new plugin to serve the admin dashboard from the server. Adds a new plugin injection step setup, code placed in the setup folder of a plugin will be run before any code from a plugin is injected into the Medusa server.

  • #3416 478d1af8d Thanks @riqwan! - feat(medusa, admin-ui, medusa-react): Improvements to product categories

    • Adds name as required in category create form
    • Adds name and handle as required in category edit form
    • Updates message on create/update forms
    • Adds category indicators for is_internal and is_active fields in the tree list
    • Fixes bug where tree is not reset when update fails
    • allow appending all category descendants with a param in list endpoint
    • fix rank order changing on category update
    • invalidate products query on category delete
    • adds category ui for tree/list, edit, create, delete
    • add product category queries and mutations
    • category list API can return all descendant
    • added breadcrumbs for categories on create/edit modal
    • add empty state for product categories
    • increase tree depth + scope categories on store + allow categories relation in products API
    • categories can be ranked based on position
    • seed command can create product categories
    • hide categories in products behind feature flag
    • fixes bug for mpath incorrectly updated for nested categories
  • #3434 f43f03bad Thanks @StephixOne! - fix(admin): Fix fulfilment creation

  • #3531 4e9d257d3 Thanks @carlos-r-l-rodrigues! - Remove dependency on @medusajs/medusa from Inventory and Stock-Location Modules

  • #3448 d4af87311 Thanks @StephixOne! - fix(admin): Show all locations in allocation creation modal

  • #3403 57d7728dd Thanks @StephixOne! - Add order allocation to admin ui

  • #3451 55a1f232a Thanks @pKorsholm! - feat(medusa,admin-ui): support location_id in

  • #3401 47d344076 Thanks @riqwan! - feat(admin-ui, medusa-react): allow products to be categorized in product create/edit page

  • Updated dependencies [fe9eea4c1, 9ba09ba4d, 12d304307, 80b95a230, 54dcc1871, 478d1af8d, 6748877c6, ef5ef9f5a, 2d2727f75, 47d344076]:

    • medusa-react@5.0.0-rc.0