Skip to content

Commit

Permalink
release: v1.0.0-rc.1 "osmium-ostrich"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Mar 16, 2015
1 parent 903a419 commit 32994c6
Show file tree
Hide file tree
Showing 14 changed files with 593 additions and 340 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
### 1.0.0-rc.1 "osmium-ostrich" (2015-03-16)


#### Bug Fixes

* initialize $scope.$tabSelected when nested tabs selected. ([ec7bf202](https://github.com/driftyco/ionic/commit/ec7bf2026b10c01d92d52a09abb63ad81ef46045))
* **activator:** check classList exists ([0bed91f3](https://github.com/driftyco/ionic/commit/0bed91f3c460fb0632a922a928d63072d4f7f166), closes [#3295](https://github.com/driftyco/ionic/issues/3295))
* **barSubheader:** fix border-bottom on android ([b2841190](https://github.com/driftyco/ionic/commit/b2841190e02cbdb5fb0367b700f67b3fbd2c731b))
* **collectionRepeat:**
* 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))
* 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))
* fix problem with option & delete buttons ([2c2662fe](https://github.com/driftyco/ionic/commit/2c2662fe81085972254e1360cd0618468fe5e6e3), closes [#3280](https://github.com/driftyco/ionic/issues/3280))
* make it work performantly with exposeAsideWhen ([4f35d8e6](https://github.com/driftyco/ionic/commit/4f35d8e665cf5d886995686340ebe33b9013a3e1), closes [#3244](https://github.com/driftyco/ionic/issues/3244))
* 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))
* **keyboard:** shrink scrollView on date and select focus on iOS ([4636cb0e](https://github.com/driftyco/ionic/commit/4636cb0ee4541004d9b0d2895f2a11a7a112d73c))
* **platform:** revert b1f94da27e265ca32698b86785073d53208e6679, #3279 ([1c7b2883](https://github.com/driftyco/ionic/commit/1c7b2883572e5648dd141fafe61233994116716c), closes [#3175](https://github.com/driftyco/ionic/issues/3175))
* **scrollView:** remove bottom margin on scroll content. ([4f9d6fe7](https://github.com/driftyco/ionic/commit/4f9d6fe768910858a1df022e37e9b245af4fd67e), closes [#2910](https://github.com/driftyco/ionic/issues/2910))
* **subHeader:** removes borders on android subheaders ([ebe32265](https://github.com/driftyco/ionic/commit/ebe32265e4c80de29d0bc32494d7ab1aff7a7e77), closes [#3265](https://github.com/driftyco/ionic/issues/3265))
* **tabs:** correct tab leaving lifecycle events ([082f30e6](https://github.com/driftyco/ionic/commit/082f30e60d7ac7b8d0bc4e354418168171a8855b), closes [#2869](https://github.com/driftyco/ionic/issues/2869))


#### Features

* **collectionRepeat:** resize on $ionicScrollDelegate.resize() ([a3014830](https://github.com/driftyco/ionic/commit/a3014830cf89da471a345d30d4bb86c859e96d48), closes [#3292](https://github.com/driftyco/ionic/issues/3292))


### 1.0.0-rc.0 "neodymium-newt" (2015-03-05)


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ionic",
"version": "1.0.0-rc.0",
"codename": "neodymium-newt",
"version": "1.0.0-rc.1",
"codename": "osmium-ostrich",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
"Max Lynch <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repo": "driftyco/ionic",
"development": {},
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"styles": [
"dist/css/ionic.css"
],
Expand Down
1 change: 0 additions & 1 deletion config/CODENAMES
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
osmium-ostrich
palladium-platypus
radium-raccoon
sulfur-snake
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic",
"private": false,
"version": "1.0.0-rc.1",
"codename": "neodymium-newt",
"codename": "osmium-ostrich",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
34 changes: 23 additions & 11 deletions release/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2014 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.0.0-rc.0
* Ionic, v1.0.0-rc.1
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2584,6 +2584,7 @@ body.grade-b, body.grade-c {
overflow: hidden;
margin-top: -1px;
padding-top: 1px;
margin-bottom: -1px;
width: auto;
height: auto; }

Expand Down Expand Up @@ -2900,7 +2901,11 @@ a.subdued {
transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 500ms;
position: absolute;
bottom: 0;
width: 100%; }
left: 0;
right: 0;
width: 100%;
max-width: 500px;
margin: auto; }

.action-sheet-up {
-webkit-transform: translate3d(0, 0, 0);
Expand Down Expand Up @@ -3221,11 +3226,13 @@ a.subdued {
right: 5px;
bottom: 5px; }

.platform-android .nav-bar-has-subheader .bar {
background-image: none; }
.platform-android .bar .back-button .icon:before {
font-size: 24px; }
.platform-android .bar .title {
font-size: 19px;
line-height: 43px; }
line-height: 44px; }

.bar-light .button {
border-color: #ddd;
Expand Down Expand Up @@ -4271,14 +4278,17 @@ ion-tabs.tabs-color-active-dark .tab-item {
* --------------------------------------------------
* Modals are independent windows that slide in from off-screen.
*/
.modal-backdrop {
.modal-backdrop, .modal-backdrop-bg {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%; }

.modal-backdrop-bg {
pointer-events: none; }

.modal {
display: block;
position: absolute;
Expand Down Expand Up @@ -4314,12 +4324,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
top: 93px; }
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
top: 137px; }
.modal-backdrop {
-webkit-transition: background-color 300ms ease-in-out;
transition: background-color 300ms ease-in-out;
background-color: rgba(0, 0, 0, 0); }
.modal-backdrop.active {
background-color: rgba(0, 0, 0, 0.5); } }
.modal-backdrop-bg {
-webkit-transition: opacity 300ms ease-in-out;
transition: opacity 300ms ease-in-out;
background-color: #000;
opacity: 0; }
.active .modal-backdrop-bg {
opacity: 0.5; } }

.modal-open {
pointer-events: none; }
Expand Down Expand Up @@ -7410,7 +7421,8 @@ a.button {
z-index: 1; }

.collection-repeat-container {
position: relative; }
position: relative;
z-index: 1; }

.collection-repeat-after-container {
z-index: 0;
Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 32994c6

Please sign in to comment.