Skip to content

Release Notes v3.2.0

Latest

Choose a tag to compare

@hideokamoto hideokamoto released this 18 Mar 12:43
· 113 commits to main since this release

✨ New Features

  • stripe-modal: Added open/close animations for a smoother modal experience.
    • Updates modal behavior to support animation-friendly state transitions.
    • Includes related updates in stripe-card-element-modal and the dev demo page.

🧪 Test Improvements

  • Stabilized snapshots across locales by forcing the test i18n language to English in the Stencil test setup.

🛠️ Maintenance / CI

  • CI/test updates to keep specs and snapshots in sync with recent modal changes.
  • Style tweaks and minor dev demo adjustments.

📦 Upgrade

npm install stripe-pwa-elements@3.2.0

🔗 Full Changelog

https://github.com/wpkyoto/stripe-pwa-elements/compare/v3.1.0...v3.2.0

  • test: force i18n language to en in tests 08cba98
  • Merge pull request #74 from wpkyoto/feat/modal_animation 6527e5b
  • chore: update styles 5f512ab
  • chore: revert change index.html 4555627
  • fix(ci): update spec and test 817d58a
  • feat(modal): add animation 520deb7
  • Merge pull request #73 from wpkyoto/update/example-index 1879f5a
  • update dev app 7cfa61a

v3.1.0...v3.2.0