Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dweedon-stripe committed Oct 22, 2019
1 parent 1438194 commit 173960c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
`react-stripe-elements` adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v5.1.0 - 2019-10-22

### New Features

- Add support for accessing the underlying Element using refs via `getElement`.

### Bug Fixes

- Fix crash when trying to create element while unmounting. Thanks @CarsonF!

## v5.0.1 - 2019-09-18

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stripe-elements",
"version": "5.0.1",
"version": "5.1.0",
"description": "React components for Stripe.js and Stripe Elements",
"main": "./lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 173960c

Please sign in to comment.