Stripe Elements Versions Save

Custom Element Wrapper for Stripe.js v3 Elements

v3.3.0

1 year ago

3.3.0 (2022-08-22)

Features

v3.2.1

1 year ago

3.2.1 (2022-08-17)

Bug Fixes

  • add missing declaration files in build (#92) (5cbc63b)

v3.2.0

1 year ago

3.2.0 (2022-06-21)

Bug Fixes

Features

  • add locale props for stripe initialization (#87) (44317a4)

v3.1.0

1 year ago

3.1.0 (2022-06-02)

Features

v3.0.0

2 years ago

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

v3.0.0-next.3

2 years ago

3.0.0-next.3 (2022-02-15)

Bug Fixes

v3.0.0-next.2

2 years ago

3.0.0-next.2 (2022-02-15)

Bug Fixes

v3.0.0-next.1

2 years ago

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

v2.3.12

2 years ago

2.3.12 (2021-10-03)

Bug Fixes

v2.3.11

2 years ago

2.3.11 (2021-10-03)

Bug Fixes

  • package types when building (f3c8d2c)