v2.1.2 (2026-04-03)
Breaking Changes
-
Update payment status for PayPal orders
authorized->paypal_authorizedcaptured->paypal_captured
-
Update payment status for Stripe orders
authorized->stripe_authorizedcaptured->stripe_capturedrefunded->stripe_refundedpartial_refunded->stripe_partial_refundedfailed->stripe_failed
What's Changed
- [BUG] v2.1.1 completely breaks bold/italic/links in the CMS Editor #882 by @treoden in #885
- Feat: Add area debug feature by @treoden in #887
- fix: convert backslash paths to forward slashes for Tailwind v4 on Windows by @Sigmabrogz in #891
- Fix event management by @treoden in #896
- Add a query wrapper for better postgres query typing by @treoden in #895
- Feat: Improve typescript for better development experience by @treoden in #897
- Feat: Add sonner component by @treoden in #899
- Chore: Less strict order status update by @treoden in #900
- Chore: Update order status code for stripe by @treoden in #901
- Chore(deps): Bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #902
- Chore(deps): Bump sass from 1.97 to 1.98 by @treoden in #903
- Fix: Fix listing style editor by @treoden in #904
- Fix: Fix toolbox overlapping issue by @treoden in #905
- Fix: Some warning messages from React by @treoden in #906
- Fix: fix checkoutForm area ID by @treoden in #907
- Fix: Scroll to shipping method list when it is unselected by @treoden in #909
- Fix: Improve typing by @treoden in #911
- Fix: Fix the area sort order in the registration form by @treoden in #912
- Fix: Use new data in the token payload by @treoden in #913
- Fix: Upgrade stripe packages and refactor the order status for stripe… by @treoden in #914
- Fix: Refactor the paypay payment status by @treoden in #915
- Chore(deps): Bump zero-decimal-currencies from 1.2 to 1.6 by @treoden in #917
- Fix: Can not unassign a product from a category by @treoden in #919
- Fix: Province list does not update when changing country by @treoden in #920
- Fix: Fix the missing exports by @treoden in #921
- Fix: Fix checkout error message handling by @treoden in #924
New Contributors
- @Sigmabrogz made their first contribution in #891
Full Changelog: v2.1.1...v2.1.2