Skip to content

Releases: meteor-useraccounts/core

v1.14.2

11 Apr 21:28
Compare
Choose a tag to compare
  • [flow-routing] fixed dependency on kadira:flow-router: now using the last non-Meteor@1.3 one

v1.14.1

11 Apr 20:33
Compare
Choose a tag to compare
  • fixed automatic update of weak dependencies on routing packages when publishing new versions

v1.14.0

11 Apr 19:53
Compare
Choose a tag to compare

v1.13.1

13 Dec 06:01
Compare
Choose a tag to compare
  • added language support to recaptcha (fixed #561 tnx @canesin)
  • fixed validation trigger for select inputs (see discussion within #569 tnx @cunneen)
  • change default value for focusFirstInput to get it disabled when running on Cordova (see #594 tnx @derwaldgeist)
  • fixed regression about reCaptcha reset due to #565 (merged #597 tnx @jebh)

v1.13.0

05 Dec 21:36
Compare
Choose a tag to compare

v1.12.4

10 Oct 06:34
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:42
Compare
Choose a tag to compare
  • fixed radio buttons for useraccounts:materialize (see #421)
  • fixed query parameters pick up for useraccounts:iron-routing (see #367)
  • corrected few typos within the docs and removed unnecessary debug log

v1.12.2

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

v1.12.1

11 Aug 20:01
Compare
Choose a tag to compare

v1.12.0

08 Aug 21:19
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