Skip to content

Releases: meteor-useraccounts/famous-wrapper

v1.9.1

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

v1.9.0

18 Apr 11:30
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:25
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:16
Compare
Choose a tag to compare
  • fixed routing regression (see #284)
  • removed useless logs

v1.7.0

13 Feb 00:20
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)

v1.6.1

28 Jan 23:00
Compare
Choose a tag to compare
  • updated deps for iron:router and softwarerero:accounts-t9n to latest versions

v1.6.0

28 Jan 22:30
Compare
Choose a tag to compare
  • 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

23 Jan 21:17
Compare
Choose a tag to compare
  • 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

26 Dec 08:20
Compare
Choose a tag to compare

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)