Skip to content

Commit cc4b29d

Browse files
author
sentsin
committed
3.0.3
1 parent 65ecfa5 commit cc4b29d

File tree

5 files changed

+41
-19
lines changed

5 files changed

+41
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
# v3.0.3 2017.03.06
3+
4+
* 增加参数 isOutAnim,用于控制是否显示关闭动画,true 或者 false
5+
* 撤销自动ready处理机制,因为在初始时与Ajax同步等使用场景存在耦合等问题
6+
* 修复Firefox下对默认层设置了高度,按钮被溢出的bug
7+
* photos层的出场动画不再是随机,而是采用默认动画(也可以通过参数 anim 来自定义)
8+
* 去除photos层的默认关闭动画(觉得觉得不闪眼的话,也可以通过参数isOutAnim开启)
9+
10+
11+
---
12+
213

314
# v3.0.2 2017.02.25
415

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "layer",
33
"main": "src/layer.js",
4-
"version": "3.0.2",
4+
"version": "3.0.3",
55
"homepage": "https://github.com/sentsin/layer",
66
"authors": [
77
"sentsin <xu@sentsin.com>"

0 commit comments

Comments
 (0)