Skip to content

Commit

Permalink
publish v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rdkmaster committed Apr 19, 2018
1 parent 578e230 commit 876a2e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v1.1.7 (2018-4-19)

### 新特性 / New Features
- https://github.com/rdkmaster/jigsaw/pull/646 新增了jigsaw-drawer组件
- https://github.com/rdkmaster/jigsaw/issues/256 新增了jigsaw-steps组件
- https://github.com/rdkmaster/jigsaw/pull/650 editable-box支持将tab作为容器

### 破坏性修改 / Breaking Changes
- 无 / none

### 优化 / Modified
- 增加了button/checkbox/fish-bone/input的api文档,以及一些api文档中的错漏
- 补充了combo/table/notification/movable等组件的自动化测试用例
- https://github.com/rdkmaster/jigsaw/issues/644 避免graph设置多次data时,一个事件会绑定多个回调

### 修复 / Fixes
- https://github.com/rdkmaster/jigsaw/issues/648 fishbone报错


## v1.1.6 (2018-3-23)

### 新特性 / New Features
Expand Down
2 changes: 1 addition & 1 deletion src/jigsaw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rdkmaster/jigsaw",
"version": "1.1.6",
"version": "1.1.7",
"description": "Jigsaw, the next generation component set for RDK",
"main": "./bundles/jigsaw.umd.js",
"module": "./@rdkmaster/jigsaw.es5.js",
Expand Down

0 comments on commit 876a2e2

Please sign in to comment.