09-Oct-2018
- Fixed studiointeract#138
08-Feb-2018
- Fixed #126.
12-Nov-2017
- Updated LoginForm to be compatible with react-meteor-data 0.2.15 #131.
- Updated react-meteor-data dependency to 0.2.15.
15-Jun-2017
- Removed manual calls to React.PropTypes #111 @jLouzado
15-Jun-2017
- Fixed issue with faulty formState proptype.
- Fixed issue with faulty object iteration.
- Removed lodash dependency.
- Removed tracker dependency.
26-May-2017
- Added functionality to include your own translation function.
- Replaced dependency on tracker-component with react-meteor-data.
13-March-2017
- Fixed an issue with imports when using react router.
16-February-2017
- Fixed an issue with imports when using latest version of react router.
6-February-2017
- #94 - Better support for Server-Side Rendering & client-only code in React client-only lifecycle hook
7-January-2017
- #55 - Create new form state for Enroll Account
7-January-2017
- Added warning on misconfigured LoginForm usage, that could prevent users from resetting their password.
7-January-2017
- #91 - Fixed: localStorage not defined in server side
- Improving experience on successful reset password.
- Reset faulty redirect to reset-password.
7-January-2017
- Fixed issue with troublesome redirect in React Router when clicking link to reset password.
6-January-2017
- Fixed issue with faulty duplicate use of componentDidMount in LoginForm.
6-January-2017
- #49 - Support for inline field validation message
- Added missing deprecation notices.
18-December-2016
- #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).
14-December-2016
- #82 - Fix for empty
input.value
issue and form prefilled issues - #84 - Quick fix to redirect login/logout
- #75 - Fix issue, when message is object in Accounts.ui.FormMessage
- #58 - call onSubmitHook after all form submissions
10-November-2016
- #73 – in constructor, we should use
props
and notthis.props
- #78 – Move react packages to peerDependencies
- Added support for React Router Link in buttons.
26-October-2016
- #70 – Added link to new material UI package.
- #71 – make sure nextProps.formState actually exists before overwriting state
19-October-2016
- Make sure
nextProps.formState
actually exists before overwritingstate.formState
.
2-June-2016
- Allow form state to be set from prop formState when logged in #51 @todda00
28-May-2016
- Adding missing configuration in oauth services.
24-May-2016
- Solves issue with social redirect flow being redirected to a faulty urls: #36
- Solves issue: Accounts.sendLoginEmail does not work if address is set: #42
10-May-2016
- Solves issue with props not being passed down: #39
10-May-2016
- Adding the hooks to be passed as props.
- Improving hooks for server side rendered pages.
- Improving so that browser pre-filled input values are pushed back to the form state.
- Updated Tracker dependency.
- Updated Tracker dependency.
- Bumping version on check-npm-versions to solve #29
- @SachaG added classes to the social buttons distinguishing which service.
- @SachaG added tmeasday:check-npm-versions to check for the correct version of npm packages.
- @ArthurPai updated T9n, which adds the Chinese language for accounts, so we can update it to v1.3.3
- @ArthurPai fixed a forgotten update T9n translation in the PasswordOrService component.
- @PolGuixe fixed the faulty meteor-developer account integration.
- Fixed faulty language strings.
- Updated to use the latest translations in softwarerero:accounts-t9n
- Updated to softwarerero:accounts-t9n@1.3.1
- Don't show change password link if using NO_PASSWORD.
- Fixed a bug that caused the form when submitted to reload the page, related: studiointeract#18
- Fixed a faulty default setting, that got replaced in 1.0.21.
- Added notice on missing login services.
- Upgraded dependency of softwarerero:accounts-t9n to 1.3.0, related: studiointeract#15
- Removed server side version of onPostSignUpHook, related issues: studiointeract#17 studiointeract#16
- Improving and removing redundant logging.
- Bugfixes for Telescope Nova
- Bugfixes
- Renamed package to std:accounts-ui
- Buttons for oauth services
- Option for "NO_PASSWORD" changed to "EMAIL_ONLY_NO_PASSWORD"
- Added new options to accounts-password "USERNAME_AND_EMAIL_NO_PASSWORD".
- Clear the password when logging in or out.
- Added defaultValue to fields, so that when switching formState the form keeps the value it had from the other form. Which has always been a really great experience with Meteor accounts-ui.
- Bug fixes
- Added so that the formState responds to user logout from the terminal.
- Bug fix
- Added required boolean to Fields
- Added type to message and changed to Object type
- Added ready boolean to form.
- Bug fixes
- Bump version of Tracker.Component
- Support for extending with more fields.
- Bugfixes
- Fully featured accounts-password
- Support for "NO_PASSWORD".