2017-11-29 16:51:10 +08:00
|
|
|
|
<a name="1.0.6"></a>
|
|
|
|
|
## 1.0.6 (2017-11-29)
|
2017-11-02 15:37:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
|
|
* 优化合计组件语法 ([3d4a400](https://github.com/tinper-bee/bee-table/commit/3d4a400))
|
|
|
|
|
* 修改checkbox属性修改 ([2398040](https://github.com/tinper-bee/bee-table/commit/2398040))
|
|
|
|
|
* 修改onRowClick的api ([d5e85d1](https://github.com/tinper-bee/bee-table/commit/d5e85d1))
|
|
|
|
|
* 修改合计行宽度没有对齐的bug ([e26f3b5](https://github.com/tinper-bee/bee-table/commit/e26f3b5))
|
|
|
|
|
* 修改方法名 ([350dc43](https://github.com/tinper-bee/bee-table/commit/350dc43))
|
|
|
|
|
* 删除多余demo,修改样式和优化合计功能代码 ([b01d24d](https://github.com/tinper-bee/bee-table/commit/b01d24d))
|
|
|
|
|
* 更新日期组件版本和提取dateRender组件 ([06e0091](https://github.com/tinper-bee/bee-table/commit/06e0091))
|
|
|
|
|
* 解决合计行与排序组合使用时的问题 ([6f6abe5](https://github.com/tinper-bee/bee-table/commit/6f6abe5))
|
2017-11-29 16:51:10 +08:00
|
|
|
|
* **DateRender.js:** 修复日期render中设置空字符串出错bug ([b7c1961](https://github.com/tinper-bee/bee-table/commit/b7c1961))
|
|
|
|
|
* **table.scss:** 修改demo中涉及到组件的样式转移到组件中 ([1f5a43f](https://github.com/tinper-bee/bee-table/commit/1f5a43f))
|
2017-11-02 15:37:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Features
|
|
|
|
|
|
|
|
|
|
* 为合计功能增加列可配置,并且完善文档 ([c9f839b](https://github.com/tinper-bee/bee-table/commit/c9f839b))
|
|
|
|
|
* 抽离下拉框为selectRender ([b2acc8e](https://github.com/tinper-bee/bee-table/commit/b2acc8e))
|
|
|
|
|
* 提交edittype组件render ([9c05647](https://github.com/tinper-bee/bee-table/commit/9c05647))
|
|
|
|
|
* 新增demo ([269e6f1](https://github.com/tinper-bee/bee-table/commit/269e6f1))
|
|
|
|
|
* 新增多选示例 ([3a3df49](https://github.com/tinper-bee/bee-table/commit/3a3df49))
|
|
|
|
|
* 新增嵌套子表格功能和demo,文档。修复rowRef参数bug ([87a81b2](https://github.com/tinper-bee/bee-table/commit/87a81b2))
|
|
|
|
|
* 新增排序和全选高阶组件,并增加使用示例 ([f8a00fe](https://github.com/tinper-bee/bee-table/commit/f8a00fe))
|
|
|
|
|
* 新增组件示例 ([69e0751](https://github.com/tinper-bee/bee-table/commit/69e0751))
|
2017-11-02 15:42:31 +08:00
|
|
|
|
* **package.json:** 增加changelog和完善提交机制 ([6069320](https://github.com/tinper-bee/bee-table/commit/6069320))
|
2017-11-29 16:51:10 +08:00
|
|
|
|
* **SelectRender.js:** 增加键值对参数能在浏览态的时候显示key值 ([4f5cb9b](https://github.com/tinper-bee/bee-table/commit/4f5cb9b))
|
|
|
|
|
* **table.js && table.scss:** 修改固定表头的滚动条默认样式为auto ([e8bc09f](https://github.com/tinper-bee/bee-table/commit/e8bc09f))
|
2017-11-02 15:37:26 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|