Skip to content

Commit 8766402

Browse files
committed
publish v1.1.24
1 parent 7a10c95 commit 8766402

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
## v1.1.23 (2019-4-9)
218

319
### 新特性 / New Features

src/jigsaw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdkmaster/jigsaw",
3-
"version": "1.1.23",
3+
"version": "1.1.24",
44
"description": "Jigsaw, the next generation component set for RDK",
55
"main": "./bundles/jigsaw.umd.js",
66
"module": "./@rdkmaster/jigsaw.es5.js",

0 commit comments

Comments
 (0)