1.20.10
medusajs/medusa1.20.10Aug 26, 2024by olivermrbl
AI Summary
This version fixes minor issues related to PayPal integration and the Admin UI, including dropdown z-index and cart quantity updates.
Key Highlights
- Fixed dropdown menu z-index issues in Admin UI
- Fixed cart amount update on quantity change
- Fixed Sales Channels feature flag handling
Full Release Notes
<!--  # Version 1.20.10 This version solves minor issues with PayPal and Medusa Admin. CMS_BREAK --> ## Bugs * fix: Pass in data to PATCH call so cart amount is updated on quantity change by @Arsenalist in https://github.com/medusajs/medusa/pull/8456 * fix(admin-ui): Fixed DropdownMenu inside a Modal zIndex issues by @adevinwild in https://github.com/medusajs/medusa/pull/8358 * fix: Check if the SalesChannels FF is enabled on `/admin/products` by @adevinwild in https://github.com/medusajs/medusa/pull/8357 ## Docs * docs: fix service crud example by @MuhammadElsaeed in https://github.com/medusajs/medusa/pull/8439 ## New Contributors * @MuhammadElsaeed made their first contribution in https://github.com/medusajs/medusa/pull/8439 **Full Changelog**: https://github.com/medusajs/medusa/compare/v1.20.9...1.20.10