Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@flozero flozero released this 08 Oct 03:55

compare changes

🚀 Enhancements

  • stripe: ⚠️ Major version about for stripe (#39)
  • stripe. ⚠️ useClientStripe now expose an object with more informations than just the stripe instace
  • stripe. ⚠️ You can now block stripe auto loading for a manual load and eventually load as many client as you want on fly

📖 Documentation

  • Add Runtime Config section (#37)
  • Add stripe Elements documentation
  • Improve a lot the playground with a full example of Stripe Element from server(api endpoint) to frontend
  • Add Example and documentation about now manually load stripe vs it being loaded

🏡 Chore

  • release: V3.0.0 (8f1b88c)
  • Migrate to eslint v9 (#33)
  • Indicate compatibility with new v4 major (#36)

⚠️ Breaking Changes

  • stripe: ⚠️ Major version about for stripe (#39)
  • stripe. ⚠️ useClientStripe now expose an object with more informations than just the stripe instace
  • stripe. ⚠️ You can now block stripe auto loading for a manual load and eventually load as many client as you want on fly
  • Nothing seems to have change in terms of configuration but some features seems to have been deprecated or removed. Check https://github.com/stripe/stripe-node/releases and https://github.com/stripe/stripe-js/releases for more informations

❤️ Contributors