Skip to content

Commit

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

### Bug Fixes

* update deps ([8e582e0](8e582e0))
* update docs ([028b3fb](028b3fb))

* feat!: load stripe automatically ([a71b183](a71b183))

### 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 15, 2022
1 parent 497d807 commit 5d695d8
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [3.0.0](https://github.com/bennypowers/stripe-elements/compare/v2.3.12...v3.0.0) (2022-02-15)


### Bug Fixes

* update deps ([8e582e0](https://github.com/bennypowers/stripe-elements/commit/8e582e0b7e7b02c7036fcddbf83f0da9241bb26f))
* update docs ([028b3fb](https://github.com/bennypowers/stripe-elements/commit/028b3fb18da587c58282edf900651b862d4ee0fd))


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


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

# [3.0.0-next.3](https://github.com/bennypowers/stripe-elements/compare/v3.0.0-next.2...v3.0.0-next.3) (2022-02-15)


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": "3.0.0-next.3",
"version": "3.0.0",
"description": "Web Component wrapper for stripe elements",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 5d695d8

Please sign in to comment.