Skip to content

Releases: bennypowers/stripe-elements

v3.3.0

22 Aug 09:32
Compare
Choose a tag to compare

3.3.0 (2022-08-22)

Features

v3.2.1

17 Aug 07:55
Compare
Choose a tag to compare

3.2.1 (2022-08-17)

Bug Fixes

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

v3.2.0

21 Jun 08:19
Compare
Choose a tag to compare

3.2.0 (2022-06-21)

Bug Fixes

Features

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

v3.1.0

02 Jun 10:21
Compare
Choose a tag to compare

3.1.0 (2022-06-02)

Features

v3.0.0

15 Feb 19:12
Compare
Choose a tag to compare

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

15 Feb 16:08
Compare
Choose a tag to compare
v3.0.0-next.3 Pre-release
Pre-release

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

Bug Fixes

v3.0.0-next.2

15 Feb 15:31
Compare
Choose a tag to compare
v3.0.0-next.2 Pre-release
Pre-release

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

Bug Fixes

v3.0.0-next.1

11 Feb 05:54
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-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

v2.3.12

03 Oct 09:03
Compare
Choose a tag to compare

2.3.12 (2021-10-03)

Bug Fixes

v2.3.11

03 Oct 08:41
Compare
Choose a tag to compare

2.3.11 (2021-10-03)

Bug Fixes

  • package types when building (f3c8d2c)