Skip to content

Commit 2b46f52

Browse files
committed
Version 2.10.10 release.
1 parent ae6e980 commit 2b46f52

11 files changed

+22
-15
lines changed

CHANGELOG.md

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

5+
2.10.10
6+
---
7+
8+
### Misc
9+
10+
* Make sure CSS imports go at the top of onsenui.css. ([#2674](https://github.com/OnsenUI/OnsenUI/issues/2674)).
11+
512
2.10.9
613
---
714

css/onsenui-core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! onsenui - v2.10.9 - 2019-07-26 */
1+
/*! onsenui - v2.10.10 - 2019-07-29 */
22
ons-page, ons-navigator,
33
ons-tabbar,
44
ons-gesture-detector {

css/onsenui-core.min.css

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

css/onsenui.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/*! onsenui - v2.10.9 - 2019-07-26 */
1+
/*! onsenui - v2.10.10 - 2019-07-29 */
2+
@import url("./ionicons/css/ionicons.min.css");
3+
@import url("./material-design-iconic-font/css/material-design-iconic-font.min.css");
4+
@import url("./font_awesome/css/all.min.css");
5+
@import url("./font_awesome/css/v4-shims.min.css");
6+
27
ons-page, ons-navigator,
38
ons-tabbar,
49
ons-gesture-detector {
@@ -276,11 +281,6 @@ ons-carousel[fullscreen] {
276281
overflow-y: auto;
277282
}
278283

279-
@import url("./ionicons/css/ionicons.min.css");
280-
@import url("./material-design-iconic-font/css/material-design-iconic-font.min.css");
281-
@import url("./font_awesome/css/all.min.css");
282-
@import url("./font_awesome/css/v4-shims.min.css");
283-
284284
ons-row {
285285
display: -webkit-box;
286286
display: -webkit-flex;

css/onsenui.min.css

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

esm/index.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/angular-onsenui.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/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* onsenui v2.10.9 - 2019-07-26 */
1+
/* onsenui v2.10.10 - 2019-07-29 */
22

33
(function (global, factory) {
44
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :

js/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.

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.10.9",
3+
"version": "2.10.10",
44
"description": "HTML5 Mobile Framework & UI Components",
55
"private": false,
66
"scripts": {

0 commit comments

Comments
 (0)