Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 2.2 kB | |
v2.8.7_ Improved _create-medusa-app_ and corrected tax calculations source code.tar.gz | 2025-07-08 | 30.0 MB | |
v2.8.7_ Improved _create-medusa-app_ and corrected tax calculations source code.zip | 2025-07-08 | 44.6 MB | |
Totals: 3 Items | 74.6 MB | 0 |
Highlights
New --version
flag for create-medusa-app
This release introduces a new flag, --version
to the create-medusa-app
command, allowing you to create Medusa projects with a specific version installed.
npx create-medusa-app ---version 2.8.5
Correct tax calculations for order item adjustments
This release introduces the is_tax_inclusive
flag on order line item adjustments to ensure tax calculations are correct for tax-inclusive promotions.
Features
- feat(create-medusa-app): Allow to create project with specific medusa version by @adrien2p in https://github.com/medusajs/medusa/pull/12882
Bugs
- fix(core-flows): Locations levels check in draft order and order edit flows by @olivermrbl in https://github.com/medusajs/medusa/pull/12881
- fix(index): merge filterable fields schema by @carlos-r-l-rodrigues in https://github.com/medusajs/medusa/pull/12888
- fix(): Order constraint and receive return by @adrien2p in https://github.com/medusajs/medusa/pull/12889
- fix(order, core-flows): Tax inclusive order line item adjustments by @olivermrbl in https://github.com/medusajs/medusa/pull/12875
- fix(orchestration): Handle expected lifecycle errors by @adrien2p in https://github.com/medusajs/medusa/pull/12886
- fix(dashboard): show TIP flag only for fixed promotions by @fPolic in https://github.com/medusajs/medusa/pull/12897
- fix(medusa, core-flows): Update TIP on promotions by @olivermrbl in https://github.com/medusajs/medusa/pull/12885
Documentation
- chore: Bump Kapa SDK by @olivermrbl in https://github.com/medusajs/medusa/pull/12870
Other Changes
- fix(admin): prevent excessive polling in notifications by @jessy2027 in https://github.com/medusajs/medusa/pull/12868
New Contributors
- @jessy2027 made their first contribution in https://github.com/medusajs/medusa/pull/12868
Full Changelog: https://github.com/medusajs/medusa/compare/v2.8.6...v2.8.7