Fixed several bugs with the introspection of components, fixes issues when overriding our default elements with custom form elements. See PR #177.
This release adds support for the Stormpath Client API, which allows you to authenticate the user directly with Stormpath (authentication does not require extra software in your server). The user receives an access token, which can be used to authorize requests on your server. If you need to authorize requests on your server, you will sill want to use one of our SDKs to make that process simpler.
Please see the Readme for the new instructions for using the Client API.
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.
Chores:
- Upgraded packages to their latest versions.
Fixes:
- Downgraded the
history
module to version2.1.2
due to React Router incompatibility.
Fixes:
- Fix: Router props inheritance not working in IE <= 10.
Features:
- Custom data support.
- Support for additional
LoginForm
andRegistrationForm
events.
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.
Fixes:
- Fix so that login retrieves session data from the
/me
endpoint instead of the/login
endpoint result.
Fixes:
- Fix issue with deprecated onEnter replaceState in react-router v2.
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
.
Features:
- Redux support.
Fixes:
- Rebuilt dist files.
Features:
- Add Router context support (#43)
- Add support for updating the user profile (#44)
- Add group support (#47)
- Add ChangePasswordForm to support changing password (#50)
Features: