We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a10c95 commit 8766402Copy full SHA for 8766402
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## v1.1.24 (2019-4-25)
2
+
3
+### 新特性 / New Features
4
+- [新增] graph组件增加一个init事件,在其初始化时发出
5
+- [新增] PopupService加一个popups数组返回当前所有弹出视图,float指令支持任意多层级下拉
6
7
+### 破坏性修改 / Breaking Changes
8
+- 无
9
10
+### 优化 / Modified
11
+- [优化] float去掉对宿主节点click事件的阻止冒泡
12
+- [优化] Graph组件注册事件的代码增加必要的保护
13
14
+### 修复 / Fixes
15
16
17
## v1.1.23 (2019-4-9)
18
19
### 新特性 / New Features
src/jigsaw/package.json
@@ -1,6 +1,6 @@
{
"name": "@rdkmaster/jigsaw",
- "version": "1.1.23",
+ "version": "1.1.24",
"description": "Jigsaw, the next generation component set for RDK",
"main": "./bundles/jigsaw.umd.js",
"module": "./@rdkmaster/jigsaw.es5.js",
0 commit comments