Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

58 changes: 29 additions & 29 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.26.7","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.26.8","mainProject":"@visactor/vtable","nextBump":"patch"}]
20 changes: 20 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.26.8

2026-09-11

**🆕 New Features**

- **@visactor/vtable**: add themes.setDefaultTheme for application-wide default styling

**🐛 Bug Fixes**

- **@visactor/vtable**: prevent empty image, audio, and video cells from opening media previews (GitHub #5290)
- **@visactor/vtable**: update nested fields by path
- **@visactor/vtable**: prefer event clipboard data for copy and cut, fall back to it for paste when the async Clipboard API is unavailable, preserve cut source cells until paste succeeds, and normalize pasted HTML cell content (GitHub #5274)
- **@visactor/vtable**: preserve pivot table column widths after updateOption (#5298)
- **@visactor/vtable-sheet**: keep test-only plugin sources out of the package compile

**Full Changelog**: https://github.com/VisActor/VTable/compare/v1.26.7...v1.26.8

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

# v1.26.7

2026-08-20
Expand Down
20 changes: 20 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.26.8

2026-09-11

**🆕 新增功能**

- **@visactor/vtable**: 新增 `themes.setDefaultTheme`,支持配置应用级默认主题样式

**🐛 问题修复**

- **@visactor/vtable**: 阻止空图片、音频和视频单元格打开媒体预览(GitHub #5290)
- **@visactor/vtable**: 支持按路径更新嵌套字段
- **@visactor/vtable**: 复制和剪切时优先使用事件的剪贴板数据;异步 Clipboard API 不可用时为粘贴提供回退;粘贴成功前保留剪切源单元格,并规范化粘贴的 HTML 单元格内容(GitHub #5274)
- **@visactor/vtable**: 调用 `updateOption` 后保留透视表列宽(#5298)
- **@visactor/vtable-sheet**: 修复编译配置,避免将仅用于测试的插件源码纳入包编译

**完整更新日志**: https://github.com/VisActor/VTable/compare/v1.26.7...v1.26.8

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

# v1.26.7

2026-08-20
Expand Down
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"dependencies": {
"@arco-design/web-react": "2.66.12",
"@arco-design/web-vue": "^2.11.0",
"@visactor/vtable": "workspace:1.26.7",
"@visactor/vtable-gantt": "workspace:1.26.7",
"@visactor/react-vtable": "workspace:1.26.7",
"@visactor/vue-vtable": "workspace:1.26.7",
"@visactor/openinula-vtable": "workspace:1.26.7",
"@visactor/vtable-editors": "workspace:1.26.7",
"@visactor/vtable-export": "workspace:1.26.7",
"@visactor/vtable-search": "workspace:1.26.7",
"@visactor/vtable-sheet": "workspace:1.26.7",
"@visactor/vtable": "workspace:1.26.8",
"@visactor/vtable-gantt": "workspace:1.26.8",
"@visactor/react-vtable": "workspace:1.26.8",
"@visactor/vue-vtable": "workspace:1.26.8",
"@visactor/openinula-vtable": "workspace:1.26.8",
"@visactor/vtable-editors": "workspace:1.26.8",
"@visactor/vtable-export": "workspace:1.26.8",
"@visactor/vtable-search": "workspace:1.26.8",
"@visactor/vtable-sheet": "workspace:1.26.8",
"buble": "^0.20.0",
"@visactor/vchart": "2.1.3",
"markdown-it": "^13.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vtable",
"version": "1.26.7",
"version": "1.26.8",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -44,7 +44,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:1.26.7",
"@visactor/vtable": "workspace:1.26.8",
"@visactor/vutils": "~1.0.17"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "1.26.7",
"version": "1.26.8",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -58,7 +58,7 @@
"react-dom": "^18.2.0 || ^19.0.0"
},
"dependencies": {
"@visactor/vtable": "workspace:1.26.7",
"@visactor/vtable": "workspace:1.26.8",
"@visactor/vutils": "~1.0.17",
"react-is": "^18.2.0",
"react-reconciler": "0.29.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-calendar",
"version": "1.26.7",
"version": "1.26.8",
"description": "The calendar component of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -37,7 +37,7 @@
"access": "public"
},
"dependencies": {
"@visactor/vtable": "workspace:1.26.7",
"@visactor/vtable": "workspace:1.26.8",
"@visactor/vutils": "~1.0.17",
"date-fns": "3.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-editors",
"version": "1.26.7",
"version": "1.26.8",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
Loading
Loading