Skip to content

Commit

Permalink
Version 2.7.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
asial-matagawa committed Nov 13, 2017
1 parent 6afcaad commit 88ab580
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
====

2.7.2
----

### Bug Fixes

* core: Fixed glitch in nested `<ons-page>`. Fixed [#2231](https://github.com/OnsenUI/OnsenUI/issues/2231).


2.7.1
----

Expand All @@ -15,7 +23,7 @@ CHANGELOG
* css-components: Added `word-wrap: break-word;` to `.card`. Fixed [#2244](https://github.com/OnsenUI/OnsenUI/issues/2244).
* css-components: Fixed position of `.toast` in `onsflag-iphonex-portrait` mode.
* core: Fix template scripts on Firefox.
* core: Fixed glitch in nested `<ons-page>`. Fixed [#2231](https://github.com/OnsenUI/OnsenUI/issues/2231).
* ~~core: Fixed glitch in nested `<ons-page>`. Fixed #2231.~~ (incomplete)

### Misc

Expand Down
6 changes: 5 additions & 1 deletion css/onsenui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! onsenui - v2.7.1 - 2017-11-10 */
/*! onsenui - v2.7.2 - 2017-11-13 */
/*
Copyright 2013-2015 ASIAL CORPORATION
Expand Down Expand Up @@ -93,6 +93,10 @@ ons-bottom-toolbar {
-ms-touch-action: pan-y;
}

.page__content--suppress-layer-creation {
-webkit-overflow-scrolling: auto;
}

.page.overflow-visible,
.page.overflow-visible .page,
.page.overflow-visible .page__content,
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 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.7.1 - 2017-11-10 */
/*! onsenui v2.7.2 - 2017-11-13 */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
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.7.1",
"version": "2.7.2",
"description": "HTML5 Mobile Framework & UI Components",
"private": false,
"author": "@kruyvanna",
Expand Down

0 comments on commit 88ab580

Please sign in to comment.