|
| 1 | +<a name="1.0.0-beta.1"></a> |
| 2 | +### 1.0.0-beta.1 (2014-03-25) |
| 3 | + |
| 4 | + |
| 5 | +#### Bug Fixes |
| 6 | + |
| 7 | +* **active:** Updated which elements to set active class along w/ tests, closes #857 ([423f9e4f](git://github.com/driftyco/ionic.git/commit/423f9e4f77288e5092347fcb5ab038225fec34bc)) |
| 8 | +* **badge:** Badge horizontal alignment over item right side buttons, closes #826 ([ded46931](git://github.com/driftyco/ionic.git/commit/ded469311d7a0901fec79b98a87823b74c55b987)) |
| 9 | +* **click:** |
| 10 | + * Increase the ghost click prevent delay for grade C devices ([001bcca4](git://github.com/driftyco/ionic.git/commit/001bcca4fa74c2ec4f51891566c0220a2bace23f)) |
| 11 | + * enter key submission blocked. ([72ee799c](git://github.com/driftyco/ionic.git/commit/72ee799c4e26c916bd330e2fdd093a297a928229), closes [#819](git://github.com/driftyco/ionic.git/issues/819)) |
| 12 | + * Click Events In SlideBox Fire Multiple Times, closes #808 ([f8a71377](git://github.com/driftyco/ionic.git/commit/f8a713774459aedeb5662febab759a4a81cb88fc)) |
| 13 | +* **domready:** Fixed if firing off callbacks when DOM was already ready ([a637fb4d](git://github.com/driftyco/ionic.git/commit/a637fb4d1b0d64e3001d80576ab82484ee90340f)) |
| 14 | +* **grid:** Correct responsive grid breaks for col-XX, closes #803 ([8fae85e9](git://github.com/driftyco/ionic.git/commit/8fae85e9e60232a6dad2c1b65cfeb6b9b495dfc8)) |
| 15 | +* **input:** Fix input label from shifting when text is too long on iOS, closes #801 ([b8d4c51f](git://github.com/driftyco/ionic.git/commit/b8d4c51fe743759f216e5924d652636f86c2b55e)) |
| 16 | +* **ionList:** only stop side menu drag if canSwipe ([c653e83c](git://github.com/driftyco/ionic.git/commit/c653e83cec69535d95dc8ae40af519e5e7f29320), closes [#709](git://github.com/driftyco/ionic.git/issues/709)) |
| 17 | +* **ionTab:** stop browser-tooltip from appearing due to `title` attr ([aa30faf8](git://github.com/driftyco/ionic.git/commit/aa30faf86333f8e2065d08946b05ce4529b1f1ce), closes [#804](git://github.com/driftyco/ionic.git/issues/804)) |
| 18 | +* **item:** |
| 19 | + * Restructure item editing css for added reusability and organization ([07c824db](git://github.com/driftyco/ionic.git/commit/07c824db8d465a256c642dcd91d988688f6551f1)) |
| 20 | + * fix avatar/thumbnail in .item-complex, and avatar misspelling ([947b8d69](git://github.com/driftyco/ionic.git/commit/947b8d6943376b4dd0c181cf4390650289f76d4a)) |
| 21 | +* **listView:** |
| 22 | + * send index on delete. ([75107771](git://github.com/driftyco/ionic.git/commit/75107771566ac4467c45497f657c0131ad3b2941), closes [#849](git://github.com/driftyco/ionic.git/issues/849)) |
| 23 | + * only allow one swipeable item open. ([73b750fb](git://github.com/driftyco/ionic.git/commit/73b750fb37c26518fd9b34959b77012430e6ad45), closes [#763](git://github.com/driftyco/ionic.git/issues/763)) |
| 24 | + * No slide drag if no hidden buttons. ([4e605979](git://github.com/driftyco/ionic.git/commit/4e605979ec8d80443d5a0722ea6ebc7227a4e2f3), closes [#847](git://github.com/driftyco/ionic.git/issues/847)) |
| 25 | +* **pointer:** Add pointer styling to .item[ng-click], closes #858 ([aa280910](git://github.com/driftyco/ionic.git/commit/aa280910dfc1d9e798f9fd0b5401ee59730d6ee8)) |
| 26 | +* **popup:** |
| 27 | + * Ensure popup is usable on top of a modal, closes #838 ([6ebfe776](git://github.com/driftyco/ionic.git/commit/6ebfe776bcca506e2168756b69e4823199c70c43)) |
| 28 | + * focus popup. ([dddc34d8](git://github.com/driftyco/ionic.git/commit/dddc34d8d24273aecf15261dbc2f9df1b0f068d0), closes [#820](git://github.com/driftyco/ionic.git/issues/820)) |
| 29 | +* **range:** Clicking Line For Range Causes Drag Button To Follow Mouse, close #779 ([26c8f304](git://github.com/driftyco/ionic.git/commit/26c8f304e7d9d24006d17fcb4161195717ca26a0)) |
| 30 | +* **reorder:** Prevent scroll w/ data-prevent-scroll attr on reorder btn, closes #848 ([f1ed4b00](git://github.com/driftyco/ionic.git/commit/f1ed4b0084d6457959fe4c65cdefac34148278c3)) |
| 31 | +* **scrollView:** |
| 32 | + * browserify issue: undefined core ([cd27e1b7](git://github.com/driftyco/ionic.git/commit/cd27e1b79289c1ea6c8fea78da56d0c0c56dc827), closes [#825](git://github.com/driftyco/ionic.git/issues/825)) |
| 33 | + * pull to refresh spin back. ([049aabc7](git://github.com/driftyco/ionic.git/commit/049aabc706cd4aae6b5608db2c7ba0f12b75b75a), closes [#774](git://github.com/driftyco/ionic.git/issues/774)) |
| 34 | + * show bar with mouse wheel. ([d5a69575](git://github.com/driftyco/ionic.git/commit/d5a695757ace70f40db986d7793ecc72c2b4f2d1), closes [#809](git://github.com/driftyco/ionic.git/issues/809)) |
| 35 | + * don't show bars if not scrolling. ([cb686636](git://github.com/driftyco/ionic.git/commit/cb686636cd34da6880036f7d72c8de18ed70d9b2), closes [#805](git://github.com/driftyco/ionic.git/issues/805)) |
| 36 | +* **tabs:** Renamed .tab-item active state from .active to .tab-item-active, closes #866 ([24160aa0](git://github.com/driftyco/ionic.git/commit/24160aa0bdd2df262d27fd14bc99c6d0e434eac0)) |
| 37 | +* **tap:** |
| 38 | + * Trigger clicks if touch/click held for more than 250ms, closes #791 ([60e45333](git://github.com/driftyco/ionic.git/commit/60e453331379c296534dc0fa43bf229016759a7c)) |
| 39 | + * Reset startCoordinates on touchend/mouseup, closes #874 ([76a53134](git://github.com/driftyco/ionic.git/commit/76a531348078eb9a523e9123cadca9e3500f837d)) |
| 40 | + * Remove select element from tap checking, closes #836 ([3d917c83](git://github.com/driftyco/ionic.git/commit/3d917c83f57bf7c568c08393472cbc7863322499)) |
| 41 | +* **toggle:** Changed tap listener to use "release", closes #882 #881 ([b1a7c199](git://github.com/driftyco/ionic.git/commit/b1a7c1990ad95d53bd10e7dd7215018671413c3e)) |
| 42 | + |
| 43 | + |
| 44 | +#### Features |
| 45 | + |
| 46 | +* **$ionicLoading:** implement backdrop class ([57d71ed6](git://github.com/driftyco/ionic.git/commit/57d71ed6c321921a0b1adf501a2ce0bf432f3f61), closes [#837](git://github.com/driftyco/ionic.git/issues/837)) |
| 47 | +* **$ionicScrollDelegate:** rememberScrollPosition, scrollToRememberedPosition ([5a0efece](git://github.com/driftyco/ionic.git/commit/5a0efecef6ea2c4f89c6dfd3cbe98a98614a6e17)) |
| 48 | +* **content:** automatically add/remove has-* classes to content ([e94d4006](git://github.com/driftyco/ionic.git/commit/e94d400648a0770cea3909e2d2513c71e88978ae), closes [#619](git://github.com/driftyco/ionic.git/issues/619)) |
| 49 | +* **grid:** Remove column offset with responsive grid breaks ([73ba2a40](git://github.com/driftyco/ionic.git/commit/73ba2a405fabb306ac85f039620ee5df2d12bff2)) |
| 50 | +* **ion-content:** watch padding attribute ([532d473e](git://github.com/driftyco/ionic.git/commit/532d473e351db95160c3e8a2878dbf5a1de549a9)) |
| 51 | +* **ionTabs:** add available tabs-item-hide class ([5966dbf4](git://github.com/driftyco/ionic.git/commit/5966dbf43e56f2f65b18cb6f030a7b60ead236f2), closes [#395](git://github.com/driftyco/ionic.git/issues/395)) |
| 52 | +* **ionic:** remove all delegates ([dbe4e390](git://github.com/driftyco/ionic.git/commit/dbe4e3901d6ee70bae85e48b6e58c097b9f2810e)) |
| 53 | +* **ionicNavBar:** add getTitle() and getPreviousTitle() methods ([215b1c1e](git://github.com/driftyco/ionic.git/commit/215b1c1ea058bb76e4950d06e3e7e127c5a43cc6)) |
| 54 | +* **loadingView:** |
| 55 | + * add setContent method ([366bd686](git://github.com/driftyco/ionic.git/commit/366bd6866ffa513c1d99b36b841d5ad3fbe23622), closes [#732](git://github.com/driftyco/ionic.git/issues/732)) |
| 56 | + * add setContent method ([e5cba05e](git://github.com/driftyco/ionic.git/commit/e5cba05e90a0c1f7ce6b032020ef212b19b7bc84)) |
| 57 | +* **navclear:** Ability to disable the next view transition and back button ([f744d9eb](git://github.com/driftyco/ionic.git/commit/f744d9ebcfaad9be237fd2b1753568bf832bfe0a)) |
| 58 | +* **popup:** Support for programatically closing popup. ([dc2b24ed](git://github.com/driftyco/ionic.git/commit/dc2b24ed6aa14f7db6c70791c16c5afc5e909c66), closes [#854](git://github.com/driftyco/ionic.git/issues/854)) |
| 59 | +* **progress:** Set progress element's default width to 100%, closes #872 ([b9cde47d](git://github.com/driftyco/ionic.git/commit/b9cde47dd039bc58f84e0af76fccbfcc9d7be74e)) |
| 60 | +* **ready:** Add 'platform-ready' css class to the body when the platform is ready ([681a6a2e](git://github.com/driftyco/ionic.git/commit/681a6a2ed743fab2352551156ff18dbb42549d4d)) |
| 61 | +* **sideMenu:** Added directive for simple toggling ([5a89df43](git://github.com/driftyco/ionic.git/commit/5a89df43363b1ea88bff25c73f019462c964fa7d)) |
| 62 | + |
| 63 | +#### Breaking Changes / Migration Guide |
| 64 | + |
| 65 | +* **ionTabs**: `tabs-type` and `tabs-style` removed. Use classNames instead. |
| 66 | + |
| 67 | +Relevant Documentation: [ionTabs](http://ionicframework.com/docs/api/directive/ionTabs). |
| 68 | + |
| 69 | +Old Code: |
| 70 | + |
| 71 | +`<ion-tabs tabs-type="tabs-top" tabs-style="tabs-positive" animation="slide-left-right">` |
| 72 | + |
| 73 | +New Code: |
| 74 | + |
| 75 | +`<ion-tabs class="tabs-top tabs-positive slide-left-right">` |
| 76 | + |
| 77 | +* **ionHeaderBar, ionFooterBar**: remove `type`, `title`, `left-buttons`, `right-buttons`. |
| 78 | + |
| 79 | +Relevant Documentation: [ionHeaderBar](http://ionicframework.com/docs/api/directive/ionHeaerBar), |
| 80 | +[ionFooterBar](http://ionicframework.com/docs/api/directive/ionFooterBar). |
| 81 | + |
| 82 | +Old Code: |
| 83 | + |
| 84 | +```html |
| 85 | +<ion-header-bar type="bar-positive" |
| 86 | + title="{{someTitle}}" |
| 87 | + left-buttons="left" |
| 88 | + right-buttons="right"> |
| 89 | +</ion-header-bar> |
| 90 | +``` |
| 91 | + |
| 92 | +New Code: |
| 93 | + |
| 94 | +```html |
| 95 | +<ion-header-bar class="bar-positive"> |
| 96 | + <div class="buttons"> |
| 97 | + <button class="button" ng-click="leftButtonTap()"> |
| 98 | + Left Button |
| 99 | + </button> |
| 100 | + </div> |
| 101 | + <h1 class="title">{{someTitle}}</h> |
| 102 | + <div class="buttons"> |
| 103 | + <button class="button" ng-click="rightButtonTap()"> |
| 104 | + Right Button |
| 105 | + </button> |
| 106 | + </div> |
| 107 | +</ion-header-bar> |
| 108 | +``` |
| 109 | + |
| 110 | +* **ionNavBar, ionView**: Remove `left-buttons`, `right-buttons`, `type`, `animation`, |
| 111 | +`back-button-*` attributes from ionNavBar. Remove `left-buttons`, `right-buttons` from ionView. |
| 112 | + |
| 113 | +Relevant Documentation: [ionNavBar](http://ionicframework.com/docs/api/directive/ionNavBar), |
| 114 | +[ionView](http://ionicframework.com/docs/api/directive/ionView), |
| 115 | +[ionNavBackButton](http://ionicframework.com/docs/api/directive/ionNavBackButton) (new), |
| 116 | +[ionNavButtons](http://ionicframework.com/docs/api/directive/ionNavButtons) (new). |
| 117 | + |
| 118 | +Old Code: |
| 119 | + |
| 120 | +```html |
| 121 | +<ion-nav-bar type="bar-positive" |
| 122 | + animation="slide-left-right" |
| 123 | + back-button-type="button-icon" |
| 124 | + back-button-icon="ion-arrow-left-c" |
| 125 | + back-button-label="Back"> |
| 126 | +</ion-nav-bar> |
| 127 | +<ion-nav-view> |
| 128 | + <ion-view left-buttons="leftButtons" |
| 129 | + title="someTitle" |
| 130 | + right-buttons="rightButtons"> |
| 131 | + </ion-view> |
| 132 | +</ion-nav-view> |
| 133 | +``` |
| 134 | + |
| 135 | +New Code: |
| 136 | + |
| 137 | +```html |
| 138 | +<ion-nav-bar class="bar-positive slide-left-right"> |
| 139 | + <ion-nav-back-button class="button-icon ion-arrow-left-c"> |
| 140 | + Back |
| 141 | + </ion-nav-back-button> |
| 142 | +</ion-nav-bar> |
| 143 | +<ion-nav-view> |
| 144 | + <ion-view title="someTitle"> |
| 145 | + |
| 146 | + <ion-nav-buttons side="left"> |
| 147 | + <button class="button" ng-click="leftButtonTap()"> |
| 148 | + Left Button |
| 149 | + </button> |
| 150 | + </ion-nav-buttons> |
| 151 | + <ion-nav-buttons side="right"> |
| 152 | + <button class="button" ng-click="rightButtonTap()"> |
| 153 | + Right Button |
| 154 | + </button> |
| 155 | + </ion-nav-buttons> |
| 156 | + |
| 157 | + </ion-view> |
| 158 | +</ion-nav-view> |
| 159 | +``` |
| 160 | + |
| 161 | +* **ionSideMenuContent**: is now an element directive. |
| 162 | + |
| 163 | +Relevant documentation: [ionSideMenus](http://ionicframework.com/docs/api/directive/ionSideMenus), |
| 164 | +[ionSideMenuContent](http://ionicframework.com/docs/api/directive/ionSideMenuContent), |
| 165 | +[ionSideMenu](http://ionicframework.com/docs/api/directive/ionSideMenu). |
| 166 | + |
| 167 | +Old Code: |
| 168 | + |
| 169 | +```html |
| 170 | +<ion-side-menus> |
| 171 | + <ion-pane ion-side-menu-content> |
| 172 | + </ion-pane> |
| 173 | +</ion-side-menus> |
| 174 | +``` |
| 175 | + |
| 176 | +New Code: |
| 177 | + |
| 178 | +```html |
| 179 | +<ion-side-menus> |
| 180 | + <ion-side-menu-content> |
| 181 | + </ion-side-menu-content> |
| 182 | +</ion-side-menus> |
| 183 | +``` |
| 184 | + |
| 185 | + |
1 | 186 | <a name="0.9.27"></a>
|
2 | 187 | ### 0.9.27 "Salamander" (2014-03-15)
|
3 | 188 |
|
|
0 commit comments