You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
## Master
2
2
3
+
## v1.13.0
4
+
5
+
*[mdl]*new*`useraccounts:mdl` package to get UI templates styled for [Material Design Lite](http://www.getmdl.io/) (kudos to @kctang and @liquidautumn, thank you guys!).
6
+
*[flow-routing] added support for React-based layouts (merged https://github.com/meteor-useraccounts/flow-routing/pull/20 tnx @timothyarmes).
7
+
*[materialize] fixed offset problem for fullPageAtForm on medium screens.
8
+
*[materialize] fixed some margins (see https://github.com/meteor-useraccounts/materialize/issues/19).
9
+
*[iron-routing] fixed a problem with route paths (merged https://github.com/meteor-useraccounts/iron-routing/pull/8 tnx @trave7er).
10
+
*[core] updated dependency to softwarerero:accounts-t9n@1.1.7
11
+
*[core] fixed a bug with reCaptcha (merged https://github.com/meteor-useraccounts/core/pull/565 tnx @scsirdx).
12
+
*[core] added missing dependency on JQuery (merged https://github.com/meteor-useraccounts/core/pull/574 tnx @stubailo).
13
+
*[core] added postSignUpHook hook to let people modify newly created user objects (merged https://github.com/meteor-useraccounts/core/pull/586 tnx @shwaydogg)
14
+
* added [Meteor Icon](http://www.getmdl.io/) badges to all packages' README file.
15
+
3
16
## v1.12.4
4
17
5
18
* fixed input element classes for `useraccounts:materialize` (see https://github.com/meteor-useraccounts/materialize/pull/18)
0 commit comments