mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
3.2 KiB
3.2 KiB
0.9.23 "Alpha Oxen" (2014-02-05)
- Android back button correctly goes back a view or closes the app
- CustomEvent polyfill improvements for Android
- Fix tab icon alignments
- Fix $ionicPlatform.ready()
- Fire off ionic.Platform.ready() callbacks for both Cordova and non-cordova
- Created ionic.Platform.exitApp();
- Add major and minor platform version numbers in body css
- Removed dist folder from git
- Created release folder to hold the latest release
- Automate bulding the nightly folder in the CDN
- Clicking tab item takes user to root/home of the tab
- Add tab badges with
badgeattribute - Remember the previous scroll of a page when going back to it
Breaking Changes
bower install ionic: release files are now located in thereleasefolder, notdist.
0.9.22 "Alpha Narwhal" (2014-01-30)
- Tap polyfill overhaul to remove 300ms delay when firing a click
- Android click firing twice fixes
- Fixes with the tap polyfill for directives using ng-click
- Upgrade to Angular v1.2.10
- Reduce default button height
0.9.21 "Alpha Maine Coon" (2014-01-24)
- Toggle directive now includes .item.item-toggle wrapper
- Toggle/Checkbox/Radio implements ng-model/ng-value/ng-change
- Ionicons v1.4.2, icons now using :before pseudo
- Button and header size updates
- Android "click" event firing twice fixes
- Refactor platform ready event listeners
- Refactor navView directive
- Created ionic.Platform.fullscreen() and .showStatusBar()
- Update to Angular v1.2.8
- Disable pointer-events during transitions
- Remove ngTouch from angular.modules
- Remove angular-touch.js and angular-route.js references
0.9.20 "Alpha Lynx" (2014-01-14)
- Improved transitions between views
- Fixed hide-nav-bar/hide-back-button view attributes
- Removed title attributes from DOM
- Remove nav title if the entering view doesn't have one
- Fix padding being added to content directive
- Rename ionic services to use $ionic prefix
0.9.19 "Alpha Koala" (2014-01-10)
- Created ViewState Service to track navigation history
- Created navView directive
- Removed navPage and navRouter directives
- Using AngularUI Router instead of $route
- Update examples to use $stateProvider instead $routeProvider
0.9.18 "Alpha Jaguar" (2013-12-18)
- Slide box bug fixes
- Fixed issues with minification
- Small tweaks
0.9.17 "Alpha Iguana" (2013-12-16)
- Nav bar button fixes
- New slide box overhaul
- New list overhaul
- Radio button and checkbox fixes
0.9.16 "Alpha Hippo" (2013-12-12)
- Scrollbars
- Scroll bug fixes
0.9.15 "Alpha Giraffe" (2013-12-08)
- Scroll view fixes
- Radio button and checkbox fixes
- Slide box fixes
0.9.14 "Alpha Fox" (2013-12-04)
- Massive scroll performance improvements
- Android fixes and perf improvements
- Header and nav bar button fixes
- Animation performance improvements
0.9.13 "Alpha Elephant" (2013-11-26)
- nav router back button fixes
- Remove back button on first route
- Fix forward/back transition on iOS devices which lack history.state
0.9.12 "Alpha Dog" (2013-11-24)
- Fixed some overflow scrolling issues.