2016-03-28 22:34:50 +02:00
|
|
|
|
# ChangeLog
|
|
|
|
|
|
2018-02-08 10:33:13 +01:00
|
|
|
|
### v1.3.1
|
|
|
|
|
08-Feb-2018
|
|
|
|
|
|
2018-02-08 10:33:39 +01:00
|
|
|
|
* Fixed #126.
|
2018-02-08 10:33:13 +01:00
|
|
|
|
|
2017-11-12 12:10:36 -07:00
|
|
|
|
### v1.3
|
|
|
|
|
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.
|
|
|
|
|
|
2017-06-15 14:22:22 +02:00
|
|
|
|
### v1.2.23
|
|
|
|
|
15-Jun-2017
|
|
|
|
|
|
|
|
|
|
* Removed manual calls to React.PropTypes #111 @jLouzado
|
|
|
|
|
|
2017-06-02 11:24:33 +02:00
|
|
|
|
### v1.2.22
|
2017-06-15 14:08:03 +02:00
|
|
|
|
15-Jun-2017
|
2017-06-02 11:24:33 +02:00
|
|
|
|
|
2017-06-15 14:08:03 +02:00
|
|
|
|
* Fixed issue with faulty formState proptype.
|
|
|
|
|
* Fixed issue with faulty object iteration.
|
2017-06-02 11:24:33 +02:00
|
|
|
|
* Removed lodash dependency.
|
|
|
|
|
* Removed tracker dependency.
|
|
|
|
|
|
2017-05-26 14:02:36 +02:00
|
|
|
|
### v1.2.21
|
|
|
|
|
26-May-2017
|
|
|
|
|
|
|
|
|
|
* Added functionality to include your own translation function.
|
2017-05-26 14:15:41 +02:00
|
|
|
|
* Replaced dependency on tracker-component with react-meteor-data.
|
2017-05-26 14:02:36 +02:00
|
|
|
|
|
2017-03-13 21:58:07 +01:00
|
|
|
|
### v1.2.20
|
|
|
|
|
13-March-2017
|
|
|
|
|
|
|
|
|
|
* Fixed an issue with imports when using react router.
|
|
|
|
|
|
2017-02-16 15:07:42 +01:00
|
|
|
|
### v1.2.19
|
|
|
|
|
16-February-2017
|
|
|
|
|
|
|
|
|
|
* Fixed an issue with imports when using latest version of react router.
|
|
|
|
|
|
2017-02-06 21:21:47 +01:00
|
|
|
|
### v1.2.18
|
|
|
|
|
6-February-2017
|
|
|
|
|
|
|
|
|
|
* #94 - Better support for Server-Side Rendering & client-only code in React client-only lifecycle hook
|
|
|
|
|
|
2017-01-07 12:13:18 +01:00
|
|
|
|
### v1.2.17
|
|
|
|
|
7-January-2017
|
|
|
|
|
|
|
|
|
|
* #55 - Create new form state for Enroll Account
|
|
|
|
|
|
2017-01-07 12:01:34 +01:00
|
|
|
|
### v1.2.16
|
|
|
|
|
7-January-2017
|
|
|
|
|
|
|
|
|
|
* Added warning on misconfigured LoginForm usage, that could prevent users from
|
|
|
|
|
resetting their password.
|
|
|
|
|
|
2017-01-07 11:20:14 +01:00
|
|
|
|
### v1.2.15
|
|
|
|
|
7-January-2017
|
|
|
|
|
|
|
|
|
|
* #91 - Fixed: localStorage not defined in server side
|
2017-01-07 11:48:26 +01:00
|
|
|
|
* Improving experience on successful reset password.
|
|
|
|
|
* Reset faulty redirect to reset-password.
|
2017-01-07 11:20:14 +01:00
|
|
|
|
|
2017-01-07 11:10:52 +01:00
|
|
|
|
### v1.2.14
|
|
|
|
|
7-January-2017
|
|
|
|
|
|
|
|
|
|
* Fixed issue with troublesome redirect in React Router when clicking link to
|
|
|
|
|
reset password.
|
|
|
|
|
|
2017-01-06 13:23:10 +01:00
|
|
|
|
### v1.2.13
|
|
|
|
|
6-January-2017
|
|
|
|
|
|
|
|
|
|
* Fixed issue with faulty duplicate use of componentDidMount in LoginForm.
|
|
|
|
|
|
2017-01-06 12:59:59 +01:00
|
|
|
|
### v1.2.12
|
|
|
|
|
6-January-2017
|
2017-01-06 11:17:30 +01:00
|
|
|
|
|
2017-01-06 12:59:59 +01:00
|
|
|
|
* #49 - Support for inline field validation message
|
|
|
|
|
* Added missing deprecation notices.
|
|
|
|
|
|
|
|
|
|
### v1.2.11
|
|
|
|
|
18-December-2016
|
|
|
|
|
|
|
|
|
|
* #61 - BUG: Error «Need to set a username or email» when email is set
|
2017-01-07 11:10:52 +01:00
|
|
|
|
* 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).
|
2017-01-06 11:17:30 +01:00
|
|
|
|
|
2016-12-14 16:28:40 +01:00
|
|
|
|
### v1.2.10
|
|
|
|
|
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
|
|
|
|
|
|
2016-11-10 13:37:48 +01:00
|
|
|
|
### v1.2.9
|
|
|
|
|
10-November-2016
|
|
|
|
|
|
|
|
|
|
* #73 – in constructor, we should use `props` and not `this.props`
|
|
|
|
|
* #78 – Move react packages to peerDependencies
|
|
|
|
|
* Added support for React Router Link in buttons.
|
|
|
|
|
|
|
|
|
|
### v1.2.8
|
|
|
|
|
26-October-2016
|
|
|
|
|
|
|
|
|
|
* #70 – Added link to new material UI package.
|
|
|
|
|
* #71 – make sure nextProps.formState actually exists before overwriting state
|
|
|
|
|
|
2016-10-19 09:34:40 +09:00
|
|
|
|
### v1.2.7
|
|
|
|
|
19-October-2016
|
|
|
|
|
|
2017-01-07 11:10:52 +01:00
|
|
|
|
* Make sure `nextProps.formState` actually exists before overwriting
|
|
|
|
|
`state.formState`.
|
2016-10-19 09:34:40 +09:00
|
|
|
|
|
2016-06-02 21:53:33 +02:00
|
|
|
|
### v1.2.6
|
|
|
|
|
2-June-2016
|
|
|
|
|
|
|
|
|
|
* Allow form state to be set from prop formState when logged in #51 @todda00
|
|
|
|
|
|
2016-05-28 19:13:19 +02:00
|
|
|
|
### v1.2.4-5
|
2016-05-28 18:18:28 +02:00
|
|
|
|
28-May-2016
|
|
|
|
|
|
|
|
|
|
* Adding missing configuration in oauth services.
|
|
|
|
|
|
2016-05-24 22:41:07 +02:00
|
|
|
|
### v1.2.2-3
|
2016-05-24 22:23:00 +02:00
|
|
|
|
24-May-2016
|
|
|
|
|
|
|
|
|
|
* Solves issue with social redirect flow being redirected to a faulty urls: #36
|
2016-05-24 22:41:07 +02:00
|
|
|
|
* Solves issue: Accounts.sendLoginEmail does not work if address is set: #42
|
2016-05-24 22:23:00 +02:00
|
|
|
|
|
2016-05-10 13:15:06 +02:00
|
|
|
|
### v1.2.1
|
|
|
|
|
10-May-2016
|
|
|
|
|
|
|
|
|
|
* Solves issue with props not being passed down: #39
|
|
|
|
|
|
2016-05-10 13:09:17 +02:00
|
|
|
|
### v1.2.0
|
|
|
|
|
10-May-2016
|
|
|
|
|
|
|
|
|
|
* Adding the hooks to be passed as props.
|
|
|
|
|
|
2016-04-12 20:21:59 +02:00
|
|
|
|
### v1.1.19
|
|
|
|
|
|
|
|
|
|
* Improving hooks for server side rendered pages.
|
2017-01-07 11:10:52 +01:00
|
|
|
|
* Improving so that browser pre-filled input values are pushed back to the form
|
|
|
|
|
state.
|
2016-04-12 20:21:59 +02:00
|
|
|
|
|
2016-04-12 16:38:47 +02:00
|
|
|
|
### v1.1.18
|
|
|
|
|
|
|
|
|
|
* Updated Tracker dependency.
|
|
|
|
|
|
|
|
|
|
### v1.1.17
|
|
|
|
|
|
|
|
|
|
* Updated Tracker dependency.
|
|
|
|
|
|
2016-04-08 22:58:30 +02:00
|
|
|
|
### v1.1.16
|
|
|
|
|
|
|
|
|
|
* Bumping version on check-npm-versions to solve #29
|
|
|
|
|
|
2016-04-07 00:45:47 +02:00
|
|
|
|
### v1.1.15
|
|
|
|
|
|
2016-04-08 22:58:30 +02:00
|
|
|
|
* @SachaG added classes to the social buttons distinguishing which service.
|
2016-04-07 00:45:47 +02:00
|
|
|
|
|
2016-04-07 00:26:41 +02:00
|
|
|
|
### v1.1.14
|
|
|
|
|
|
2017-01-07 11:10:52 +01:00
|
|
|
|
* @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.
|
2016-04-07 00:26:41 +02:00
|
|
|
|
* @PolGuixe fixed the faulty meteor-developer account integration.
|
|
|
|
|
|
2016-04-04 04:50:24 +02:00
|
|
|
|
### v1.1.13
|
|
|
|
|
|
|
|
|
|
* Fixed faulty language strings.
|
|
|
|
|
|
2016-04-03 20:00:41 +02:00
|
|
|
|
### v1.1.12
|
|
|
|
|
|
|
|
|
|
* Updated to use the latest translations in softwarerero:accounts-t9n
|
|
|
|
|
|
2016-04-03 18:16:09 +02:00
|
|
|
|
### v1.1.11
|
|
|
|
|
|
|
|
|
|
* Updated to softwarerero:accounts-t9n@1.3.1
|
|
|
|
|
* Don't show change password link if using NO_PASSWORD.
|
|
|
|
|
|
2016-04-03 18:01:42 +02:00
|
|
|
|
### v1.1.10
|
|
|
|
|
|
|
|
|
|
* Fixed a bug that caused the form when submitted to reload the page, related:
|
|
|
|
|
https://github.com/studiointeract/accounts-ui/issues/18
|
|
|
|
|
|
2016-04-03 17:37:39 +02:00
|
|
|
|
### v1.1.9
|
|
|
|
|
|
|
|
|
|
* Fixed a faulty default setting, that got replaced in 1.0.21.
|
|
|
|
|
|
2016-04-03 17:11:05 +02:00
|
|
|
|
### v1.1.8
|
|
|
|
|
|
|
|
|
|
* Added notice on missing login services.
|
|
|
|
|
|
2016-04-03 13:26:59 +02:00
|
|
|
|
### v1.1.7
|
|
|
|
|
|
|
|
|
|
* Upgraded dependency of softwarerero:accounts-t9n to 1.3.0, related:
|
|
|
|
|
https://github.com/studiointeract/accounts-ui/issues/15
|
|
|
|
|
|
2016-04-03 13:08:12 +02:00
|
|
|
|
### v1.1.6
|
|
|
|
|
|
|
|
|
|
* Removed server side version of onPostSignUpHook, related issues:
|
|
|
|
|
https://github.com/studiointeract/accounts-ui/issues/17
|
|
|
|
|
https://github.com/studiointeract/accounts-ui/issues/16
|
|
|
|
|
|
2016-04-02 21:11:48 +02:00
|
|
|
|
### v1.1.5
|
|
|
|
|
|
|
|
|
|
* Improving and removing redundant logging.
|
|
|
|
|
|
2016-04-02 21:07:51 +02:00
|
|
|
|
### v1.1.4
|
|
|
|
|
|
|
|
|
|
* Bugfixes for Telescope Nova
|
|
|
|
|
|
|
|
|
|
### v1.1.1-3
|
2016-04-02 12:59:50 +02:00
|
|
|
|
|
|
|
|
|
* Bugfixes
|
|
|
|
|
|
2016-04-01 08:18:26 +02:00
|
|
|
|
### v1.1.0
|
|
|
|
|
|
2016-04-02 10:32:36 +02:00
|
|
|
|
* Renamed package to std:accounts-ui
|
2016-04-01 08:18:26 +02:00
|
|
|
|
|
2016-03-31 15:57:28 +02:00
|
|
|
|
### v1.0.21
|
|
|
|
|
|
|
|
|
|
* 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".
|
|
|
|
|
|
2016-03-31 04:59:38 +02:00
|
|
|
|
### v1.0.20
|
|
|
|
|
|
|
|
|
|
* Clear the password when logging in or out.
|
|
|
|
|
|
2016-03-31 04:30:17 +02:00
|
|
|
|
### v1.0.19
|
|
|
|
|
|
2017-01-07 11:10:52 +01:00
|
|
|
|
* 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.
|
2016-03-31 04:30:17 +02:00
|
|
|
|
|
|
|
|
|
### v1.0.18
|
|
|
|
|
|
|
|
|
|
* Bug fixes
|
|
|
|
|
|
|
|
|
|
### v1.0.17
|
|
|
|
|
|
|
|
|
|
* Added so that the formState responds to user logout from the terminal.
|
|
|
|
|
|
2016-03-31 03:27:33 +02:00
|
|
|
|
### v1.0.16
|
|
|
|
|
|
|
|
|
|
* Bug fix
|
|
|
|
|
|
2016-03-31 03:21:45 +02:00
|
|
|
|
### v1.0.15
|
|
|
|
|
|
|
|
|
|
* Added required boolean to Fields
|
|
|
|
|
* Added type to message and changed to Object type
|
|
|
|
|
* Added ready boolean to form.
|
|
|
|
|
|
|
|
|
|
### v1.0.12-14
|
|
|
|
|
|
|
|
|
|
* Bug fixes
|
|
|
|
|
|
2016-03-30 17:41:26 +02:00
|
|
|
|
### v1.0.11
|
|
|
|
|
|
|
|
|
|
* Bump version of Tracker.Component
|
|
|
|
|
|
2016-03-30 17:30:26 +02:00
|
|
|
|
### v1.0.10
|
|
|
|
|
|
|
|
|
|
* Support for extending with more fields.
|
|
|
|
|
|
|
|
|
|
### v1.0.1-9
|
|
|
|
|
|
|
|
|
|
* Bugfixes
|
|
|
|
|
|
2016-03-28 22:34:50 +02:00
|
|
|
|
### v1.0.0
|
2016-03-29 04:47:40 +02:00
|
|
|
|
|
|
|
|
|
* Fully featured accounts-password
|
|
|
|
|
* Support for "NO_PASSWORD".
|