|
| 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 | + |
1 | 49 | ## 0.9.23 "Alpha Oxen" (2014-02-05)
|
2 | 50 | - Android back button correctly goes back a view or closes the app
|
3 | 51 | - CustomEvent polyfill improvements for Android
|
|
0 commit comments