Skip to content

Commit e54ea10

Browse files
committed
Version 2.0.0-beta.11 release.
1 parent ad147f7 commit e54ea10

File tree

7 files changed

+81
-120
lines changed

7 files changed

+81
-120
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
====
44

5+
v2.0.0-beta.11
6+
----
7+
* core: Fixed forcePlatformStyling.
8+
* ons-navigator: Fixed an issue where 'show' event could be fired before 'init'.
9+
* ons-page: Removed unnecessary 'event.page' parameter.
10+
511
v2.0.0-beta.10
612
----
713
* core: Expose FastClick instance as `ons.fastClick`.

css/onsenui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! onsenui - v2.0.0-beta.10 - 2016-04-24 */
1+
/*! onsenui - v2.0.0-beta.11 - 2016-04-25 */
22
/*
33
Copyright 2013-2015 ASIAL CORPORATION
44

js/angular-onsenui.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/angular-onsenui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/onsenui.js

Lines changed: 59 additions & 104 deletions
Large diffs are not rendered by default.

js/onsenui.min.js

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "onsenui",
3-
"version": "2.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "HTML5 Mobile Framework & UI Components",
55
"private": false,
66
"author": "@kruyvanna",

0 commit comments

Comments
 (0)