Chores:
- Upgraded packages to their latest versions.
Fixes:
- Downgraded the
historymodule to version2.1.2due to React Router incompatibility.
Fixes:
- Fix: Router props inheritance not working in IE <= 10.
Features:
- Custom data support.
- Support for additional
LoginFormandRegistrationFormevents.
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
/meendpoint instead of the/loginendpoint result.
Fixes:
- Fix issue with deprecated onEnter replaceState in react-router v2.
Notes:
- Updated dependencies to their latest versions. Most notably
reactto version15.0.2andreact-routerto version2.4.0.
Fixes:
- Fix issue with SocialLoginLink
redirectUribeing 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: