v2.0.1
medusajs/medusav2.0.1Oct 25, 2024by olivermrbl
AI Summary
A patch release focusing on bug fixes for v2.0.0, enhancing customer management capabilities, and updating documentation to reflect the move away from v1.
Key Highlights
- Added customer batch endpoint for managing customer groups.
- Orders list is now viewable on customer details page.
- Documentation updated to remove v1 references and highlight v2 features.
New Features
- Customer batch endpoint for managing customer groups
- Orders list on customer details page
- Allow customer metadata update
Full Release Notes
<!--  # v2.0.1 This version fixes a range of bugs reported in the 2.0.0 release. CMS_BREAK --> This version fixes a range of bugs reported in the 2.0.0 release. ## Features * feat(core-flows, dashboard, js-sdk): customer batch endpoint for managing customer groups by @fPolic in https://github.com/medusajs/medusa/pull/9761 * feat(dashboard, medusa, types): orders list on customer details page by @fPolic in https://github.com/medusajs/medusa/pull/9790 * feat: Allow customer metadata update by @docloulou in https://github.com/medusajs/medusa/pull/9780 ## Bugs * fix: missing dependency in dev-cli by @thetutlage in https://github.com/medusajs/medusa/pull/9730 * fix: install preview version of dev-cli by @thetutlage in https://github.com/medusajs/medusa/pull/9750 * fix(js-sdk): remove list and retrieve methods of paymentCollection by @shahednasser in https://github.com/medusajs/medusa/pull/9746 * fix(dashboard): Prevent reusing same Component for nested UI routes by @kasperkristensen in https://github.com/medusajs/medusa/pull/9725 * fix(dashboard): Workflow executions by @adrien2p in https://github.com/medusajs/medusa/pull/9757 * fix(medusa): Admin validator filtering and pagination by @adrien2p in https://github.com/medusajs/medusa/pull/9748 * feat(dashboard,ui): DateFilter should open correctly by @kasperkristensen in https://github.com/medusajs/medusa/pull/9775 * fix(core-flows, dashboard): products category batch issue by @fPolic in https://github.com/medusajs/medusa/pull/9766 * fix(orchestration): Ids wrongly processed when using operators map by @adrien2p in https://github.com/medusajs/medusa/pull/9781 ## Documentation > [!IMPORTANT] The documentation for Medusa v1 has moved from https://docs.medusajs.com to https://docs.medusajs.com/v1. * docs: remove v1 docs from navbar by @shahednasser in https://github.com/medusajs/medusa/pull/9722 * docs: remove dev notices + fix AI assistant answer width by @shahednasser in https://github.com/medusajs/medusa/pull/9686 * Update docs commerce modules so that tax links to the correct page by @jackcaldwell in https://github.com/medusajs/medusa/pull/9747 * docs: show latest version in docs + update automatically by @shahednasser in https://github.com/medusajs/medusa/pull/9753 * docs: fix deleteCascade typo by @shahednasser in https://github.com/medusajs/medusa/pull/9744 * docs: change configurations to make v2 the main docs by @shahednasser in https://github.com/medusajs/medusa/pull/9729 * docs: add ui rewrite by @shahednasser in https://github.com/medusajs/medusa/pull/9762 * docs: fix complete cart workflow usage in marketplace recipe by @shahednasser in https://github.com/medusajs/medusa/pull/9771 * docs: fixes to ui docs by @shahednasser in https://github.com/medusajs/medusa/pull/9759 ## Chores * chore: update links to v2 docs in source code and comments by @shahednasser in https://github.com/medusajs/medusa/pull/9732 * chore: Add fixed packages in changeset by @olivermrbl in https://github.com/medusajs/medusa/pull/9752 * chore(js-sdk,types): add tsdocs for admin JS SDK methods [5/n] by @shahednasser in https://github.com/medusajs/medusa/pull/9788 ## New Contributors * @jackcaldwell made their first contribution in https://github.com/medusajs/medusa/pull/9747 * @docloulou made their first contribution in https://github.com/medusajs/medusa/pull/9780 **Full Changelog**: https://github.com/medusajs/medusa/compare/v2.0.0...v2.0.1