Skip to content

Commit 39f6e3a

Browse files
committed
release: v1.0.0-beta.9 "gadolinium-gator"
1 parent 0e9c27e commit 39f6e3a

13 files changed

+312
-123
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### 1.0.0-beta.9 "gadolinium-gator" (2014-07-02)
2+
3+
4+
#### Bug Fixes
5+
6+
* **collectionRepeat:** fix scroll when item bigger than viewport ([b2585f19](https://github.com/driftyco/ionic/commit/b2585f19cac58d0393b8339cb2efddf213e57660), closes [#1621](https://github.com/driftyco/ionic/issues/1621))
7+
* **footerBar:** fixed top border position on retina displays. ([f4043e67](https://github.com/driftyco/ionic/commit/f4043e673c6e94b7e7fe2236ec78024243ff38c6), closes [#1661](https://github.com/driftyco/ionic/issues/1661))
8+
* **gestureDirectives:** fix problem with event being passed in ([b4b94073](https://github.com/driftyco/ionic/commit/b4b94073d5b26698be4a45b9fa4dbeb5a2cdcad4))
9+
* **header:** add iOS 8 support to iOS header fix. assumes all iOS will have 7 style headers. ([4a2296dc](https://github.com/driftyco/ionic/commit/4a2296dcae4079b114dd2ddb13f1a3492039b80d), closes [#1625](https://github.com/driftyco/ionic/issues/1625))
10+
* **headerBar:** scroll to top ([6eefee3d](https://github.com/driftyco/ionic/commit/6eefee3d7ed4b4ade4e7093158e83f4ac99d6fc1))
11+
* **listItem:** apply color styles to complex list items ([9ff1b965](https://github.com/driftyco/ionic/commit/9ff1b965bf8f5aac7d922a8cff5ec7dcd5e99312))
12+
* **menu:** safari z-index fix for `.menu .scroll-content` ([754ef461](https://github.com/driftyco/ionic/commit/754ef461e8fafcd3c00be103e655e44e4bb4292a), closes [#1408](https://github.com/driftyco/ionic/issues/1408))
13+
* **modal:** remove iOS style header padding from inset headers in modal popups on iPad in po ([e6dda6a5](https://github.com/driftyco/ionic/commit/e6dda6a5170fac4e8b14a4f3e2fc1d574058a797), closes [#1605](https://github.com/driftyco/ionic/issues/1605))
14+
* **popup:** if popup is taller than the window, shrink the popup body and make it scrollable ([3e6ce183](https://github.com/driftyco/ionic/commit/3e6ce1831b8eeeaab53e010c9603474cf9ddbbcd), closes [#1679](https://github.com/driftyco/ionic/issues/1679))
15+
* **radio:** suport ng-disabled. ([704fe402](https://github.com/driftyco/ionic/commit/704fe402e79b457150428856aa0b273986431779), closes [#1684](https://github.com/driftyco/ionic/issues/1684))
16+
* **scroll:** safari scroll content height ([96b2243f](https://github.com/driftyco/ionic/commit/96b2243f15628d4cfed84aba4649a6f2e28b6314))
17+
* **scrollController:** allow tab $historyId to remember scroll ([9b601b55](https://github.com/driftyco/ionic/commit/9b601b5523537f496b4a41bb8e57c1b1e916e949), closes [#1654](https://github.com/driftyco/ionic/issues/1654))
18+
* **scrollView:** clonedInputs get placeholder text if any ([f2f55199](https://github.com/driftyco/ionic/commit/f2f55199b9df4b007ac4b8b66ef9e8a9dfc50c57))
19+
* **sliderView:** find width properly when element is transformed ([86ce4806](https://github.com/driftyco/ionic/commit/86ce480696597882552665cbb1204d7e2af4fd6c), closes [#1313](https://github.com/driftyco/ionic/issues/1313))
20+
* **tap:** get containing label of deeply nested element ([2e3b8546](https://github.com/driftyco/ionic/commit/2e3b854658a5adf19321c433b28bdca95428d02d), closes [#1643](https://github.com/driftyco/ionic/issues/1643))
21+
22+
123
### 1.0.0-beta.8 "fermium-flamingo" (2014-06-16)
224

325

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-beta.8",
4-
"codename": "fermium-flamingo",
3+
"version": "1.0.0-beta.9",
4+
"codename": "gadolinium-gator",
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-beta.8",
4+
"version": "1.0.0-beta.9",
55
"styles": [
66
"dist/css/ionic.css"
77
],

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-beta.9",
5-
"codename": "fermium-flamingo",
5+
"codename": "gadolinium-gator",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 136 additions & 17 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-beta.8
5+
* Ionic, v1.0.0-beta.9
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2749,62 +2749,80 @@ a.subdued {
27492749
color: #444; }
27502750
.bar.bar-light .title {
27512751
color: #444; }
2752+
.bar.bar-light.bar-footer {
2753+
background-image: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%); }
27522754
.bar.bar-stable {
27532755
border-color: #b2b2b2;
27542756
background-color: #f8f8f8;
27552757
background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
27562758
color: #444; }
27572759
.bar.bar-stable .title {
27582760
color: #444; }
2761+
.bar.bar-stable.bar-footer {
2762+
background-image: linear-gradient(180deg, #b2b2b2, #b2b2b2 50%, transparent 50%); }
27592763
.bar.bar-positive {
27602764
border-color: #145fd7;
27612765
background-color: #4a87ee;
27622766
background-image: linear-gradient(0deg, #145fd7, #145fd7 50%, transparent 50%);
27632767
color: #fff; }
27642768
.bar.bar-positive .title {
27652769
color: #fff; }
2770+
.bar.bar-positive.bar-footer {
2771+
background-image: linear-gradient(180deg, #145fd7, #145fd7 50%, transparent 50%); }
27662772
.bar.bar-calm {
27672773
border-color: #1aacc3;
27682774
background-color: #43cee6;
27692775
background-image: linear-gradient(0deg, #1aacc3, #1aacc3 50%, transparent 50%);
27702776
color: #fff; }
27712777
.bar.bar-calm .title {
27722778
color: #fff; }
2779+
.bar.bar-calm.bar-footer {
2780+
background-image: linear-gradient(180deg, #1aacc3, #1aacc3 50%, transparent 50%); }
27732781
.bar.bar-assertive {
27742782
border-color: #cc2311;
27752783
background-color: #ef4e3a;
27762784
background-image: linear-gradient(0deg, #cc2311, #cc2311 50%, transparent 50%);
27772785
color: #fff; }
27782786
.bar.bar-assertive .title {
27792787
color: #fff; }
2788+
.bar.bar-assertive.bar-footer {
2789+
background-image: linear-gradient(180deg, #cc2311, #cc2311 50%, transparent 50%); }
27802790
.bar.bar-balanced {
27812791
border-color: #498f24;
27822792
background-color: #66cc33;
27832793
background-image: linear-gradient(0deg, #498f24, #498f24 50%, transparent 50%);
27842794
color: #fff; }
27852795
.bar.bar-balanced .title {
27862796
color: #fff; }
2797+
.bar.bar-balanced.bar-footer {
2798+
background-image: linear-gradient(180deg, #498f24, #145fd7 50%, transparent 50%); }
27872799
.bar.bar-energized {
27882800
border-color: #d39211;
27892801
background-color: #f0b840;
27902802
background-image: linear-gradient(0deg, #d39211, #d39211 50%, transparent 50%);
27912803
color: #fff; }
27922804
.bar.bar-energized .title {
27932805
color: #fff; }
2806+
.bar.bar-energized.bar-footer {
2807+
background-image: linear-gradient(180deg, #d39211, #d39211 50%, transparent 50%); }
27942808
.bar.bar-royal {
27952809
border-color: #552bdf;
27962810
background-color: #8a6de9;
27972811
background-image: linear-gradient(0deg, #552bdf, #552bdf 50%, transparent 50%);
27982812
color: #fff; }
27992813
.bar.bar-royal .title {
28002814
color: #fff; }
2815+
.bar.bar-royal.bar-footer {
2816+
background-image: linear-gradient(180deg, #552bdf, #552bdf 50%, transparent 50%); }
28012817
.bar.bar-dark {
28022818
border-color: #111;
28032819
background-color: #444444;
28042820
background-image: linear-gradient(0deg, #111, #111 50%, transparent 50%);
28052821
color: #fff; }
28062822
.bar.bar-dark .title {
28072823
color: #fff; }
2824+
.bar.bar-dark.bar-footer {
2825+
background-image: linear-gradient(180deg, #111, #111 50%, transparent 50%); }
28082826
.bar .title {
28092827
position: absolute;
28102828
top: 0;
@@ -3430,6 +3448,10 @@ a.subdued {
34303448
max-height: 100%;
34313449
width: 275px;
34323450
background-color: #fff; }
3451+
.menu .scroll-content {
3452+
z-index: 10; }
3453+
.menu .bar-header {
3454+
z-index: 11; }
34333455

34343456
.menu-content {
34353457
-webkit-transform: none;
@@ -3499,7 +3521,21 @@ a.subdued {
34993521
min-height: 240px;
35003522
width: 60%; }
35013523
.modal.ng-leave-active {
3502-
bottom: 0; } }
3524+
bottom: 0; }
3525+
.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
3526+
height: 44px; }
3527+
.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
3528+
margin-top: 0; }
3529+
.platform-ios.platform-cordova .modal-wrapper .modal .tabs-top > .tabs, .platform-ios.platform-cordova .modal-wrapper .modal .tabs.tabs-top {
3530+
top: 44px; }
3531+
.platform-ios.platform-cordova .modal-wrapper .modal .has-header, .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
3532+
top: 44px; }
3533+
.platform-ios.platform-cordova .modal-wrapper .modal .has-subheader {
3534+
top: 88px; }
3535+
.platform-ios.platform-cordova .modal-wrapper .modal .has-tabs-top {
3536+
top: 93px; }
3537+
.platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
3538+
top: 137px; } }
35033539

35043540
.modal-open {
35053541
pointer-events: none; }
@@ -3548,6 +3584,10 @@ a.subdued {
35483584
-webkit-animation-fill-mode: both;
35493585
-moz-animation-fill-mode: both;
35503586
animation-fill-mode: both; }
3587+
.popup.popup-tall {
3588+
overflow: hidden; }
3589+
.popup.popup-tall .popup-body {
3590+
overflow: auto; }
35513591

35523592
.popup-head {
35533593
padding: 15px 0px;
@@ -3777,6 +3817,70 @@ a.item-content {
37773817
overflow: visible;
37783818
white-space: normal; }
37793819

3820+
.item-complex.item-light > .item-content {
3821+
border-color: #ddd;
3822+
background-color: #fff;
3823+
color: #444; }
3824+
.item-complex.item-light > .item-content.active, .item-complex.item-light > .item-content:active {
3825+
border-color: #ccc;
3826+
background-color: #fafafa; }
3827+
.item-complex.item-stable > .item-content {
3828+
border-color: #b2b2b2;
3829+
background-color: #f8f8f8;
3830+
color: #444; }
3831+
.item-complex.item-stable > .item-content.active, .item-complex.item-stable > .item-content:active {
3832+
border-color: #a2a2a2;
3833+
background-color: #e5e5e5; }
3834+
.item-complex.item-positive > .item-content {
3835+
border-color: #145fd7;
3836+
background-color: #4a87ee;
3837+
color: #fff; }
3838+
.item-complex.item-positive > .item-content.active, .item-complex.item-positive > .item-content:active {
3839+
border-color: #145fd7;
3840+
background-color: #145fd7; }
3841+
.item-complex.item-calm > .item-content {
3842+
border-color: #1aacc3;
3843+
background-color: #43cee6;
3844+
color: #fff; }
3845+
.item-complex.item-calm > .item-content.active, .item-complex.item-calm > .item-content:active {
3846+
border-color: #1aacc3;
3847+
background-color: #1aacc3; }
3848+
.item-complex.item-assertive > .item-content {
3849+
border-color: #cc2311;
3850+
background-color: #ef4e3a;
3851+
color: #fff; }
3852+
.item-complex.item-assertive > .item-content.active, .item-complex.item-assertive > .item-content:active {
3853+
border-color: #cc2311;
3854+
background-color: #cc2311; }
3855+
.item-complex.item-balanced > .item-content {
3856+
border-color: #498f24;
3857+
background-color: #66cc33;
3858+
color: #fff; }
3859+
.item-complex.item-balanced > .item-content.active, .item-complex.item-balanced > .item-content:active {
3860+
border-color: #498f24;
3861+
background-color: #498f24; }
3862+
.item-complex.item-energized > .item-content {
3863+
border-color: #d39211;
3864+
background-color: #f0b840;
3865+
color: #fff; }
3866+
.item-complex.item-energized > .item-content.active, .item-complex.item-energized > .item-content:active {
3867+
border-color: #d39211;
3868+
background-color: #d39211; }
3869+
.item-complex.item-royal > .item-content {
3870+
border-color: #552bdf;
3871+
background-color: #8a6de9;
3872+
color: #fff; }
3873+
.item-complex.item-royal > .item-content.active, .item-complex.item-royal > .item-content:active {
3874+
border-color: #552bdf;
3875+
background-color: #552bdf; }
3876+
.item-complex.item-dark > .item-content {
3877+
border-color: #111;
3878+
background-color: #444;
3879+
color: #fff; }
3880+
.item-complex.item-dark > .item-content.active, .item-complex.item-dark > .item-content:active {
3881+
border-color: #000;
3882+
background-color: #262626; }
3883+
37803884
/**
37813885
* Item Icons
37823886
* --------------------------------------------------
@@ -5985,11 +6089,26 @@ a.button {
59856089
/**
59866090
* iPad doesn't like box shadows
59876091
*/
5988-
.grade-a:not(.platform-ipad) .slide-left-right-ios7 > .ng-enter, .grade-a:not(.platform-ipad) .slide-left-right-ios7.ng-enter, .grade-a:not(.platform-ipad) .slide-right-left-ios7.reverse > .ng-enter, .grade-a:not(.platform-ipad) .slide-right-left-ios7.reverse.ng-enter {
5989-
box-shadow: -200px 0px 200px rgba(0, 0, 0, 0), -5px 0px 5px rgba(0, 0, 0, 0.01); }
5990-
.grade-a:not(.platform-ipad) .slide-left-right-ios7 > .ng-enter.ng-enter-active, .grade-a:not(.platform-ipad) .slide-left-right-ios7.ng-enter.ng-enter-active, .grade-a:not(.platform-ipad) .slide-right-left-ios7.reverse > .ng-enter.ng-enter-active, .grade-a:not(.platform-ipad) .slide-right-left-ios7.reverse.ng-enter.ng-enter-active {
5991-
box-shadow: -200px 0px 200px rgba(0, 0, 0, 0.15), -5px 0px 5px rgba(0, 0, 0, 0.18); }
5992-
6092+
/*
6093+
.grade-a:not(.platform-ipad) {
6094+
.slide-left-right-ios7, .slide-right-left-ios7.reverse {
6095+
> .ng-enter, &.ng-enter {
6096+
box-shadow: $ios-transition-box-shadow-start;
6097+
}
6098+
> .ng-enter.ng-enter-active, &.ng-enter.ng-enter-active {
6099+
box-shadow: $ios-transition-box-shadow-end;
6100+
}
6101+
}
6102+
.slide-left-right-ios7.reverse, .slide-right-left-ios7 {
6103+
> .ng-leave, &.ng-leave {
6104+
//box-shadow: $ios-transition-box-shadow-end;
6105+
}
6106+
> .ng-leave.ng-leave-active, &.ng-leave.ng-leave-active {
6107+
//box-shadow: $ios-transition-box-shadow-start;
6108+
}
6109+
}
6110+
}
6111+
*/
59936112
.grade-a.platform-ipad .slide-left-right-ios7 > .ng-enter, .grade-a.platform-ipad .slide-left-right-ios7.ng-enter, .grade-a.platform-ipad .slide-right-left-ios7.reverse > .ng-enter, .grade-a.platform-ipad .slide-right-left-ios7.reverse.ng-enter {
59946113
border-left: 1px solid #ddd; }
59956114
.grade-a.platform-ipad .slide-left-right-ios7.reverse > .ng-leave, .grade-a.platform-ipad .slide-left-right-ios7.reverse.ng-leave, .grade-a.platform-ipad .slide-right-left-ios7 > .ng-leave, .grade-a.platform-ipad .slide-right-left-ios7.ng-leave {
@@ -7032,27 +7151,27 @@ a.button {
70327151
font-family: 'Roboto', $font-family-base;
70337152
}
70347153
*/
7035-
.platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
7154+
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
70367155
height: 64px; }
7037-
.platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
7156+
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper {
70387157
margin-top: 19px !important; }
7039-
.platform-ios7.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
7158+
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * {
70407159
margin-top: 20px; }
7041-
.platform-ios7.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios7.platform-cordova:not(.fullscreen) .tabs.tabs-top {
7160+
.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top {
70427161
top: 64px; }
7043-
.platform-ios7.platform-cordova:not(.fullscreen) .has-header, .platform-ios7.platform-cordova:not(.fullscreen) .bar-subheader {
7162+
.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
70447163
top: 64px; }
7045-
.platform-ios7.platform-cordova:not(.fullscreen) .has-subheader {
7164+
.platform-ios.platform-cordova:not(.fullscreen) .has-subheader {
70467165
top: 108px; }
7047-
.platform-ios7.platform-cordova:not(.fullscreen) .has-tabs-top {
7166+
.platform-ios.platform-cordova:not(.fullscreen) .has-tabs-top {
70487167
top: 113px; }
7049-
.platform-ios7.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
7168+
.platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
70507169
top: 157px; }
7051-
.platform-ios7.platform-cordova.status-bar-hide {
7170+
.platform-ios.platform-cordova.status-bar-hide {
70527171
margin-bottom: 20px; }
70537172

70547173
@media (orientation: landscape) {
7055-
.platform-ios7.platform-browser.platform-ipad {
7174+
.platform-ios.platform-browser.platform-ipad {
70567175
position: fixed; } }
70577176

70587177
.platform-c:not(.enable-transitions) * {

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)