Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fd8999c
fix: fix tree checkbox state update problem
Rui-Sun Mar 5, 2025
7a4a89d
fix: fix header checkbox update in tree table
Rui-Sun Mar 6, 2025
064c93f
fix: fix normal checkbox update affect row series
Rui-Sun Mar 6, 2025
cc8b4ba
fix: fix state sync in updateChildrenCheckboxState()
Rui-Sun Mar 7, 2025
0cf75c5
fix: fix hierarchy state in bindGroupTitleCheckboxChange()
Rui-Sun Mar 7, 2025
214ebe4
Merge origin/develop into fix/react-component-update
Rui-Sun Mar 21, 2025
3359b4a
Merge pull request #3620 from VisActor/main
Rui-Sun Mar 24, 2025
18b5ca6
docs: generate changelog of release v1.17.3
Rui-Sun Mar 24, 2025
244ffd7
docs: translate release log
Rui-Sun Mar 24, 2025
c2e5bf5
Merge pull request #3622 from VisActor/docs/generate-changelog-v1.17.3
Rui-Sun Mar 24, 2025
7151ee7
docs: product compare demo
Jacleklm Mar 24, 2025
c4d340c
Merge pull request #3623 from Jacleklm/docs/product-compare-demo
fangsmile Mar 25, 2025
e6b03b4
Merge pull request #3630 from VisActor/docs/product-compare-demo
fangsmile Mar 25, 2025
61db9d5
docs: update demo
fangsmile Mar 28, 2025
d9a60a9
Merge pull request #3523 from VisActor/fix/fix-tree-checkbox-state-sync
Rui-Sun Mar 31, 2025
15fd0a8
fix: add isCustom tag for merge cell range #3504
Rui-Sun Mar 24, 2025
fa869ac
fix: fix checkbox state order update #3606
Rui-Sun Mar 25, 2025
9a237a0
fix: fix button style problem #3614
Rui-Sun Mar 25, 2025
7c7e9c2
feat: add barMarkInBar style config in progressbar #3616
Rui-Sun Mar 25, 2025
3a66bd3
fix: disable group title editor
Rui-Sun Mar 25, 2025
c37d6fd
fix: fix record undefined in startEditCell()
Rui-Sun Mar 31, 2025
ecca5e4
build: prelease version 1.17.4
github-actions[bot] Mar 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.17.4","mainProject":"@visactor/vtable","nextBump":"patch"}]
25 changes: 25 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v1.17.3

2025-03-24


**🆕 New feature**

- **@visactor/vtable**: rowSeriesNumber support cell type radio [#3558](https://github.com/VisActor/VTable/issues/3558)
- **@visactor/vtable**: add custom reactAttributePlugin in react-vtable
- **@visactor/vtable**: add maintainedColumnCount config

**🐛 Bug fix**

- **@visactor/vtable**: selection mergeCell extend range [#3529](https://github.com/VisActor/VTable/issues/3529)
- **@visactor/vtable**: set cellInnerBorder false frame border render error [#3574](https://github.com/VisActor/VTable/issues/3574)
- **@visactor/vtable**: fix cell border in cell with corner-radius
- **@visactor/vtable**: fix axis label autosize computation
- **@visactor/vtable**: fix small window size frozen column count
- **@visactor/vtable**: columnWidthConfig match dimension error
- **@visactor/vtable**: fix react component update [#3474](https://github.com/VisActor/VTable/issues/3474)
- **@visactor/vtable**: fix right button select problem
- **@visactor/vtable**: fix row update range [#3468](https://github.com/VisActor/VTable/issues/3468)

[more detail about v1.17.3](https://github.com/VisActor/VTable/releases/tag/v1.17.3)

# v1.17.2

2025-03-11
Expand Down
24 changes: 24 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v1.17.3

2025-03-24

**🆕 新增功能**

- **@visactor/vtable**: 行序号支持单选按钮类型 [#3558](https://github.com/VisActor/VTable/issues/3558)
- **@visactor/vtable**: 在 react-vtable 中添加自定义 reactAttributePlugin
- **@visactor/vtable**: 添加 maintainedColumnCount 配置

**🐛 功能修复**

- **@visactor/vtable**: 修复选择合并单元格扩展范围问题 [#3529](https://github.com/VisActor/VTable/issues/3529)
- **@visactor/vtable**: 修复设置 cellInnerBorder 为 false 时边框渲染错误 [#3574](https://github.com/VisActor/VTable/issues/3574)
- **@visactor/vtable**: 修复带圆角单元格的边框问题
- **@visactor/vtable**: 修复坐标轴标签自动大小计算
- **@visactor/vtable**: 修复小窗口大小下冻结列数问题
- **@visactor/vtable**: 修复 columnWidthConfig 维度匹配错误
- **@visactor/vtable**: 修复 React 组件更新问题 [#3474](https://github.com/VisActor/VTable/issues/3474)
- **@visactor/vtable**: 修复右键选择问题
- **@visactor/vtable**: 修复行更新范围问题 [#3468](https://github.com/VisActor/VTable/issues/3468)

[更多详情请查看 v1.17.3](https://github.com/VisActor/VTable/releases/tag/v1.17.3)

# v1.17.2

2025-03-11
Expand Down
Loading