Skip to content

Releases: studiointeract/accounts-ui

release-1.2.22

15 Jun 12:09
Compare
Choose a tag to compare

release-1.2.21

26 May 12:28
Compare
Choose a tag to compare
  • Added functionality to include your own translation function.
  • Replaced dependency on tracker-component with react-meteor-data.

release-1.2.20

26 May 12:28
Compare
Choose a tag to compare
  • Fixed an issue with imports when using react router.

release-1.2.17

07 Jan 11:14
Compare
Choose a tag to compare
  • #55 - Create new form state for Enroll Account

release-1.2.16

07 Jan 11:05
Compare
Choose a tag to compare
  • Added warning on misconfigured LoginForm usage, that could prevent users from
    resetting their password.

release-1.2.15

07 Jan 11:04
Compare
Choose a tag to compare
  • #91 - Fixed: localStorage not defined in server side
  • Improving experience on successful reset password.
  • Reset faulty redirect to reset-password.

release-1.2.14

07 Jan 10:11
Compare
Choose a tag to compare
  • Fixed issue with troublesome redirect in React Router when clicking link to
    reset password.

release-1.2.13

06 Jan 12:25
Compare
Choose a tag to compare
  • Fixed issue with faulty duplicate use of componentDidMount in LoginForm.

release-1.2.12

06 Jan 12:03
Compare
Choose a tag to compare
  • #49 - Support for inline field validation message
  • Added missing deprecation notices.

release-1.2.11

18 Dec 14:57
Compare
Choose a tag to compare
  • #61 - BUG: Error «Need to set a username or email» when email is set
  • Solved #61 by adding functionality to remember entered values in localStorage, which also makes it possible to remember values between routes (i.e. when switching between /login and /register).