高级HTML5 移动应用框架 Ionic v2.0.0-rc.4 发布详解编程语言

高级HTML5 移动应用框架 Ionic v2.0.0-rc.4 发布详解编程语言

 

        Ionic Framework 是个高级的 HTML5 移动端应用框架,是个很漂亮的使用 HTML5 开发混合移动应用前端框架。

更新日志

Bug 修复

  • action-sheet: set border bottom of last button to transparent (ffdd8f4)
  • activator: cancel remove .activated timeout (9510a2b)
  • alert: fix alert input focusing and keyboard (29a56c4)
  • alert: keyboard is closed (f354d91), closes #8185
  • all: boolean inputs (a796786), closes #9391
  • animation: improve menu and go back swipe (4be47bd)
  • app: go back navigation can close menus (8de253a)
  • app: navPop() can go back inside modals (2ac3b4a), closes #7611
  • app: navPop() does not go to previous tab (eebb062)
  • app: setScrollDisabled() is a private method (7b2a6d5)
  • app: setScrolling() (04d9f5a)
  • app-root: async disable-scroll is cancelled properly (177a089)
  • avatar: make border-radius 50% so it is always circular (e84f2e2)
  • backdrop: remove click cursor when the backdrop is not tappable (06938b6)
  • button: button strong is configurable (ac07c6f)
  • button: strong is iOS-only (c0c09a7)
  • clickblock: clickblock applies longer (e0d876e)
  • content: add a new variable for calculating fixed content top/bottom (8037086)
  • content: get correct content dimensions (1d245ec)
  • content: prefix utility attributes with ion-app and the mode (abc7395), closes #8765
  • datetime: fix am/pm in format w/out minutes or seconds (95b3b38), closes #9269
  • dateTime: make sure picker-column is show on retina screens (b17950d)
  • export: export ClickBlock (6244b51)
  • fab: add box shadow transition for md fab list buttons (1e2374f), closes #9557
  • fab: fab list colors (cbf59fa), closes #9225
  • fab: position fab-list correctly on IE (a0b61f2)
  • fab: set ripple color to contrast color of the fab background (0888dec)
  • fab: using as fab (0e773fa)
  • fonts: auto-set ionicons font path if not already set (7bbfb7e)
  • gesture: nativeRaf is unsafe (b63344c)
  • gesture: pass type to hammer.get() so pinch and rotate can be enabled (66afe34)
  • header: fix no-border on ios headers (d53a38e), closes #9525 #9480
  • img: ensure scroll has been initialized (39e1dce)
  • img: fix content viewable area (903473e)
  • img: move img requests out of web workers (5376318)
  • img: use img tag due to cordova limitations (4f61ea5)
  • input: add back old styles to fix input margin (e09aee4)
  • input: apply transform css prefix (eba2862)
  • input: fix input margins while scrolling (67473f2)
  • input: fix tabbing between tappable inputs (c4cf9df)
  • input: improve scroll to input and focusing (3b30497)
  • input: prevent exception when input components outside Content (e80f4cf)
  • input: stop ios from hiding keyboard on focus change (5bcd7f2)
  • input: test for null element before update (f0327a9), closes #9278
  • item: disable scroll while sliding item (c002b36)
  • item: tappable does not make ion-label pointer-event:none (4512c5c)
  • keyboard: fix keyboard tabbing context (902a767), closes #9568
  • labels: consistent label styles on iOS (b788ce6)
  • list: tweak list header color to match spec (053c754)
  • menu: clicking the backdrop/content closes the menu (eafd13f)
  • menu: disable menu swipe while transitioning (168428e)
  • menu: improves menu swipe animation (91478ed)
  • menu: two menus can’t be animated at the same time (1e95e85)
  • menu-toggle: move logic for css class to the menu toggle (624cb35), closes #8943
  • modal: app.navPop() can dismiss modals (5567191), closes #8692
  • modal: backdrop click catches navigation promise (e46d8d6)
  • modal: using cross mode animations (ccb6bf1), closes #9323
  • nav: async removing for views (5ff7072)
  • nav: back button and title not aligned on baseline (d82bb01), closes #8983
  • nav: popTo() uses the new removeView API (6b3e2ed)
  • nav: prevents to remove all views in the nav stack (16bfb49), closes #9140
  • navbar: go back text (58189d2)
  • NgModule: add ClickBlock to NgModule declarations (960399a)
  • note: separate note from item so its styles will alway be applied (bf00803), closes #9173
  • picker: add color to picker-opt so the variable will style correctly (dc0659f), closes #9519
  • picker: making touchable fill all the available space (448e020)
  • picker: mark main button as strong (af7139b)
  • picker: removes unused code (44d772f)
  • picker: stop picker once it is closed (ecb8bee)
  • platform: fix window width/height calculations (4ed6b36)
  • popover: remove css contain from popover (db9f1a8)
  • ripple: disable ripple on android 4.4 with chrome (97ec20e)
  • scroll: correctly resolve promise (c6fbb9c)
  • scroll: ensure listeners have been added before removing (a237253)
  • scroll: fix content dimensions for js scrolling (c510100)
  • scroll: fix js scrolling max and deceleration on touch start (5bbbfb2)
  • searchbar: animated + no cancel works as expected (851187a), closes #8903
  • tab: tab button without content does not crash (81a0969)
  • tabs: _touchActive() works when tab.root is a string (cb65f79)
  • tabs: adjust the top of tabs each time the tab changes (3b612d2)
  • tabs: make MD tab highlight the contrast color of tabs color (bb3a57f)
  • tabs: update UI to match material design spec (e7275f2)
  • tap-click: do not dispatch click events if tap-click blocks them (8f8185b)
  • tapclick: click to non-activable elements (c6facf3)
  • toast: toast does not disable the app (75186b4), closes #9339
  • toggle: uses PanGesture abstraction (6ef6f0a), closes #9428
  • toolbar: remove calculated height (b7cac56)
  • util: click-block transform on IE (fcba323)
  • util: replace implicit any in dom-controller (#9511) (6c0593c)
  • viewcontroller: onDidDismiss() is always called (68eb1b7), closes #8223
  • virtual-scroll: ensure listeners added after init read (76ff421)
  • virtual-scroll: fix image rendering bug (72276c3), closes #6983
  • virtual-scroll: fix tabs content loading (aec8f51)
  • virtual-scroll: only allow one readUpdate per update (8104cfa)
  • virtual-scroll: redraw empty list when updated with no records (288df86), closes #6512

下载

本站原创,转载时保留以下信息:
本文转自:深度开源(open-open.com)
原文地址:http://www.open-open.com/news/view/72d78981

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/12007.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论