Skip to content

Commit

Permalink
finalize-release: v1.0.0-beta.5b "cadmium-camel"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionitron committed May 14, 2014
1 parent f9e7047 commit eeb27d8
Show file tree
Hide file tree
Showing 13 changed files with 219 additions and 195 deletions.
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-beta.5",
"codename": "barium-bobcat",
"version": "1.0.0-beta.5b",
"codename": "cadmium-camel",
"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-beta.5",
"version": "1.0.0-beta.5b",
"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 @@
cadmium-camel
darmstadtium-dingo
einsteinium-emu
fermium-flamingo
Expand Down
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-beta.5b",
"codename": "barium-bobcat",
"codename": "cadmium-camel",
"repository": {
"url": "git://github.com/driftyco/ionic.git"
},
Expand Down
17 changes: 12 additions & 5 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-beta.5
* Ionic, v1.0.0-beta.5b
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -2029,8 +2029,7 @@ body.grade-b, body.grade-c {
text-size-adjust: none;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
transform-origin: left top;
-webkit-backface-visibility: hidden; }
transform-origin: left top; }

.scroll-bar {
position: absolute;
Expand Down Expand Up @@ -2239,7 +2238,8 @@ ion-infinite-scroll.active .scroll-infinite {
left: 0;
width: 100%;
height: 100%;
background-color: #fff; }
background-color: #fff;
overflow: hidden; }

/**
* Typography
Expand Down Expand Up @@ -3113,7 +3113,7 @@ a.subdued {
transform: none;
box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2), 1px 0px 2px rgba(0, 0, 0, 0.2); }

.menu-open .scroll-content {
.menu-open .menu-content .pane, .menu-open .menu-content .scroll-content {
pointer-events: none; }

.grade-b .menu-content, .grade-c .menu-content {
Expand Down Expand Up @@ -4382,6 +4382,13 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
z-index: 3;
margin-top: -21px; }

.item-checkbox.item-checkbox-right {
padding-right: 58px;
padding-left: 15px; }

.item-checkbox-right .checkbox input, .item-checkbox-right .checkbox-icon {
float: right; }

/**
* Toggle
* --------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions release/css/ionic.min.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions release/js/ionic-angular.js
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-beta.5
* Ionic, v1.0.0-beta.5b
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
Expand Down Expand Up @@ -295,30 +295,30 @@ jqLite.prototype.removeClass = function(cssClasses) {
* var anim = $ionicAnimate({
* // A unique, reusable name
* name: 'popIn',
*
*
* // The duration of an auto playthrough
* duration: 0.5,
*
*
* // How long to wait before running the animation
* delay: 0,
*
*
* // Whether to reverse after doing one run through
* autoReverse: false,
*
*
* // How many times to repeat? -1 or null for infinite
* repeat: -1,
*
*
* // Timing curve to use (same as CSS timing functions), or a function of time "t" to handle it yourself
* curve: 'ease-in-out'
*
*
* onStart: function() {
* // Callback on start
* },
* onEnd: function() {
* // Callback on end
* },
* step: function(amt) {
*
*
* }
* })
* });
Expand All @@ -340,8 +340,8 @@ IonicModule
return function(opts) {
opts.useSlowAnimations = useSlowAnimations;
return ionic.Animation.create(opts);
}
}]
};
}];
});

/**
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.

Loading

0 comments on commit eeb27d8

Please sign in to comment.