Skip to content

Commit

Permalink
release: v1.2.4 ""
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed Jan 3, 2016
1 parent ce24cc6 commit f30ee10
Show file tree
Hide file tree
Showing 12 changed files with 1,625 additions and 20 deletions.
1,602 changes: 1,602 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic",
"version": "1.2.3",
"version": "1.2.4",
"codename": "",
"homepage": "https://github.com/driftyco/ionic",
"authors": [
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.2.3",
"version": "1.2.4",
"styles": [
"dist/css/ionic.css"
],
Expand Down
5 changes: 4 additions & 1 deletion release/css/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright 2015 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.2.3
* Ionic, v1.2.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -3494,6 +3494,9 @@ ion-infinite-scroll {
bottom: 0;
left: 0;
position: absolute; }
.overflow-scroll.pane {
overflow-x: hidden;
overflow-y: scroll; }
.overflow-scroll .scroll {
position: static;
height: 100%;
Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/js/ionic-angular.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.2.3
* Ionic, v1.2.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
2 changes: 1 addition & 1 deletion release/js/ionic-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions release/js/ionic.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copyright 2015 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.2.3
* Ionic, v1.2.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -25,7 +25,7 @@
// build processes may have already created an ionic obj
window.ionic = window.ionic || {};
window.ionic.views = {};
window.ionic.version = '1.2.3';
window.ionic.version = '1.2.4';

(function (ionic) {

Expand Down Expand Up @@ -50344,7 +50344,7 @@ angular.module('ui.router.state')
* Copyright 2015 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.2.3
* Ionic, v1.2.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down
6 changes: 3 additions & 3 deletions release/js/ionic.bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions release/js/ionic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright 2015 Drifty Co.
* http://drifty.com/
*
* Ionic, v1.2.3
* Ionic, v1.2.4
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand All @@ -18,7 +18,7 @@
// build processes may have already created an ionic obj
window.ionic = window.ionic || {};
window.ionic.views = {};
window.ionic.version = '1.2.3';
window.ionic.version = '1.2.4';

(function (ionic) {

Expand Down
4 changes: 2 additions & 2 deletions release/js/ionic.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions release/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.2.3",
"version": "1.2.4",
"codename": "",
"date": "2016-01-02",
"time": "17:24:41"
"date": "2016-01-03",
"time": "19:55:30"
}

0 comments on commit f30ee10

Please sign in to comment.