Releases: stormpath/stormpath-sdk-react
Releases · stormpath/stormpath-sdk-react
Release 1.3.4
Fixes
- Fix file system issue with files being referenced inconsistently.
- Fix onClick handler not being triggered on SocialLoginLink click.
- Fix issue with http requests erroring on valid request statuses.
- Fix so that Content-Type is set on all requests.
- Fix route component swallows errors.
Docs
- Improved RegistrationForm field docs.
Release 1.3.3
Chores
- Upgraded packages to their latest versions.
Fixes
- Downgraded the
history
module to version2.1.2
due to React Router incompatibility.
Release 1.3.2
Fixes
- Router props inheritance not working in IE <= 10.
Release 1.3.1
Features
- Custom data support.
- Support for additional
LoginForm
andRegistrationForm
events.
Release 1.3.0
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.
Release 1.2.2
Fixes
- Fix so that login retrieves session data from the /me endpoint instead of the /login endpoint result.
Release 1.2.1
Fixes
- Fix issue with deprecated onEnter replaceState in react-router v2.
Release 1.2.0
Notes
- Updated dependencies to their latest versions. Most notably
react
to version15.0.2
andreact-router
to version2.4.0
.
Fixes
- Fix issue with SocialLoginLink
redirectUri
being namedredirectTo
.
Release 1.1.2
Features
- Redux support.
Release 1.1.1
Fixes
- Rebuilt dist files.