Releases: meteor-useraccounts/unstyled
Releases · meteor-useraccounts/unstyled
v1.6.0
- moved the documentation to a separate file: Guide
- fixed bug about calling
sibmitHook
(see #249 #252 tnx @dalgard) - new
options
for field configuration (see #250 and Extending Templates tnx @dalgard) - a bit of cleanup for docs (see #251 tnx @dalgard)
- capitalazed default value for display name and placeholder (see #247)
- switch to official
Accounts._hasPassword
(see this and this, tnx @glasser) - more sites using useraccounts: congrats to @nate-strauser and @msamoylov on their launches! (see the list)
- new landing page for the whole project and new live examples (still to be further improoved...) :) (see useraccounts.meteor.com)
- added
transform
among the options for field configuration - better behaviour for input value tranform/fix
- terms and agreements now showed also on enrollment form (see #253)
- link to singIn now shown also on forgot password form in case
forbidClientAccountCreation
is set to true (partial solution to #229) - moved terms and agreements link right after the submit button (see #239)
v1.5.0
- added
useraccounts:polymer
to the suite! (WIP, Thanks @kevohagan!!!) - fixed a bug with atVerifyEmail route (see #241 and #173)
- little docs improovements
v1.4.1
v.1.4.1
- updated dependency to softwarerero:[email protected] to include Turkish language
- fixed
{{> atForm state='<state>'}}
which was no more working with [email protected] (see #217) - fixed some text configuration (see #209, thanks @bumbleblym)
- fixed some typos into the docs (see #208, thanks @bumbleblym)
v1.4.0
- added
useraccounts:ionic
to the suite! (Thanks @nickw!!!) - updated
useraccounts:semantic-ui
to [email protected] (Thanks @lumatijev!!!) - added
onLogoutHook
to be able to run code (custom redirects?) onAccountsTemplates.logout
(see #191) - added
onSubmitHook
among configuration parameters to be able to run code on form submission (might be useful for modals! see #201 and #180) - submission button get now disabled also during fields (asynchronous) validation
enforceEmailVerification
now works also with username login (fixed #196)- better IE compatibility (see #199)
- better input field validation flows to recover from previous errors (see #177)
- updated dependency to softwarerero:[email protected]
- new Contributing section among docs
- a few improvements and typo fixes for README.md
v1.3.2
v1.3.1
- updated dependency to iron:[email protected]
- fixed bug in linkClick (see #170)
- fixed bug in configureRoute