Skip to content

Commit

Permalink
Version 2.0.0-beta.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Apr 25, 2016
1 parent e54ea10 commit 3e5aac1
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 37 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGELOG
====

v2.0.0-beta.12
----
* ons-alert-dialog: Only compile once. This fixes issue with `ons.notification` in Firefox.
* css-components: Refine tab style.

v2.0.0-beta.11
----
* core: Fixed forcePlatformStyling.
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-blue-basic-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-blue-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-purple-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components-sunshine-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
4 changes: 2 additions & 2 deletions css/onsen-css-components.css
Original file line number Diff line number Diff line change
Expand Up @@ -2179,9 +2179,9 @@ input:disabled + .switch__toggle {
font-size: 24px;
padding: 0;
margin: 0;
line-height: 32px;
line-height: 26px;
display: block;
height: 32px;
height: 28px;
}
.tab-bar__label {
font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion css/onsenui.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! onsenui - v2.0.0-beta.11 - 2016-04-25 */
/*! onsenui - v2.0.0-beta.12 - 2016-04-25 */
/*
Copyright 2013-2015 ASIAL CORPORATION
Expand Down
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.

15 changes: 5 additions & 10 deletions js/onsenui.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions 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.0.0-beta.11",
"version": "2.0.0-beta.12",
"description": "HTML5 Mobile Framework & UI Components",
"private": false,
"author": "@kruyvanna",
Expand Down
4 changes: 2 additions & 2 deletions stylus/components/tab-bar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ retina-tabbar-border(color = var-tab-bar-border-color, border-position = top)
font-size 24px
padding 0
margin 0
line-height 32px
line-height 26px
display block
height 32px
height 28px

.tab-bar__label
reset-font()
Expand Down

0 comments on commit 3e5aac1

Please sign in to comment.