Skip to content

Commit 32994c6

Browse files
committed
release: v1.0.0-rc.1 "osmium-ostrich"
1 parent 903a419 commit 32994c6

14 files changed

+593
-340
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
### 1.0.0-rc.1 "osmium-ostrich" (2015-03-16)
2+
3+
4+
#### Bug Fixes
5+
6+
* initialize $scope.$tabSelected when nested tabs selected. ([ec7bf202](https://github.com/driftyco/ionic/commit/ec7bf2026b10c01d92d52a09abb63ad81ef46045))
7+
* **activator:** check classList exists ([0bed91f3](https://github.com/driftyco/ionic/commit/0bed91f3c460fb0632a922a928d63072d4f7f166), closes [#3295](https://github.com/driftyco/ionic/issues/3295))
8+
* **barSubheader:** fix border-bottom on android ([b2841190](https://github.com/driftyco/ionic/commit/b2841190e02cbdb5fb0367b700f67b3fbd2c731b))
9+
* **collectionRepeat:**
10+
* properly delete items when setting size to 0 ([3dc6ab6a](https://github.com/driftyco/ionic/commit/3dc6ab6a4ab39dd07dffe6bc406f115688206f0d), closes [#3299](https://github.com/driftyco/ionic/issues/3299))
11+
* fix a dom problem with margins and position:relative ([83a20c61](https://github.com/driftyco/ionic/commit/83a20c61e696c8cf9fa43a124c16fe6a1a80d6e8), closes [#3277](https://github.com/driftyco/ionic/issues/3277))
12+
* fix problem with option & delete buttons ([2c2662fe](https://github.com/driftyco/ionic/commit/2c2662fe81085972254e1360cd0618468fe5e6e3), closes [#3280](https://github.com/driftyco/ionic/issues/3280))
13+
* make it work performantly with exposeAsideWhen ([4f35d8e6](https://github.com/driftyco/ionic/commit/4f35d8e665cf5d886995686340ebe33b9013a3e1), closes [#3244](https://github.com/driftyco/ionic/issues/3244))
14+
* fix data change while page disconnected, computed dimensions while no data ([4325025d](https://github.com/driftyco/ionic/commit/4325025deb3dc6bc85fc260c2f4e3658a32480be), closes [#3240](https://github.com/driftyco/ionic/issues/3240), [#3238](https://github.com/driftyco/ionic/issues/3238))
15+
* **keyboard:** shrink scrollView on date and select focus on iOS ([4636cb0e](https://github.com/driftyco/ionic/commit/4636cb0ee4541004d9b0d2895f2a11a7a112d73c))
16+
* **platform:** revert b1f94da27e265ca32698b86785073d53208e6679, #3279 ([1c7b2883](https://github.com/driftyco/ionic/commit/1c7b2883572e5648dd141fafe61233994116716c), closes [#3175](https://github.com/driftyco/ionic/issues/3175))
17+
* **scrollView:** remove bottom margin on scroll content. ([4f9d6fe7](https://github.com/driftyco/ionic/commit/4f9d6fe768910858a1df022e37e9b245af4fd67e), closes [#2910](https://github.com/driftyco/ionic/issues/2910))
18+
* **subHeader:** removes borders on android subheaders ([ebe32265](https://github.com/driftyco/ionic/commit/ebe32265e4c80de29d0bc32494d7ab1aff7a7e77), closes [#3265](https://github.com/driftyco/ionic/issues/3265))
19+
* **tabs:** correct tab leaving lifecycle events ([082f30e6](https://github.com/driftyco/ionic/commit/082f30e60d7ac7b8d0bc4e354418168171a8855b), closes [#2869](https://github.com/driftyco/ionic/issues/2869))
20+
21+
22+
#### Features
23+
24+
* **collectionRepeat:** resize on $ionicScrollDelegate.resize() ([a3014830](https://github.com/driftyco/ionic/commit/a3014830cf89da471a345d30d4bb86c859e96d48), closes [#3292](https://github.com/driftyco/ionic/issues/3292))
25+
26+
127
### 1.0.0-rc.0 "neodymium-newt" (2015-03-05)
228

329

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.0-rc.0",
4-
"codename": "neodymium-newt",
3+
"version": "1.0.0-rc.1",
4+
"codename": "osmium-ostrich",
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.0-rc.0",
4+
"version": "1.0.0-rc.1",
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,4 +1,3 @@
1-
osmium-ostrich
21
palladium-platypus
32
radium-raccoon
43
sulfur-snake

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ionic",
33
"private": false,
44
"version": "1.0.0-rc.1",
5-
"codename": "neodymium-newt",
5+
"codename": "osmium-ostrich",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 23 additions & 11 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.0-rc.0
5+
* Ionic, v1.0.0-rc.1
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2584,6 +2584,7 @@ body.grade-b, body.grade-c {
25842584
overflow: hidden;
25852585
margin-top: -1px;
25862586
padding-top: 1px;
2587+
margin-bottom: -1px;
25872588
width: auto;
25882589
height: auto; }
25892590

@@ -2900,7 +2901,11 @@ a.subdued {
29002901
transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 500ms;
29012902
position: absolute;
29022903
bottom: 0;
2903-
width: 100%; }
2904+
left: 0;
2905+
right: 0;
2906+
width: 100%;
2907+
max-width: 500px;
2908+
margin: auto; }
29042909

29052910
.action-sheet-up {
29062911
-webkit-transform: translate3d(0, 0, 0);
@@ -3221,11 +3226,13 @@ a.subdued {
32213226
right: 5px;
32223227
bottom: 5px; }
32233228

3229+
.platform-android .nav-bar-has-subheader .bar {
3230+
background-image: none; }
32243231
.platform-android .bar .back-button .icon:before {
32253232
font-size: 24px; }
32263233
.platform-android .bar .title {
32273234
font-size: 19px;
3228-
line-height: 43px; }
3235+
line-height: 44px; }
32293236

32303237
.bar-light .button {
32313238
border-color: #ddd;
@@ -4271,14 +4278,17 @@ ion-tabs.tabs-color-active-dark .tab-item {
42714278
* --------------------------------------------------
42724279
* Modals are independent windows that slide in from off-screen.
42734280
*/
4274-
.modal-backdrop {
4281+
.modal-backdrop, .modal-backdrop-bg {
42754282
position: fixed;
42764283
top: 0;
42774284
left: 0;
42784285
z-index: 10;
42794286
width: 100%;
42804287
height: 100%; }
42814288

4289+
.modal-backdrop-bg {
4290+
pointer-events: none; }
4291+
42824292
.modal {
42834293
display: block;
42844294
position: absolute;
@@ -4314,12 +4324,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
43144324
top: 93px; }
43154325
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
43164326
top: 137px; }
4317-
.modal-backdrop {
4318-
-webkit-transition: background-color 300ms ease-in-out;
4319-
transition: background-color 300ms ease-in-out;
4320-
background-color: rgba(0, 0, 0, 0); }
4321-
.modal-backdrop.active {
4322-
background-color: rgba(0, 0, 0, 0.5); } }
4327+
.modal-backdrop-bg {
4328+
-webkit-transition: opacity 300ms ease-in-out;
4329+
transition: opacity 300ms ease-in-out;
4330+
background-color: #000;
4331+
opacity: 0; }
4332+
.active .modal-backdrop-bg {
4333+
opacity: 0.5; } }
43234334

43244335
.modal-open {
43254336
pointer-events: none; }
@@ -7410,7 +7421,8 @@ a.button {
74107421
z-index: 1; }
74117422

74127423
.collection-repeat-container {
7413-
position: relative; }
7424+
position: relative;
7425+
z-index: 1; }
74147426

74157427
.collection-repeat-after-container {
74167428
z-index: 0;

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)