bee-table/CHANGELOG.md

281 lines
8.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## [2.3.14](https://github.com/tinper-bee/bee-table/compare/v2.3.13...v2.3.14) (2021-02-21)
### Bug Fixes
* 固定列中,元素高度保留两位小数 ([8166170](https://github.com/tinper-bee/bee-table/commit/816617051a38029c59138001416541163b855962))
## [2.3.13](https://github.com/tinper-bee/bee-table/compare/v2.3.12...v2.3.13) (2021-02-03)
## [2.3.12](https://github.com/tinper-bee/bee-table/compare/v2.3.11...v2.3.12) (2021-02-03)
## [2.3.11](https://github.com/tinper-bee/bee-table/compare/v2.3.10...v2.3.11) (2021-02-03)
### Bug Fixes
* scroll.Y变化时重新计算scrollTop ([5906420](https://github.com/tinper-bee/bee-table/commit/5906420fc4fdf130b2ffd456a853c83130eb262b))
## [2.3.10](https://github.com/tinper-bee/bee-table/compare/v2.3.9...v2.3.10) (2021-02-03)
### Bug Fixes
* 加入ignoreScrollYChange参数 ([dcbb145](https://github.com/tinper-bee/bee-table/commit/dcbb145328f75b70cd804cddf30b9e102342c70c))
## [2.3.9](https://github.com/tinper-bee/bee-table/compare/v2.3.7...v2.3.9) (2021-02-03)
### Bug Fixes
* 固定列在主表渲染引起的渲染多次问题 ([390a8a4](https://github.com/tinper-bee/bee-table/commit/390a8a4e5f0bff40817c22c1d4520dc05c8856e4))
* 懒加载时修改table的scrollTop ([69d6a22](https://github.com/tinper-bee/bee-table/commit/69d6a2216b7994f5152f524b6eb2b6ec35805ae1))
## [2.3.8](https://github.com/tinper-bee/bee-table/compare/v2.3.7...v2.3.8) (2021-01-14)
### Bug Fixes
* 固定列在主表渲染引起的渲染多次问题 ([390a8a4](https://github.com/tinper-bee/bee-table/commit/390a8a4e5f0bff40817c22c1d4520dc05c8856e4))
## [2.3.7](https://github.com/tinper-bee/bee-table/compare/v2.3.5...v2.3.7) (2021-01-12)
### Bug Fixes
* provide more parameters for getting multi-sort value ([b487e67](https://github.com/tinper-bee/bee-table/commit/b487e67f45f4db3af2574c90554e1348f0861e2e))
## [2.3.6](https://github.com/tinper-bee/bee-table/compare/v2.3.5...v2.3.6) (2021-01-11)
## [2.3.5](https://github.com/tinper-bee/bee-table/compare/v2.3.4...v2.3.5) (2021-01-11)
## [2.3.4](https://github.com/tinper-bee/bee-table/compare/v2.3.3...v2.3.4) (2021-01-11)
### Bug Fixes
* 传入不同的scroll.y时重置scrollTop ([f5f381c](https://github.com/tinper-bee/bee-table/commit/f5f381c3f185ad72432a4f462d376d3b21c8105f))
## [2.3.3](https://github.com/tinper-bee/bee-table/compare/v2.3.1...v2.3.3) (2021-01-07)
### Bug Fixes
* 多排序字段处理 ([a19770b](https://github.com/tinper-bee/bee-table/commit/a19770beeefd7c2acf974790248b448b2bffc64f))
## [2.3.2](https://github.com/tinper-bee/bee-table/compare/v2.3.1...v2.3.2) (2021-01-07)
### Bug Fixes
* 多排序字段处理 ([a19770b](https://github.com/tinper-bee/bee-table/commit/a19770beeefd7c2acf974790248b448b2bffc64f))
## [2.3.1](https://github.com/tinper-bee/bee-table/compare/v2.3.0...v2.3.1) (2021-01-04)
### Bug Fixes
* issues/655 表格拖拽没办法拖拽到第一行 ([b7a75a3](https://github.com/tinper-bee/bee-table/commit/b7a75a3a1e86337375703b02d5233fdc071bc5ba))
# [2.3.0](https://github.com/tinper-bee/bee-table/compare/v2.2.85...v2.3.0) (2020-12-28)
### Features
* 固定列支持拖拽改变列宽 ([c2cf138](https://github.com/tinper-bee/bee-table/commit/c2cf13800073970f5f42723e20ec7e1404df655b))
## [2.2.85](https://github.com/tinper-bee/bee-table/compare/v2.2.84...v2.2.85) (2020-12-24)
### Bug Fixes
* #JCJS-6424 表格展开高度计算bug ([00f282c](https://github.com/tinper-bee/bee-table/commit/00f282ca7ee00e69268d43a5540a16bcfe15858d)), closes [#JCJS-6424](https://github.com/tinper-bee/bee-table/issues/JCJS-6424)
## [2.2.84](https://github.com/tinper-bee/bee-table/compare/v2.2.83...v2.2.84) (2020-12-23)
### Bug Fixes
* ie 下展开表格当含有height时不再动态获取该表格高度 ([8a0bba1](https://github.com/tinper-bee/bee-table/commit/8a0bba14ddbb9383371ffda96112d08778538322))
## [2.2.83](https://github.com/tinper-bee/bee-table/compare/v2.2.82...v2.2.83) (2020-12-15)
### Bug Fixes
* update时判断表格数据 ([9e7b9f7](https://github.com/tinper-bee/bee-table/commit/9e7b9f763dc4c556a13d12902b9b0baa56b1a217))
## [2.2.82](https://github.com/tinper-bee/bee-table/compare/v2.2.81...v2.2.82) (2020-12-10)
### Bug Fixes
* 浏览器IE拖拽不好使 ([b581de4](https://github.com/tinper-bee/bee-table/commit/b581de4fe90cc6b63850fb548300b90fce231527))
## [2.2.81](https://github.com/tinper-bee/bee-table/compare/v2.2.80...v2.2.81) (2020-12-10)
### Bug Fixes
* 排序时data 为空处理 ([4ec5557](https://github.com/tinper-bee/bee-table/commit/4ec55575983537e50940cfb03150310dac65887b))
## [2.2.80](https://github.com/tinper-bee/bee-table/compare/v2.2.79...v2.2.80) (2020-12-01)
### Bug Fixes
* 嵌套表格兼容问题 ([aaed13e](https://github.com/tinper-bee/bee-table/commit/aaed13e95991c793a29371a30496265892e743d7))
## [2.2.79](https://github.com/tinper-bee/bee-table/compare/v2.2.78...v2.2.79) (2020-11-24)
### Bug Fixes
* 表格横向滚动条拖拽时右侧固定列style ([3acd6ea](https://github.com/tinper-bee/bee-table/commit/3acd6ea33e0d2048feacca18e2fd723abd458239))
## [2.2.78](https://github.com/tinper-bee/bee-table/compare/v2.2.77...v2.2.78) (2020-11-23)
### Bug Fixes
* 拖拽下的表格含有固定列的场景右侧固定列box-shaow bug ([f8ff20f](https://github.com/tinper-bee/bee-table/commit/f8ff20f30a4ca328e32fbbca5e0c6220f40b4815))
## [2.2.77](https://github.com/tinper-bee/bee-table/compare/v2.2.76...v2.2.77) (2020-11-20)
### Bug Fixes
* currentIndex 为-1 比较判断 ([8d87472](https://github.com/tinper-bee/bee-table/commit/8d87472b4e258fb2accb3bd30f14e5069af0285e))
## [2.2.76](https://github.com/tinper-bee/bee-table/compare/v2.2.75...v2.2.76) (2020-11-19)
### Bug Fixes
* 优化onBodyMouseLeave调用 ([3b1ffec](https://github.com/tinper-bee/bee-table/commit/3b1ffecacde80da6bf6808b9a1f3c5b0b6298f29))
## [2.2.75](https://github.com/tinper-bee/bee-table/compare/v2.2.74...v2.2.75) (2020-11-18)
### Features
* 增加onBodyMouseLeave回调函数 ([cb40026](https://github.com/tinper-bee/bee-table/commit/cb40026e8c3c42418a23cb4bdb23cdb5d9ec1be1))
## [2.2.74](https://github.com/tinper-bee/bee-table/compare/v2.2.73...v2.2.74) (2020-11-12)
### Bug Fixes
* 特殊场景this.flatTreeData为空引起报错 ([6c260cd](https://github.com/tinper-bee/bee-table/commit/6c260cd227e13e2f8da2769693c0ce3b90792d8f))
## [2.2.73](https://github.com/tinper-bee/bee-table/compare/v2.2.72...v2.2.73) (2020-11-02)
### Bug Fixes
* 默认前端排序点击分页后数据不更新 ([b236218](https://github.com/tinper-bee/bee-table/commit/b2362185f58df51a28254f6ebefabacc860621b9))
## [2.2.72](https://github.com/tinper-bee/bee-table/compare/v2.2.71...v2.2.72) (2020-10-30)
### Features
* 支持表格初始化时根据soter属性进行默认排序 ([f346d7a](https://github.com/tinper-bee/bee-table/commit/f346d7a45cf998dc4d924af99a2b806c601daa9f))
## [2.2.71](https://github.com/tinper-bee/bee-table/compare/v2.2.70...v2.2.71) (2020-10-30)
### Features
* 增加getCellClassNameAPI支持自定义单元格样式 ([05d175a](https://github.com/tinper-bee/bee-table/commit/05d175a94f72f5ac5fb45a805ab1a24ccb4b9864))
## [2.2.70](https://github.com/tinper-bee/bee-table/compare/v2.2.68...v2.2.70) (2020-10-21)
### Bug Fixes
* #JCJS-4815 表格没有数据滚动滚动条后,grid页头的隐藏无法操作 ([43266f2](https://github.com/tinper-bee/bee-table/commit/43266f2f0bbaf382d2e203cfc3927eaf81a28a2a)), closes [#JCJS-4815](https://github.com/tinper-bee/bee-table/issues/JCJS-4815)
### Features
* 提供column.sumThousandth属性用于设置合计行是否开启千分位功能 ([0a8f8c3](https://github.com/tinper-bee/bee-table/commit/0a8f8c362b2294104957daeb56cfdb986aff1ff1))
## [2.2.69](https://github.com/tinper-bee/bee-table/compare/v2.2.68...v2.2.69) (2020-10-14)
### Features
* 提供column.sumThousandth属性用于设置合计行是否开启千分位功能 ([0a8f8c3](https://github.com/tinper-bee/bee-table/commit/0a8f8c362b2294104957daeb56cfdb986aff1ff1))
<a name="2.2.68"></a>
## 2.2.68 (2020-10-09)