Skip to content

Commit

Permalink
Merge pull request #110 from stormpath/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
typerandom authored Aug 9, 2016
2 parents 31a7412 + 474c652 commit 1ab549e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.3.0 (August 8, 2016)

Fixes:

- Fix: Login request should use login instead of username field.
- Fix: Support routes as property to Router.
- Fix: redirectTo should be unchanged after state change.
- Fix: Always forward props from components to child elements.
- Fix: Change the user-agent to have stormpath-sdk-react as a fixed name.
- Fix: Set withCredentials if the requested domain differs from the one we're.
- Fix: React unknown prop.

## 1.2.2 (June 30, 2016)

Fixes:
Expand Down
7 changes: 7 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.2 to 1.3.0 (August 8, 2016)

Important:

- Due to React's new "Unkonwn Prop" warning (see https://facebook.github.io/react/warnings/unknown-prop.html) all `spIf` and `spBind` element attributes should be prefixed with `data-`.
I.e. `spIf` should be `data-spIf` and `spBind` should be `data-spBind`. Adding the `data-` prefix will remove the the "Unkonwn Prop" warnings and guarantee future compatibility.

## 1.2.1 to 1.2.2 (June 30, 2016)

Nothing to do.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stormpath",
"version": "1.2.2",
"version": "1.3.0",
"main": [
"dist/stormpath-sdk-react.min.js"
],
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-stormpath",
"version": "1.2.2",
"version": "1.3.0",
"description": "Stormpath SDK for React.",
"author": "Stormpath, Inc.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1ab549e

Please sign in to comment.