Skip to content

Releases: meteor-useraccounts/materialize

v1.11.1

03 Jun 18:48
Compare
Choose a tag to compare
  • fixes for #410, #411, and #413
  • Added a section about available internal states to the Guide (see Internal States

v1.11.0

30 May 07:58
Compare
Choose a tag to compare
  • change profile.username to profile.name when using lowercaseUsername 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

15 May 21:28
Compare
Choose a tag to compare
  • more customizable texts (see 7d166b74f111e05b22ef2c7d93908441e242350d)
  • 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

18 Apr 14:48
Compare
Choose a tag to compare
  • aligned useraccounts:unstyled with the latest PRs

v1.9.0

18 Apr 11:31
Compare
Choose a tag to compare
  • 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

20 Feb 07:26
Compare
Choose a tag to compare
  • made (a fake) ensureSignedIn plugin available also on server side code (fixed #291)

v1.8.0

19 Feb 09:57
Compare
Choose a tag to compare

v1.7.1

16 Feb 08:17
Compare
Choose a tag to compare
  • fixed routing regression (see #284)
  • removed useless logs

v1.7.0

13 Feb 00:23
Compare
Choose a tag to compare
  • 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 of Meteor.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)