Skip to content

Commit 01cfda0

Browse files
author
Adam Bradley
committed
chore(release): v0.9.24
1 parent 6ba680f commit 01cfda0

15 files changed

+36336
-1499
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
<a name="0.9.24"></a>
2+
### 0.9.24 (2014-02-12)
3+
4+
5+
#### Bug Fixes
6+
7+
* **android:** when keyboard comes up, ensure input is in view ((9327ac71), closes (#314))
8+
* **backButton:**
9+
* able to hide back button if any back button attr set in navBar, closes #564 ((74a05a03))
10+
* Do not show back button if no attributes set, closes #549 ((2d39418d))
11+
* **browser:** on first hash-set, dont set scrollTop ((1c4d4a8b))
12+
* **buttonIcon:**
13+
* fix vertical-align in safari, closes #554 ((6acba8da))
14+
* float left icon-left, closes #515 ((38420c81))
15+
* **click:** Clicks firing twice, closes #573 ((2132d292))
16+
* **header:** Header icon button css fix for Safari, closes #576 ((801d2d7b))
17+
* **ionicScrollDelegate:** trigger resize before scrolling to top/bottom ((ea289b81), closes (#522))
18+
* **list:** css: don't make last .list on page have margin-bottom ((fb5a0d4c))
19+
* **listButtons:** Update list button sizes, closes #478 ((91652112))
20+
* **navBar:** Remove duplicate back button arrows, closes #547 ((4808e80d))
21+
* **navView:** if !$animate.enabled(), do not animate ((990d14e8), closes (#426))
22+
* **range:** Update range for android 4.0-4.3 ((e7eefeef))
23+
* **refresher:** make refresher css not create gap at end of list ((79387a4e))
24+
* **scroll:** `<scroll>` is now registered with $ionicScrollDelegate ((2c7ce763))
25+
* **scroll-view:** make it take up only 100% height ((d2f9e94b))
26+
* **scrollView:**
27+
* start scroll again if it stops beyond boundaries ((eed6b19b))
28+
* nested scrollViews now work independently ((4cc4a18c), closes (#278))
29+
* **sideMenuContent:** make dragContent default to true ((61a280bd))
30+
31+
32+
#### Features
33+
34+
* **$ionicScrollDelegate:**
35+
* add scrollTo(left,top,animate) to delegate ((c119498d))
36+
* allow anchorScroll to animate with param ((36691bba))
37+
* add .anchorScroll() function ((c2bbd9e9))
38+
* **domUtil:** add getPositionInParent function ((a970f0bd))
39+
* **grid:** Added classes, variables and mixins for responsive grid options ((1cdb999e))
40+
* **ionic:** remove angular-sanitize (ngSanitize) as dependency ((e7556233))
41+
* **ionicToggle:** allow ngDisabled binding ((0fe44867))
42+
* **list:** reordering scrolls page, reordering performance better ((7f4b28d9), closes (#521))
43+
* **sideMenuContent:** watch `drag-content` attribute ((7f9bfb5a))
44+
* **tab:** allow html in tab `title` attribute ((0facb120), closes (#528))
45+
* **tabs:** allow tab `badge-style` attribute to set badge class ((b11e0f51))
46+
* **toggle:** Disable toggle w/ ng-disabled, closes #541 ((2eab747d))
47+
48+
149
## 0.9.23 "Alpha Oxen" (2014-02-05)
250
- Android back button correctly goes back a view or closes the app
351
- CustomEvent polyfill improvements for Android

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic",
3-
"version": "0.9.23",
3+
"version": "0.9.24",
44
"homepage": "https://github.com/driftyco/ionic",
55
"authors": [
66
"Max Lynch <[email protected]>",

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repo": "driftyco/ionic",
33
"development": {},
4-
"version": "0.9.23",
4+
"version": "0.9.24",
55
"styles": [
66
"dist/css/ionic.css"
77
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic",
33
"private": false,
4-
"version": "0.9.24-alpha",
4+
"version": "0.9.24",
55
"codename": "peleguin",
66
"devDependencies": {
77
"grunt": "~0.4.1",

0 commit comments

Comments
 (0)