Skip to content

Releases: stormpath/stormpath-sdk-react

Release 1.3.4

09 Jan 18:12
Compare
Choose a tag to compare
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

11 Nov 04:30
Compare
Choose a tag to compare
Chores
  • Upgraded packages to their latest versions.
Fixes
  • Downgraded the history module to version 2.1.2 due to React Router incompatibility.

Release 1.3.2

04 Nov 15:01
Compare
Choose a tag to compare
Fixes
  • Router props inheritance not working in IE <= 10.

Release 1.3.1

22 Aug 15:59
Compare
Choose a tag to compare
Features
  • Custom data support.
  • Support for additional LoginForm and RegistrationForm events.

Release 1.3.0

09 Aug 17:53
Compare
Choose a tag to compare
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

30 Jun 20:18
Compare
Choose a tag to compare
Fixes
  • Fix so that login retrieves session data from the /me endpoint instead of the /login endpoint result.

Release 1.2.1

05 May 20:41
Compare
Choose a tag to compare
Fixes
  • Fix issue with deprecated onEnter replaceState in react-router v2.

Release 1.2.0

05 May 20:24
Compare
Choose a tag to compare
Notes
  • Updated dependencies to their latest versions. Most notably react to version 15.0.2 and react-router to version 2.4.0.
Fixes
  • Fix issue with SocialLoginLink redirectUri being named redirectTo.

Release 1.1.2

26 Apr 12:31
Compare
Choose a tag to compare
Features
  • Redux support.

Release 1.1.1

13 Apr 10:10
Compare
Choose a tag to compare
Fixes
  • Rebuilt dist files.