Skip to content

Commit

Permalink
publish v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
hpyou authored and rdkmaster committed Dec 24, 2018
1 parent 26f30e0 commit 1b980a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.1.19 (2018-12-24)

### 新特性 / New Features
- [新增] 表格的selectedRow属性支持双绑

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

### 优化 / Modified
- [优化] tab过多时,显示下拉列表供选择
- [优化] transfer组件加背景色
- [优化] 优化autoinput设置尺寸的逻辑,现在可以随意设置高度了

### 修复 / Fixes
- [修复] 修改在加入滚动条后tab的样式问题,fixes #831
- [修复] 修复input在combo中有边框的问题
- [修复] 修复slider的value为数组时,改变value的元素不能更新视图的问题,fixes#840

## v1.1.18 (2018-11-30)

### 新特性 / 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.18",
"version": "1.1.19",
"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 1b980a9

Please sign in to comment.