Skip to content

Commit

Permalink
chore(release): 3.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-next.1](v2.3.12...v3.0.0-next.1) (2022-02-11)

* feat!: load stripe automatically ([eee9c53](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`
  • Loading branch information
semantic-release-bot committed Feb 11, 2022
1 parent 8b33a20 commit 76a1d5a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [3.0.0-next.1](https://github.com/bennypowers/stripe-elements/compare/v2.3.12...v3.0.0-next.1) (2022-02-11)


* feat!: load stripe automatically ([eee9c53](https://github.com/bennypowers/stripe-elements/commit/eee9c5335dfa7884a82fcab50cd693bed5e7701b))


### 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`

## [2.3.12](https://github.com/bennypowers/stripe-elements/compare/v2.3.11...v2.3.12) (2021-10-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-elements/stripe-elements",
"version": "2.3.12",
"version": "3.0.0-next.1",
"description": "Web Component wrapper for stripe elements",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 76a1d5a

Please sign in to comment.