forked from ZmjDns/HUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.log
More file actions
30 lines (30 loc) · 1.39 KB
/
update.log
File metadata and controls
30 lines (30 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
hui 3.0 优化日志:
1、全面优化选择器(更高效);
2、picker 组件优化,增加 datepicker;
3、prompt 对话框可以设置默认值;
4、优化列表【dom结构有改变】、媒体列表;
5、底层优化轮播组件;
6、底层优化Tab 选项卡;
7、增加输入框的聚焦、失焦事件;
8、改进委托事件兼容 IOS;
9、移除 dblclick 事件 (原因:不常用 不兼容ios);
10、优化 find();
11、增加 delay() 方法【等同 setTimeout】;
12、删除 animate 函数请使用 animate.css 进行动画操作;
13、修正下拉刷新低版本手机bug;
14、增加 isHide() 判断元素是否隐藏(isShow()判断是否展示);
15、修正index list ios 搜索bug;
16、引入 hammer.js 用于更好的处理滑动事件;
17、createDom() 添加参数可以快速为创建的dom对象设置属性;
18、增加cAnda() 方法 在创建 dom 对象后直接追加进 body;
19、底层优化头像裁切组件,使用更简便,运行更稳定;
20、优化搜索界面(添加头部搜索样式)
21、增加滑动操作组件
22、增加全屏消息组件
23、优化 hide show 函数,增加透明度动画选项
24、优化图片预览组件 【使用 phoneSwipe 组件】
25、增加分段切换组件
26、增加标签组件
27、增加倒计时界面
28、增加滚动公告栏组件
29、修正子窗口组件动态适配沉浸式