Releases: meteor-useraccounts/core
Releases · meteor-useraccounts/core
v1.11.1
v1.11.0
- change
profile.username
toprofile.name
when usinglowercaseUsername
options (WARNING! this is a bit of a breaking change, see #388) - removed possibly annoying warning (see #398)
- added a
preSignUpHook
to 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.setError
to take in Boolean values (see #361) - fixed bug with
Must be logged in
error 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
verifyEmail
state 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
lowercaseUsername
configuration option (see Configuration API Options) - added
ensureSignedIn
plugin for Iron Router (see Content Protection) - fixed
ensureSignedIn
regression (see #286)
v1.7.1
v1.7.0
- added
useraccounts:materialize
to 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
template
option for deeper input fields customization (see #273 and Form Fields Configuration) - prevent access to
atChangePwd
for 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
atNavButton
behaviour (see #265 tnx @adrianmc)