Skip to content

Commit 1ab549e

Browse files
authored
Merge pull request #110 from stormpath/release-1.3.0
Release 1.3.0
2 parents 31a7412 + 474c652 commit 1ab549e

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.3.0 (August 8, 2016)
2+
3+
Fixes:
4+
5+
- Fix: Login request should use login instead of username field.
6+
- Fix: Support routes as property to Router.
7+
- Fix: redirectTo should be unchanged after state change.
8+
- Fix: Always forward props from components to child elements.
9+
- Fix: Change the user-agent to have stormpath-sdk-react as a fixed name.
10+
- Fix: Set withCredentials if the requested domain differs from the one we're.
11+
- Fix: React unknown prop.
12+
113
## 1.2.2 (June 30, 2016)
214

315
Fixes:

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.2 to 1.3.0 (August 8, 2016)
2+
3+
Important:
4+
5+
- 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-`.
6+
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.
7+
18
## 1.2.1 to 1.2.2 (June 30, 2016)
29

310
Nothing to do.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stormpath",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"main": [
55
"dist/stormpath-sdk-react.min.js"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stormpath",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Stormpath SDK for React.",
55
"author": "Stormpath, Inc.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)