Skip to content

Commit f30ee10

Browse files
committed
release: v1.2.4 ""
1 parent ce24cc6 commit f30ee10

12 files changed

+1625
-20
lines changed

CHANGELOG.md

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"codename": "",
55
"homepage": "https://github.com/driftyco/ionic",
66
"authors": [

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

release/css/ionic.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright 2015 Drifty Co.
44
* http://drifty.com/
55
*
6-
* Ionic, v1.2.3
6+
* Ionic, v1.2.4
77
* A powerful HTML5 mobile app framework.
88
* http://ionicframework.com/
99
*
@@ -3494,6 +3494,9 @@ ion-infinite-scroll {
34943494
bottom: 0;
34953495
left: 0;
34963496
position: absolute; }
3497+
.overflow-scroll.pane {
3498+
overflow-x: hidden;
3499+
overflow-y: scroll; }
34973500
.overflow-scroll .scroll {
34983501
position: static;
34993502
height: 100%;

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.

release/js/ionic-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2015 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.2.3
5+
* Ionic, v1.2.4
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*

release/js/ionic-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/js/ionic.bundle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Copyright 2015 Drifty Co.
1010
* http://drifty.com/
1111
*
12-
* Ionic, v1.2.3
12+
* Ionic, v1.2.4
1313
* A powerful HTML5 mobile app framework.
1414
* http://ionicframework.com/
1515
*
@@ -25,7 +25,7 @@
2525
// build processes may have already created an ionic obj
2626
window.ionic = window.ionic || {};
2727
window.ionic.views = {};
28-
window.ionic.version = '1.2.3';
28+
window.ionic.version = '1.2.4';
2929

3030
(function (ionic) {
3131

@@ -50344,7 +50344,7 @@ angular.module('ui.router.state')
5034450344
* Copyright 2015 Drifty Co.
5034550345
* http://drifty.com/
5034650346
*
50347-
* Ionic, v1.2.3
50347+
* Ionic, v1.2.4
5034850348
* A powerful HTML5 mobile app framework.
5034950349
* http://ionicframework.com/
5035050350
*

release/js/ionic.bundle.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/js/ionic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2015 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.2.3
5+
* Ionic, v1.2.4
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -18,7 +18,7 @@
1818
// build processes may have already created an ionic obj
1919
window.ionic = window.ionic || {};
2020
window.ionic.views = {};
21-
window.ionic.version = '1.2.3';
21+
window.ionic.version = '1.2.4';
2222

2323
(function (ionic) {
2424

0 commit comments

Comments
 (0)