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 #12882
Bugs
- fix(core-flows): Locations levels check in draft order and order edit flows by @olivermrbl in #12881
- fix(index): merge filterable fields schema by @carlos-r-l-rodrigues in #12888
- fix(): Order constraint and receive return by @adrien2p in #12889
- fix(order, core-flows): Tax inclusive order line item adjustments by @olivermrbl in #12875
- fix(orchestration): Handle expected lifecycle errors by @adrien2p in #12886
- fix(dashboard): show TIP flag only for fixed promotions by @fPolic in #12897
- fix(medusa, core-flows): Update TIP on promotions by @olivermrbl in #12885
Documentation
- chore: Bump Kapa SDK by @olivermrbl in #12870
Other Changes
- fix(admin): prevent excessive polling in notifications by @jessy2027 in #12868
New Contributors
- @jessy2027 made their first contribution in #12868
Full Changelog: v2.8.6...v2.8.7