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

Commit 173960c

Browse files
v5.1.0
1 parent 1438194 commit 173960c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
`react-stripe-elements` adheres to
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## v5.1.0 - 2019-10-22
7+
8+
### New Features
9+
10+
- Add support for accessing the underlying Element using refs via `getElement`.
11+
12+
### Bug Fixes
13+
14+
- Fix crash when trying to create element while unmounting. Thanks @CarsonF!
15+
616
## v5.0.1 - 2019-09-18
717

818
### Bug Fixes

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stripe-elements",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "React components for Stripe.js and Stripe Elements",
55
"main": "./lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)