Skip to content

Releases: stadline/react-payline

v2.0.0

15 Sep 14:00
51ca771

Choose a tag to compare

What's Changed

  • Better typing for PaylineApi by @jdeniau in #3
  • Change usePayline behavior by @alex-pex in #9
    • [BREAKING CHANGE] usePayline is no more. It is split in two hooks: usePaylineApi and usePaylineJQuery
    • payline readiness check has changed. It might be more compatible with some scenarios #8

New Contributors

Full Changelog: v1.1.0...v2.0.0

v2.0.0-beta.3

13 Jun 13:59

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0-beta.3

v1.1.0

10 Jun 10:05

Choose a tag to compare

  • various changes to handle SSR properly (be careful: usePayline returns undefined server-side)
  • add a new component PaylineHead

the documentation is updated with SSR instructions and new Payline doc links