accounts-ui/CHANGELOG.md

123 lines
2.5 KiB
Markdown
Raw Normal View History

2016-03-28 22:34:50 +02:00
# ChangeLog
### v1.1.16
* Bumping version on check-npm-versions to solve #29
2016-04-07 00:45:47 +02:00
### v1.1.15
* @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
* @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.
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.
### v1.1.7
* Upgraded dependency of softwarerero:accounts-t9n to 1.3.0, related:
https://github.com/studiointeract/accounts-ui/issues/15
### 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
### 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.
### v1.0.19
* 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.
### 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
### 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".