Skip to content

v3.0.0

Compare
Choose a tag to compare
@bennypowers bennypowers released this 15 Feb 19:12

3.0.0 (2022-02-15)

Bug Fixes

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