Skip to content

Commit

Permalink
Version 2.10.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Jul 29, 2019
1 parent ae6e980 commit 2b46f52
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
====

2.10.10
---

### Misc

* Make sure CSS imports go at the top of onsenui.css. ([#2674](https://github.com/OnsenUI/OnsenUI/issues/2674)).

2.10.9
---

Expand Down
2 changes: 1 addition & 1 deletion css/onsenui-core.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! onsenui - v2.10.9 - 2019-07-26 */
/*! onsenui - v2.10.10 - 2019-07-29 */
ons-page, ons-navigator,
ons-tabbar,
ons-gesture-detector {
Expand Down
2 changes: 1 addition & 1 deletion css/onsenui-core.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions css/onsenui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/*! onsenui - v2.10.9 - 2019-07-26 */
/*! onsenui - v2.10.10 - 2019-07-29 */
@import url("./ionicons/css/ionicons.min.css");
@import url("./material-design-iconic-font/css/material-design-iconic-font.min.css");
@import url("./font_awesome/css/all.min.css");
@import url("./font_awesome/css/v4-shims.min.css");

ons-page, ons-navigator,
ons-tabbar,
ons-gesture-detector {
Expand Down Expand Up @@ -276,11 +281,6 @@ ons-carousel[fullscreen] {
overflow-y: auto;
}

@import url("./ionicons/css/ionicons.min.css");
@import url("./material-design-iconic-font/css/material-design-iconic-font.min.css");
@import url("./font_awesome/css/all.min.css");
@import url("./font_awesome/css/v4-shims.min.css");

ons-row {
display: -webkit-box;
display: -webkit-flex;
Expand Down
2 changes: 1 addition & 1 deletion css/onsenui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/angular-onsenui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/angular-onsenui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/onsenui.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* onsenui v2.10.9 - 2019-07-26 */
/* onsenui v2.10.10 - 2019-07-29 */

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down
2 changes: 1 addition & 1 deletion js/onsenui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onsenui",
"version": "2.10.9",
"version": "2.10.10",
"description": "HTML5 Mobile Framework & UI Components",
"private": false,
"scripts": {
Expand Down

0 comments on commit 2b46f52

Please sign in to comment.