Releases: meteor-useraccounts/famous-wrapper
Releases · meteor-useraccounts/famous-wrapper
v1.13.1
- added language support to recaptcha (fixed meteor-useraccounts/core#561 tnx @canesin)
- fixed validation trigger for select inputs (see discussion within meteor-useraccounts/core#569 tnx @cunneen)
- change default value for
focusFirstInput
to get it disabled when running on Cordova (see meteor-useraccounts/core#594 tnx @derwaldgeist) - fixed regression about reCaptcha reset due to meteor-useraccounts/core#565 (merged meteor-useraccounts/core#597 tnx @jebh)
v1.13.0
- [mdl] new
useraccounts:mdl
package to get UI templates styled for Material Design Lite (kudos to @kctang and @liquidautumn, thank you guys!). - [flow-routing] added support for React-based layouts (merged meteor-useraccounts/flow-routing#20 tnx @timothyarmes).
- [materialize] fixed offset problem for fullPageAtForm on medium screens.
- [materialize] fixed some margins (see meteor-useraccounts/materialize#19).
- [iron-routing] fixed a problem with route paths (merged meteor-useraccounts/iron-routing#8 tnx @trave7er).
- [core] updated dependency to softwarerero:[email protected]
- [core] fixed a bug with reCaptcha (merged meteor-useraccounts/core#565 tnx @scsirdx).
- [core] added missing dependency on JQuery (merged meteor-useraccounts/core#574 tnx @stubailo).
- [core] added postSignUpHook hook to let people modify newly created user objects (merged meteor-useraccounts/core#586 tnx @shwaydogg)
- added Meteor Icon badges to all packages' README file.
v1.12.4
- 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 caseforbidClientAccountCreation
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
- fixed radio buttons for useraccounts:materialize (see meteor-useraccounts/core#421)
- fixed query parameters pick up for useraccounts:iron-routing (see meteor-useraccounts/core#367)
- corrected few typos within the docs and removed unnecessary debug log
v1.12.2
v1.12.1
- fixed inifinite redirect loop for
ensuredSignedIn
withinuseraccounts:flow-routing
(see meteor-useraccounts/flow-routing#2)
v1.12.0
- 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
- fixes for #410, #411, and #413
- Added a section about available internal states to the Guide (see Internal States
v1.11.0
- change
profile.username
toprofile.name
when usinglowercaseUsername
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
- 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)