Skip to content

Commit 400b0c3

Browse files
committed
release: v1.1.0 "xenon-xerus"
1 parent 7e46cfe commit 400b0c3

22 files changed

+20765
-11438
lines changed

CHANGELOG.md

Lines changed: 1522 additions & 0 deletions
Large diffs are not rendered by default.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
3-
"version": "1.0.1",
4-
"codename": "vanadium-vaquita",
3+
"version": "1.1.0",
4+
"codename": "xenon-xerus",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [
77
"Max Lynch <[email protected]>",

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.1",
4+
"version": "1.1.0",
55
"styles": [
66
"dist/css/ionic.css"
77
],

config/CODENAMES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
xenon-xerus
21
yttrium-yeti
32
zirconium-zeren

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic-sdk",
33
"private": false,
44
"version": "1.1.0",
5-
"codename": "vanadium-vaquita",
5+
"codename": "xenon-xerus",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 10 additions & 3 deletions
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.1
5+
* Ionic, v1.1.0
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -4234,6 +4234,12 @@ ion-tabs.tabs-color-active-dark .tab-item {
42344234
cursor: default;
42354235
pointer-events: none; }
42364236

4237+
.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs {
4238+
top: 0; }
4239+
4240+
.pane[hide-nav-bar="true"] .has-tabs-top {
4241+
top: 49px; }
4242+
42374243
/**
42384244
* Menus
42394245
* --------------------------------------------------
@@ -4260,7 +4266,8 @@ ion-tabs.tabs-color-active-dark .tab-item {
42604266
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0, 0, 0, 0.2); }
42614267

42624268
.menu-open .menu-content .pane, .menu-open .menu-content .scroll-content {
4263-
pointer-events: none; }
4269+
pointer-events: none;
4270+
overflow: hidden; }
42644271

42654272
.grade-b .menu-content, .grade-c .menu-content {
42664273
-webkit-box-sizing: content-box;
@@ -6445,7 +6452,7 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
64456452
top: 0;
64466453
bottom: 0;
64476454
right: 0;
6448-
padding: 14px 48px 16px 16px;
6455+
padding: 0 48px 0 16px;
64496456
max-width: 65%;
64506457
border: none;
64516458
background: #fff;

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)