Releases: meteor-useraccounts/famous-wrapper
Releases · meteor-useraccounts/famous-wrapper
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
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)
v1.6.1
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)