Ionic 2.0.0-rc.1 发布,HTML5 移动应用框架
Ionic 2.0.0-rc.1 发布了,Ionic Framework 是个高级的 HTML5 移动端应用框架,是个很漂亮的使用 HTML5 开发混合移动应用前端框架。本次更新内容如下:
Bug 修复
content: move $text-ios-color to content (#8421) (91168af)
datetime-util: add missing date property conditions (2aea1cb)
demos: double quote in script tag (424b9e0)
fab: center fab list for larger buttons (267a77b)
fab: not using change detection (47e1e17), closes #8424
icon: isActive="false" with ios mode (bcbe03c), closes #8435
input: detect value when it is zero (d02e14c), closes #8019
input: text input width calculation (#8063) (21fa5cd)
item: regression in expandable sliding option button (695d25c), closes #8460
item: sliding item should not close when clicking an option button (ec6615d), closes #8481
item-divider: fabs have higher z-index than item-dividers (14e668c), closes #8489
list: consecutive inset lists with headers (93616c4), closes #8412 #6164
menu: backdrop click without 300ms delay (9bbe485), closes #6405
menu: console.debug statements are one line (a06bd69)
menu: menu's content is resized properly (db72a7d), closes #8504
modal: alerts do not trigger modal lifecycle events (e2704a4), closes #8616
modal: canEnter is called in modals (a40b42c)
nav: ionViewCanLeave does not break navigation (c8954d8), closes #8408
nav: ionViewDidLoad is called in modals (451ffe1), closes #8449
nav: push-pop pages too quickly (9b65022), closes #8319
nav: remove incorrectly used removeStart as a starting index in for loop. Fixes #8442 (6496c7a)
navbar: Don't fade out navbars. Fixes #8060 (eab5726)
popover: flipped arrow on iOS (#8462) (c996d85)
reorder: not trigger click event when reordering (9b2ae8a), closes #8362
reorder: several reorder lists in the same view (e75d9be)
ripple: always remove the activated class (d893441)
searchbar: autocomplete, autocorrect and type works again (7e63650), closes #7744
searchbar: clear button makes keyboard dismissal fail on iOS (6aaa601), closes #7527
searchbar: ENTER does not clear when it is inside a form (2e1bb4b), closes #7010
segment: add missing input (0052480), closes #8371
spinner: add input mode fix #8598 (8ee895f)
spinner: works in iOS8 (a2ffa63), closes #8145
tabs: add TabHighlight to IONIC_DIRECTIVES (ac88547), closes #8294
tabs: remove from parent nav when destroyed (5156917)
tap-click: null is not an object when scrolling after focusing an input on iOS (21eae2e), closes #7964
transition: ios-transition can be used in MD/WP (fcc515f), closes #7171
view-controller: dismiss does not crash when called more than once (d5f71a4), closes #8395
ViewController: avoid deep copy in dismiss() that can turn into an infinite loop (9227310)
virtual-scroll: set this.approxItemHeight before update(true) is called first (#8350) (b16228b)
特性 悦德财富:https://www.yuedecaifu.com
events: handler argument is optional in unsubscribe() (8878e70), closes #8235
haptic: add haptic/taptic support to toggle/range/picker (713e2a1)
infinite-scroll: it can be enabled/disabled from a ng input (#8385) (fd5cdf0), closes #8380
性能改进
searchbar: searchbar animation is disabled by default (d03182e), closes #6023
Ionic 2.0.0-rc.1 发布,HTML5 移动应用框架的更多相关文章
- HTML5开源RPG游戏引擎lufylegendRPG 1.0.0发布
经历了几个月的改进,终于发布1.0.0版了.虽然引擎依然存在漏洞,但是比起上次更新还是要好多了.在这里不得不感谢各位网友的大力支持. 首先为引擎做一个开场白吧,也好让大家了解一下它: lufylege ...
- Angular4.0.0发布总览文章
翻译自angular.io上的关于4.0.0版本发布的文章,内容主要是介绍了4.0.0版本下的改进以及接下来还会有的其他更新,4.0.0其实已经出来好多天了,截止目前都已经到了4.0.1版本了,这也是 ...
- Nacos 发布 1.0.0 GA 版本,可大规模投入到生产环境
经过 3 个 RC 版本的社区体验之后,Nacos 正式发布 1.0.0 GA 版本,在架构.功能和 API 设计上进行了全方位的重构和升级. 1.0.0 版本的发布标志着 Nacos 已经可以大规模 ...
- Redis 6.0 正式版终于发布了!除了多线程还有什么新功能?
Redis 6.0.1 于 2020 年 5 月 2 日正式发布了,如 Redis 作者 antirez 所说,这是迄今为止最"企业"化的版本,也是有史以来改动最大的一个 Redi ...
- Castle Core 4.0.0 alpha001发布
时隔一年多以后Castle 项目又开始活跃,最近刚发布了Castle Core 4.0.0 的alpha版本, https://github.com/castleproject/Core/releas ...
- FineUI(专业版)v3.0.0 发布,手机、平板和桌面全支持!
FineUI(专业版)v3.0.0 已经正式发布,全面支持手机.平板和桌面! 自 2008 年 4 月发布第一个版本,我们持续更新了 126 个版本,拥有 16000 多位注册用户,130 ...
- VisualSVN5.0.1补丁原创发布
VisualSVN5.0.1补丁原创发布
- VisualSVN 4.0.12补丁原创发布
VisualSVN 4.0.12补丁原创发布
- VisualSVN 4.0.11补丁原创发布
VisualSVN 4.0.11补丁原创发布 目前是官方最新版本.
- Microsoft.Bcl.Build 1.0.10 稳定版发布
Microsoft.Bcl.Build 1.0.10 稳定版发布 解决了之前 1.0.8 在未下载相应的Nuget Package 的情况下项目无法加载的情况 但由于 Microsoft.Net.Ht ...
随机推荐
- C#知识点有必要知会
如果说你父类里面有一个成员比如int a;那么你子类里面也可以再定义一个int a,这个时候base.a和this.a表示的就不是一个变量了,如果说子类里面没有,那么base.a和this.a表示的都 ...
- java 将list 按长度分割
public static <T> List<List<T>> splitList(List<T> list, int pageSize) { ...
- js数组去重方法
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 不同系统下的回车\r和换行\n,及其历史
我们平时按下键盘上的‘回车键’,就能实现回车换行[我们在屏幕上所看到的就是光标移到了下一行的开头位置!!ps:不讨论软件实现的特殊功能,如word里的回车智能缩进].因此对这个按键更准确说应该叫做‘回 ...
- python(四)函数
一.背景 在学习函数之前,一直遵循:面向过程编程,即:根据业务逻辑从上到下实现功能,其往往用一长段代码来实现指定功能,开发过程中最常见的操作就是粘贴复制,也就是将之前实现的代码块复制到现需功能处,如下 ...
- 嵌入资源的方式让Winform使用系统没有的字体,无需安装字体
原文: How to embed a True Type font http://bobpowell.net/embedfonts.aspx 测试项目下载: http://files.cnblogs. ...
- [问题2014A08] 复旦高等代数 I(14级)每周一题(第十教学周)
[问题2014A08] 设 \(A=(a_{ij})\) 为数域 \(\mathbb{K}\) 上的 \(n\) 阶方阵, 定义函数 \[f(A)=\sum_{i,j=1}^na_{ij}^2.\] ...
- HDU 5734 Acperience(返虚入浑)
p.MsoNormal { margin: 0pt; margin-bottom: .0001pt; text-align: justify; font-family: Calibri; font-s ...
- 【转】linux命令详解:md5sum命令
[转]linux命令详解:md5sum命令 转自:http://blog.itpub.net/29320885/viewspace-1710218/ 前言 在网络传输.设备之间转存.复制大文件等时,可 ...
- Linux 系统使用之 VMware Tools安装
Red Hat Enterprise Linux 4系统中安装VMware Tools 1. 必须以ROOT身份进入Linux 2. 进入linux系统,然后按下 CTRL+ALT组合键,进入主操作系 ...