Skip to content

Commit 642cc35

Browse files
committed
finalize-release: v1.0.0-beta.6 "darmstadtium-dingo"
1 parent 245e7fc commit 642cc35

File tree

11 files changed

+2231
-348
lines changed

11 files changed

+2231
-348
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "1.0.0-beta.5b",
3+
"version": "1.0.0-beta.6",
44
"codename": "cadmium-camel",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "1.0.0-beta.5b",
4+
"version": "1.0.0-beta.6",
55
"styles": [
66
"dist/css/ionic.css"
77
],

release/css/ionic.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0-beta.5b
5+
* Ionic, v1.0.0-beta.6
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2215,6 +2215,9 @@ ion-infinite-scroll.active .scroll-infinite {
22152215
.has-footer {
22162216
bottom: 44px; }
22172217

2218+
.has-subfooter {
2219+
bottom: 88px; }
2220+
22182221
.has-tabs, .bar-footer.has-tabs {
22192222
bottom: 49px; }
22202223

@@ -3883,6 +3886,8 @@ a.item-content {
38833886
.card .item, .list-inset .item, .padding > .list .item, .padding-horizontal > .list .item {
38843887
margin-right: 0;
38853888
margin-left: 0; }
3889+
.card .item.item-input input, .list-inset .item.item-input input, .padding > .list .item.item-input input, .padding-horizontal > .list .item.item-input input {
3890+
padding-right: 44px; }
38863891

38873892
.padding-left > .list .item {
38883893
margin-left: 0; }
@@ -4460,6 +4465,11 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
44604465
cursor: pointer;
44614466
pointer-events: none; }
44624467

4468+
/* Fix to avoid background color bleeding */
4469+
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
4470+
.platform-android4_2 .toggle .track {
4471+
-webkit-background-clip: padding-box; }
4472+
44634473
/* the handle (circle) thats inside the toggle's track area */
44644474
/* also the handle's appearance when it is "off" */
44654475
.toggle .handle {

release/css/ionic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)