Skip to content

Releases: studiointeract/accounts-ui

release-1.2.22

Choose a tag to compare

@timbrandin timbrandin released this 15 Jun 12:09

release-1.2.21

Choose a tag to compare

@timbrandin timbrandin released this 26 May 12:28
  • Added functionality to include your own translation function.
  • Replaced dependency on tracker-component with react-meteor-data.

release-1.2.20

Choose a tag to compare

@timbrandin timbrandin released this 26 May 12:28
  • Fixed an issue with imports when using react router.

release-1.2.17

Choose a tag to compare

@timbrandin timbrandin released this 07 Jan 11:14
  • #55 - Create new form state for Enroll Account

release-1.2.16

Choose a tag to compare

@timbrandin timbrandin released this 07 Jan 11:05
  • Added warning on misconfigured LoginForm usage, that could prevent users from
    resetting their password.

release-1.2.15

Choose a tag to compare

@timbrandin timbrandin released this 07 Jan 11:04
  • #91 - Fixed: localStorage not defined in server side
  • Improving experience on successful reset password.
  • Reset faulty redirect to reset-password.

release-1.2.14

Choose a tag to compare

@timbrandin timbrandin released this 07 Jan 10:11
  • Fixed issue with troublesome redirect in React Router when clicking link to
    reset password.

release-1.2.13

Choose a tag to compare

@timbrandin timbrandin released this 06 Jan 12:25
  • Fixed issue with faulty duplicate use of componentDidMount in LoginForm.

release-1.2.12

Choose a tag to compare

@timbrandin timbrandin released this 06 Jan 12:03
  • #49 - Support for inline field validation message
  • Added missing deprecation notices.

release-1.2.11

Choose a tag to compare

@timbrandin timbrandin released this 18 Dec 14:57
  • #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).