Skip to content

Commit bf25d05

Browse files
committed
release: v1.0.0-beta.13 "lanthanum-leopard"
1 parent dd1746b commit bf25d05

22 files changed

+3896
-4954
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
### 1.0.0-beta.13 "lanthanum-leopard" (2014-09-24)
2+
3+
4+
#### Bug Fixes
5+
6+
* **card:** less intense box shadow ([95d3f2e3](https://github.com/driftyco/ionic/commit/95d3f2e3c99dd9bae8c2394e945aaf3060ace5ec))
7+
* **click:** remove native click prevent 400ms later ([20d567f8](https://github.com/driftyco/ionic/commit/20d567f81c1dcdb537d7acf83a7afae7961e8286), closes [#2204](https://github.com/driftyco/ionic/issues/2204))
8+
* **exposeAsideWhen:** disable with isEnabled=false ([6f79a5e5](https://github.com/driftyco/ionic/commit/6f79a5e5c8c334756b03da85a6a4992fb2f6b92b), closes [#2210](https://github.com/driftyco/ionic/issues/2210))
9+
* **history:** tabs lose history after switching tabs ([68de8ed9](https://github.com/driftyco/ionic/commit/68de8ed91064c45da505192d154138395bd9dad1), closes [#1978](https://github.com/driftyco/ionic/issues/1978))
10+
* **keyboard:** android scroll stuck ([74de015c](https://github.com/driftyco/ionic/commit/74de015c221962aae8e48c1a81481ec6fc706f5e))
11+
* **loading:** prevent spinners in loading view from causing reflows when hidden. ([767ce6a3](https://github.com/driftyco/ionic/commit/767ce6a3b4d6e20d383c47ea72efe4208301a108), closes [#2013](https://github.com/driftyco/ionic/issues/2013))
12+
* **menuClose:** do not close if aside exposed ([b239eb9e](https://github.com/driftyco/ionic/commit/b239eb9ed3d53c3a194d82f3ca25e66cd20f0de8))
13+
* **nav:** prevent flickers between views ([03086ed2](https://github.com/driftyco/ionic/commit/03086ed2288284ebacb4eb075e65e622a9947dfa))
14+
* **popup:**
15+
* set popup head padding equal to popup body padding ([b873190b](https://github.com/driftyco/ionic/commit/b873190bc625a48e2523701f170334bb4ab9fe81))
16+
* fill popup width of Android 4.1-4.3 buttons ([581656fd](https://github.com/driftyco/ionic/commit/581656fda4444fc4b46d3ef07b96da4b93a39fec), closes [#2209](https://github.com/driftyco/ionic/issues/2209))
17+
* **scroll:** ensure scrollView objects exist ([8883c6cc](https://github.com/driftyco/ionic/commit/8883c6ccc5877fcc8a55910f77fa04a7742285c0))
18+
* **scrollView:** check that element has not yet been GC'd before removing event listeners in $des ([5e8250b1](https://github.com/driftyco/ionic/commit/5e8250b119063a9ba533db62a3aad317afaf75a5))
19+
* **sideMenu:**
20+
* Prevent is-enabled="false" from blocking current view interaction. ([cedee574](https://github.com/driftyco/ionic/commit/cedee5749a892452809ae115b0e180ed1d62fbd7), closes [#1973](https://github.com/driftyco/ionic/issues/1973))
21+
* allow `edge-drag-threshold` for right side menus. ([cb066434](https://github.com/driftyco/ionic/commit/cb0664340355d0d4455f504ac6b4a232e8e9fd85), closes [#2081](https://github.com/driftyco/ionic/issues/2081))
22+
* **splitView:** disable menu toggles on exposed aside ([ed3e9e30](https://github.com/driftyco/ionic/commit/ed3e9e30ce93c3ec91177352709900aff32bec26), closes [#2182](https://github.com/driftyco/ionic/issues/2182))
23+
* **tabs:** fix android untyled android tab ([aa7e9dd7](https://github.com/driftyco/ionic/commit/aa7e9dd7a961c7f7706531934c74a6e99cc8fc08))
24+
* **templateCache:** make sure $state is passed config options before checking what they are ([cb9b81d5](https://github.com/driftyco/ionic/commit/cb9b81d57ed7da84c0d1429e6dfde2e12bf1d9fc))
25+
* **titles:** error during quick transition changes ([fe9f43d1](https://github.com/driftyco/ionic/commit/fe9f43d17f11263e64a0168cabce28b8365fe9a8))
26+
27+
28+
#### Features
29+
30+
* **angular:**
31+
* upgrade to AngularJS v1.2.25 ([bcfecb4f](https://github.com/driftyco/ionic/commit/bcfecb4f585955a9a1b81a5e7ad6b762e2a872f7))
32+
* upgrade to AngularJS v1.2.24 ([487e7a97](https://github.com/driftyco/ionic/commit/487e7a97967339b4542f6177923660dacaa2cd42))
33+
* **cordovaEvents:** $ionicPlatform.on method ([046ad53b](https://github.com/driftyco/ionic/commit/046ad53b20dcbcfdbc5f48e63975920486de596f), closes [#2219](https://github.com/driftyco/ionic/issues/2219))
34+
* **refresher:** Improve refresher animation. Allow pulling icon rotation to be disabled. ([db27fb11](https://github.com/driftyco/ionic/commit/db27fb116cd3139b271cf9d20c462fb3746f25df))
35+
36+
137
### 1.0.0-beta.12 "krypton-koala" (2014-09-10)
238

339

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.12",
4-
"codename": "krypton-koala",
3+
"version": "1.0.0-beta.13",
4+
"codename": "lanthanum-leopard",
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.12",
4+
"version": "1.0.0-beta.13",
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-
lanthanum-leopard
21
magnesium-mongoose
32
neodymium-newt
43
osmium-ostrich

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.13",
5-
"codename": "krypton-koala",
5+
"codename": "lanthanum-leopard",
66
"repository": {
77
"url": "git://github.com/driftyco/ionic.git"
88
},

release/css/ionic.css

Lines changed: 40 additions & 22 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.12
5+
* Ionic, v1.0.0-beta.13
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2287,11 +2287,11 @@ body.grade-b, body.grade-c {
22872287
position: absolute;
22882288
border-radius: 4px;
22892289
background: rgba(0, 0, 0, 0.3);
2290-
opacity: 1; }
2290+
opacity: 1;
2291+
-webkit-transition: opacity 0.3s linear;
2292+
-moz-transition: opacity 0.3s linear;
2293+
transition: opacity 0.3s linear; }
22912294
.scroll-bar-indicator.scroll-bar-fade-out {
2292-
-webkit-transition: opacity 0.3s linear;
2293-
-moz-transition: opacity 0.3s linear;
2294-
transition: opacity 0.3s linear;
22952295
opacity: 0; }
22962296

22972297
.grade-b .scroll-bar-indicator, .grade-c .scroll-bar-indicator {
@@ -2307,25 +2307,25 @@ body.grade-b, body.grade-c {
23072307
transform: translate3d(0, 0, 0) rotate(0); }
23082308

23092309
100% {
2310-
transform: translate3d(0, 0, 0) rotate(-180deg); } }
2310+
transform: translate3d(0, 0, 0) rotate(180deg); } }
23112311

23122312
@-webkit-keyframes refresh-spin {
23132313
0% {
23142314
-webkit-transform: translate3d(0, 0, 0) rotate(0); }
23152315

23162316
100% {
2317-
-webkit-transform: translate3d(0, 0, 0) rotate(-180deg); } }
2317+
-webkit-transform: translate3d(0, 0, 0) rotate(180deg); } }
23182318

23192319
@keyframes refresh-spin-back {
23202320
0% {
2321-
transform: translate3d(0, 0, 0) rotate(-180deg); }
2321+
transform: translate3d(0, 0, 0) rotate(180deg); }
23222322

23232323
100% {
23242324
transform: translate3d(0, 0, 0) rotate(0); } }
23252325

23262326
@-webkit-keyframes refresh-spin-back {
23272327
0% {
2328-
-webkit-transform: translate3d(0, 0, 0) rotate(-180deg); }
2328+
-webkit-transform: translate3d(0, 0, 0) rotate(180deg); }
23292329

23302330
100% {
23312331
-webkit-transform: translate3d(0, 0, 0) rotate(0); } }
@@ -2378,16 +2378,28 @@ body.grade-b, body.grade-c {
23782378
-webkit-animation-duration: 1.5s;
23792379
-moz-animation-duration: 1.5s;
23802380
animation-duration: 1.5s; }
2381-
.scroll-refresher.active .icon-pulling {
2381+
.scroll-refresher.active .icon-pulling:not(.pulling-rotation-disabled) {
23822382
-webkit-animation-name: refresh-spin;
23832383
-moz-animation-name: refresh-spin;
23842384
animation-name: refresh-spin;
23852385
-webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
23862386
transform: translate3d(0, 0, 0) rotate(-180deg); }
2387-
.scroll-refresher.active.refreshing .icon-pulling, .scroll-refresher.active.refreshing .text-pulling {
2388-
display: none; }
2389-
.scroll-refresher.active.refreshing .icon-refreshing, .scroll-refresher.active.refreshing .text-refreshing {
2390-
display: block; }
2387+
.scroll-refresher.active.refreshing {
2388+
-webkit-transition: transform 0.2s;
2389+
-moz-transition: transform 0.2s;
2390+
transition: transform 0.2s;
2391+
-webkit-transition: -webkit-transform 0.2s;
2392+
-moz-transition: -webkit-transform 0.2s;
2393+
transition: -webkit-transform 0.2s;
2394+
-webkit-transform: scale(1, 1);
2395+
transform: scale(1, 1); }
2396+
.scroll-refresher.active.refreshing .icon-pulling, .scroll-refresher.active.refreshing .text-pulling {
2397+
display: none; }
2398+
.scroll-refresher.active.refreshing .icon-refreshing, .scroll-refresher.active.refreshing .text-refreshing {
2399+
display: block; }
2400+
.scroll-refresher.active.refreshing.refreshing-tail {
2401+
-webkit-transform: scale(0, 0);
2402+
transform: scale(0, 0); }
23912403

23922404
ion-infinite-scroll {
23932405
height: 60px;
@@ -3267,6 +3279,11 @@ a.subdued {
32673279
border: none;
32683280
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
32693281
padding-top: 2px; }
3282+
.tabs-striped .tab-item.tab-item-active, .tabs-striped .tab-item.active, .tabs-striped .tab-item.activated {
3283+
margin-top: -2px;
3284+
border-style: solid;
3285+
border-width: 2px 0 0 0;
3286+
border-color: #444; }
32703287
.tabs-striped.tabs-light .tabs {
32713288
background-color: #444; }
32723289
.tabs-striped.tabs-light .tab-item {
@@ -3848,6 +3865,7 @@ a.subdued {
38483865
left: 50%;
38493866
z-index: 10;
38503867
display: block;
3868+
margin-top: 12px;
38513869
margin-left: -110px;
38523870
height: 280px;
38533871
width: 220px;
@@ -3858,8 +3876,6 @@ a.subdued {
38583876
border-top: 0; }
38593877
.popover .item:last-child {
38603878
border-bottom: 0; }
3861-
.popover.popover-top {
3862-
margin-top: 12px; }
38633879
.popover.popover-bottom {
38643880
margin-top: -12px; }
38653881

@@ -3893,6 +3909,7 @@ a.subdued {
38933909
.platform-ios .popover-arrow {
38943910
position: absolute;
38953911
display: block;
3912+
top: -17px;
38963913
width: 30px;
38973914
height: 19px;
38983915
overflow: hidden; }
@@ -3908,22 +3925,20 @@ a.subdued {
39083925
-webkit-transform: rotate(-45deg);
39093926
-moz-transform: rotate(-45deg);
39103927
transform: rotate(-45deg); }
3911-
.platform-ios .popover-top .popover-arrow {
3912-
top: -17px; }
39133928
.platform-ios .popover-bottom .popover-arrow {
3929+
top: auto;
39143930
bottom: -10px; }
39153931
.platform-ios .popover-bottom .popover-arrow:after {
39163932
top: -6px; }
39173933

39183934
.platform-android .popover {
3935+
margin-top: -32px;
39193936
background-color: #fafafa;
39203937
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35); }
39213938
.platform-android .popover .item {
39223939
border-color: #fafafa;
39233940
background-color: #fafafa;
39243941
color: #4d4d4d; }
3925-
.platform-android .popover.popover-top {
3926-
margin-top: -32px; }
39273942
.platform-android .popover.popover-bottom {
39283943
margin-top: 32px; }
39293944
.platform-android .popover-backdrop, .platform-android .popover-backdrop.active {
@@ -4017,7 +4032,7 @@ a.subdued {
40174032
flex-direction: column; }
40184033

40194034
.popup-head {
4020-
padding: 15px 0px;
4035+
padding: 15px 10px;
40214036
border-bottom: 1px solid #eee;
40224037
text-align: center; }
40234038

@@ -4058,6 +4073,7 @@ a.subdued {
40584073
-moz-flex: 1;
40594074
-ms-flex: 1;
40604075
flex: 1;
4076+
display: block;
40614077
min-height: 45px;
40624078
border-radius: 2px;
40634079
line-height: 20px;
@@ -4104,6 +4120,8 @@ a.subdued {
41044120
transition: 0.2s opacity linear;
41054121
visibility: hidden;
41064122
opacity: 0; }
4123+
.loading-container:not(.visible) .icon {
4124+
display: none; }
41074125
.loading-container.visible {
41084126
visibility: visible; }
41094127
.loading-container.active {
@@ -4764,7 +4782,7 @@ a.item-content {
47644782
.card {
47654783
padding-top: 1px;
47664784
padding-bottom: 1px;
4767-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
4785+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
47684786

47694787
.padding .card, .padding .list-inset {
47704788
margin-left: 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)