Skip to content

Commit 3e5aac1

Browse files
committed
Version 2.0.0-beta.12 release.
1 parent e54ea10 commit 3e5aac1

15 files changed

+37
-37
lines changed

CHANGELOG.md

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

5+
v2.0.0-beta.12
6+
----
7+
* ons-alert-dialog: Only compile once. This fixes issue with `ons.notification` in Firefox.
8+
* css-components: Refine tab style.
9+
510
v2.0.0-beta.11
611
----
712
* core: Fixed forcePlatformStyling.

css/onsen-css-components-blue-basic-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components-blue-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components-dark-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components-default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components-purple-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components-sunshine-theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

css/onsen-css-components.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
21792179
font-size: 24px;
21802180
padding: 0;
21812181
margin: 0;
2182-
line-height: 32px;
2182+
line-height: 26px;
21832183
display: block;
2184-
height: 32px;
2184+
height: 28px;
21852185
}
21862186
.tab-bar__label {
21872187
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;

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.11 - 2016-04-25 */
1+
/*! onsenui - v2.0.0-beta.12 - 2016-04-25 */
22
/*
33
Copyright 2013-2015 ASIAL CORPORATION
44

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: 5 additions & 10 deletions
Large diffs are not rendered by default.

js/onsenui.min.js

Lines changed: 7 additions & 7 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.11",
3+
"version": "2.0.0-beta.12",
44
"description": "HTML5 Mobile Framework & UI Components",
55
"private": false,
66
"author": "@kruyvanna",

stylus/components/tab-bar.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ retina-tabbar-border(color = var-tab-bar-border-color, border-position = top)
165165
font-size 24px
166166
padding 0
167167
margin 0
168-
line-height 32px
168+
line-height 26px
169169
display block
170-
height 32px
170+
height 28px
171171

172172
.tab-bar__label
173173
reset-font()

0 commit comments

Comments
 (0)