Skip to content

v3.0.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bennypowers bennypowers released this 11 Feb 05:54
· 10 commits to next since this release

3.0.0-next.1 (2022-02-11)

  • feat!: load stripe automatically (eee9c53)

BREAKING CHANGES

  • migrate to stripe npm, with window.Stripe fallback

remove ShadyDOM support

remove ReadOnlyMixin and LitNotifyMixin in favour of decorators

  • private setReadonlyProperties removed

move breadcrumb code to a controller.

remove deprecated properties

  • isComplete => `complete
  • isEmpty => empty
  • card => element
  • stripeReady => ready
  • hasError => error

remove deprecated events

  • stripe-ready => ready
  • stripe-error => error
  • stripe-payment-method => payment-method
  • stripe-source => source
  • stripe-token => token