Releases: meteor-useraccounts/core
Releases · meteor-useraccounts/core
v1.11.1
v1.11.0
- change
profile.usernametoprofile.namewhen usinglowercaseUsernameoptions (WARNING! this is a bit of a breaking change, see #388) - removed possibly annoying warning (see #398)
- added a
preSignUpHookto be possibly used to enrich the user profile just before new user registration (see #400) - route configuration now accepts additional parameters to be passed to IR (see #409)
- some improvements to the docs
v1.10.0
- more customizable texts (see 7d166b7)
- added autofocus for the first input field of
atPwdForm. - fixed some texts configuration capability (see #380)
- various corrections/improvements to the docs
- allowed for
field.setErrorto take in Boolean values (see #361) - fixed bug with
Must be logged inerror message shown after sign out (see #321)
v1.9.1
v1.9.0
- Resend verification email (see #349, thanks @dalgard)
- Allow for a neutral message text to be displayed (see #314 and #317, thanks @dalgard)
- more configurable error texts (see Errors Text, plus #301 #342)
- fixed little redirect bug (see #315)
- added title configuration for
verifyEmailstate plus letting titles to be hidden by
setting the corresponding text to an empy string (see Form Title)
v1.8.1
v1.8.0
- added
lowercaseUsernameconfiguration option (see Configuration API Options) - added
ensureSignedInplugin for Iron Router (see Content Protection) - fixed
ensureSignedInregression (see #286)
v1.7.1
v1.7.0
- added
useraccounts:materializeto the suite! (Many thanks to @Kestanous!!!) - fixed glitch within
ensureSignedIn(see #278) - added experimental support for reChaptcha (see #268 and reCaptcha Setup, great work @theplatapi!)
- new
templateoption for deeper input fields customization (see #273 and Form Fields Configuration) - prevent access to
atChangePwdfor users not being logged in (see #207) - use
Meteor.userID()in place ofMeteor.user()where possible to reduce reactive re-computations - fixed bug with timed out redirects (see #263)
- fixed reactivity bug within
ensureSignedIn(see #262) - removed warning about MAIL_URL not being configured (see #267, #210)
- better
atNavButtonbehaviour (see #265 tnx @adrianmc)