mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
Merge pull request #2639 from VisActor/docs/generate-changelog-v1.10.0
[Auto changelog] changlog of v1.10.0
This commit is contained in:
commit
4df6d8806a
@ -1,12 +1,43 @@
|
||||
# v1.10.0
|
||||
|
||||
2024-10-18
|
||||
|
||||
|
||||
**🆕 New feature**
|
||||
|
||||
- **@visactor/vtable**: add maxHeight in menu container [#2602](https://github.com/VisActor/VTable/issues/2602)
|
||||
- **@visactor/vtable**: add after_sort event
|
||||
- **@visactor/vtable-gantt**: add creation buttom for not schedualed task record
|
||||
- **@visactor/vtable-gantt**: add dependency line for gantt chart
|
||||
- **@visactor/vtable-gantt**: add task bar selected style
|
||||
- **@visactor/vtable-gantt**: add dependency line selected style
|
||||
- **@visactor/vtable-gantt**: add underlayBackgroundColor for gantt chart [#2607](https://github.com/VisActor/VTable/issues/2607)
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vtable**: when dimension paths has virtual not identify problem [#2510](https://github.com/VisActor/VTable/issues/2510)
|
||||
- **@visactor/vtable**: toggleHierarchyState api can not update customlayout cell [#2609](https://github.com/VisActor/VTable/issues/2609)
|
||||
- **@visactor/vtable**: fix legend layout problem
|
||||
- **@visactor/vtable**: fix border rect missing when borderLineWidth is 0
|
||||
- **@visactor/vtable**: fix multi-sort icon update in updateSortState() [#2614](https://github.com/VisActor/VTable/issues/2614)
|
||||
- **@visactor/vtable**: fix col/row end in createGroupForFirstScreen() [#2585](https://github.com/VisActor/VTable/issues/2585)
|
||||
- **@visactor/vtable**: fix customConfig in react-vtable
|
||||
- **@visactor/vtable**: fix row resize mark position when scrolled vertically [#2606](https://github.com/VisActor/VTable/issues/2606)
|
||||
- **@visactor/vtable**: fix sort icon update in transpose list-table
|
||||
|
||||
|
||||
|
||||
[more detail about v1.10.0](https://github.com/VisActor/VTable/releases/tag/v1.10.0)
|
||||
|
||||
# v1.9.1
|
||||
|
||||
2024-10-12
|
||||
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vtable**: fix sort icon update in merge cell
|
||||
|
||||
|
||||
- **@visactor/vtable**: fix sort icon update in merge cell
|
||||
|
||||
|
||||
|
||||
[more detail about v1.9.1](https://github.com/VisActor/VTable/releases/tag/v1.9.1)
|
||||
@ -17,25 +48,25 @@
|
||||
|
||||
|
||||
**🆕 New feature**
|
||||
|
||||
- **@visactor/vtable**: add scrollTo animation function
|
||||
|
||||
- **@visactor/vtable**: add scrollTo animation function
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vtable**: when dimension set width auto but no records, the col width not compute [#2515](https://github.com/VisActor/VTable/issues/2515)
|
||||
- **@visactor/vtable**: when call updateColumns should update aggregation [#2519](https://github.com/VisActor/VTable/issues/2519)
|
||||
- **@visactor/vtable**: change outsideClickDeselect trigger time when pointerdown [#2553](https://github.com/VisActor/VTable/issues/2553)
|
||||
- **@visactor/vtable**: when sort with row series number occor error [#2558](https://github.com/VisActor/VTable/issues/2558)
|
||||
- **@visactor/vtable**: fix select auto-scroll in bottom [#2546](https://github.com/VisActor/VTable/issues/2546)
|
||||
- **@visactor/vtable**: fix auto size in react custom component
|
||||
- **@visactor/vtable**: fix custom component flash when cell resizes [#2516](https://github.com/VisActor/VTable/issues/2516)
|
||||
- **@visactor/vtable**: fix custom component in forzen cell [#2568](https://github.com/VisActor/VTable/issues/2568)
|
||||
- **@visactor/vtable**: fix legend with padding layout size
|
||||
- **@visactor/vtable**: fix cellLocation in createComplexColumn [#2517](https://github.com/VisActor/VTable/issues/2517)
|
||||
- **@visactor/vtable**: fix merge cell select range [#2521](https://github.com/VisActor/VTable/issues/2521)
|
||||
|
||||
- **@visactor/vtable**: when dimension set width auto but no records, the col width not compute [#2515](https://github.com/VisActor/VTable/issues/2515)
|
||||
- **@visactor/vtable**: when call updateColumns should update aggregation [#2519](https://github.com/VisActor/VTable/issues/2519)
|
||||
- **@visactor/vtable**: change outsideClickDeselect trigger time when pointerdown [#2553](https://github.com/VisActor/VTable/issues/2553)
|
||||
- **@visactor/vtable**: when sort with row series number occor error [#2558](https://github.com/VisActor/VTable/issues/2558)
|
||||
- **@visactor/vtable**: fix select auto-scroll in bottom [#2546](https://github.com/VisActor/VTable/issues/2546)
|
||||
- **@visactor/vtable**: fix auto size in react custom component
|
||||
- **@visactor/vtable**: fix custom component flash when cell resizes [#2516](https://github.com/VisActor/VTable/issues/2516)
|
||||
- **@visactor/vtable**: fix custom component in forzen cell [#2568](https://github.com/VisActor/VTable/issues/2568)
|
||||
- **@visactor/vtable**: fix legend with padding layout size
|
||||
- **@visactor/vtable**: fix cellLocation in createComplexColumn [#2517](https://github.com/VisActor/VTable/issues/2517)
|
||||
- **@visactor/vtable**: fix merge cell select range [#2521](https://github.com/VisActor/VTable/issues/2521)
|
||||
|
||||
**🔨 Refactor**
|
||||
|
||||
|
||||
- **@visactor/vtable**: when value is promise cell style function should await [#2549](https://github.com/VisActor/VTable/issues/2549)
|
||||
|
||||
[more detail about v1.9.0](https://github.com/VisActor/VTable/releases/tag/v1.9.0)
|
||||
@ -46,9 +77,9 @@
|
||||
|
||||
|
||||
**🐛 Bug fix**
|
||||
|
||||
- **@visactor/vtable**: fix richtext icon update [#2281](https://github.com/VisActor/VTable/issues/2281)
|
||||
|
||||
|
||||
- **@visactor/vtable**: fix richtext icon update [#2281](https://github.com/VisActor/VTable/issues/2281)
|
||||
|
||||
|
||||
|
||||
[more detail about v1.8.2](https://github.com/VisActor/VTable/releases/tag/v1.8.2)
|
||||
@ -59,7 +90,7 @@
|
||||
|
||||
|
||||
**🔨 Refactor**
|
||||
|
||||
|
||||
- **@visactor/vue-vtable**: rename vue component name
|
||||
|
||||
[more detail about v1.8.1](https://github.com/VisActor/VTable/releases/tag/v1.8.1)
|
||||
|
@ -1,12 +1,40 @@
|
||||
# v1.10.0
|
||||
|
||||
2024-10-18
|
||||
|
||||
|
||||
**🆕 新增功能**
|
||||
- **@visactor/vtable**: 在菜单容器中添加maxHeight [#2602](https://github.com/VisActor/VTable/issues/2602)
|
||||
- **@visactor/vtable**: 添加after_sort事件
|
||||
- **@visactor/vtable-gantt**: 添加未计划任务记录的创建按钮
|
||||
- **@visactor/vtable-gantt**: 为甘特图添加依赖线
|
||||
- **@visactor/vtable-gantt**: 添加任务条选中样式
|
||||
- **@visactor/vtable-gantt**: 添加依赖线选中样式
|
||||
- **@visactor/vtable-gantt**: 为甘特图添加underlayBackgroundColor [#2607](https://github.com/VisActor/VTable/issues/2607)
|
||||
|
||||
**🐛 功能修复**
|
||||
|
||||
- **@visactor/vtable**: 当维度路径包含虚拟时无法识别问题 [#2510](https://github.com/VisActor/VTable/issues/2510)
|
||||
- **@visactor/vtable**: toggleHierarchyState api无法更新自定义布局单元格 [#2609](https://github.com/VisActor/VTable/issues/2609)
|
||||
- **@visactor/vtable**: 修复图例布局问题
|
||||
- **@visactor/vtable**: 修复borderLineWidth为0时边框矩形缺失的问题
|
||||
- **@visactor/vtable**: 修复updateSortState()中的多排序图标更新问题 [#2614](https://github.com/VisActor/VTable/issues/2614)
|
||||
- **@visactor/vtable**: 修复createGroupForFirstScreen()中的列/行结束问题 [#2585](https://github.com/VisActor/VTable/issues/2585)
|
||||
- **@visactor/vtable**: 修复react-vtable中的customConfig
|
||||
- **@visactor/vtable**: 修复当垂直滚动时行调整标记位置的问题 [#2606](https://github.com/VisActor/VTable/issues/2606)
|
||||
- **@visactor/vtable**: 修复列表-表格转置中的排序图标更新问题
|
||||
|
||||
[更多详情请查看 v1.10.0](https://github.com/VisActor/VTable/releases/tag/v1.10.0)
|
||||
|
||||
# v1.9.1
|
||||
|
||||
2024-10-12
|
||||
|
||||
|
||||
**🐛 功能修复**
|
||||
|
||||
- **@visactor/vtable**: fix sort icon update in merge cell
|
||||
|
||||
|
||||
- **@visactor/vtable**: 修复合并单元格中的排序图标更新问题
|
||||
|
||||
|
||||
|
||||
[更多详情请查看 v1.9.1](https://github.com/VisActor/VTable/releases/tag/v1.9.1)
|
||||
|
Loading…
Reference in New Issue
Block a user