Skip to content

Releases: meteor-useraccounts/famous-wrapper

v1.13.1

13 Dec 06:02
Compare
Choose a tag to compare

v1.13.0

05 Dec 21:38
Compare
Choose a tag to compare

v1.12.4

10 Oct 06:35
Compare
Choose a tag to compare
  • fixed input element classes for useraccounts:materialize (see meteor-useraccounts/materialize#18)
  • fixed query parameters look-up for useraccounts:iron-routing
  • updated useraccounts:polymer to use Polimer 1.0 (see updated boilerplate with some instructions for Meteor 1.2)
  • updates and fixes for useraccounts:flow-rounting (see meteor-useraccounts/flow-routing#12)
  • improoved css for useraccounts:semantic-ui
  • disallowed use of signUp state in case forbidClientAccountCreation is set (see #547)
  • updated dependency on softwarerero:accounts-t9n to version 1.1.4
  • a bit of linting here and there...
  • a few typos correction and improvements to the Guide

v1.12.3

21 Aug 21:43
Compare
Choose a tag to compare

v1.12.2

17 Aug 08:58
Compare
Choose a tag to compare
  • various fixes and a bit of clean up for useraccounts:flow-routing

v1.12.1

11 Aug 20:04
Compare
Choose a tag to compare

v1.12.0

08 Aug 21:22
Compare
Choose a tag to compare
  • removed routing support from core: refer to useraccounts:iron-routing and useraccounts:flow-routing packages to get some ;-)
  • added template level content protection (see new Content Protection section)
  • updated useraccounts:semantic-ui to SUI v2.0 (thanks @lumatijev)
  • displayName configuration option for form fields now accepts also functions
  • added the focusFirstInput configuration option
  • fixed many typos and added/removed some sections in the Guide

v1.11.1

03 Jun 18:47
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:27
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)