diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 50c50b5de..9f12eab86 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,33 @@ +# v1.4.2 + +2024-07-05 + + +**🆕 New feature** + +- **@visactor/vtable**: corner title can display row and column diemensionTitle [#1926](https://github.com/VisActor/VTable/issues/1926) +- **@visactor/vtable**: add column hide config [#1991](https://github.com/VisActor/VTable/issues/1991) +- **@visactor/vtable**: add getCellAtRelativePosition api + +**🐛 Bug fix** + +- **@visactor/vtable**: when not exit edit state then can not select other cells [#1974](https://github.com/VisActor/VTable/issues/1974) +- **@visactor/vtable**: selected_clear event trigger [#1981](https://github.com/VisActor/VTable/issues/1981) +- **@visactor/vtable**: pivotTable virtual node edit value not work [#2002](https://github.com/VisActor/VTable/issues/2002) +- **@visactor/vtable**: tooltip content can not be selected [#2003](https://github.com/VisActor/VTable/issues/2003) +- **@visactor/vtable**: fix vrender export module +- **@visactor/vtable**: fix merge cell update performance problem [#1972](https://github.com/VisActor/VTable/issues/1972) +- **@visactor/vtable**: fix regexp format for webpack 3 [#2005](https://github.com/VisActor/VTable/issues/2005) +- **@visactor/vtable**: fix width computation in shrinkSparklineFirst mode + +**🔨 Refactor** + +- **@visactor/vtable**: sparkline cellType set aggregationType None automatically [#1999](https://github.com/VisActor/VTable/issues/1999) + + + +[more detail about v1.4.2](https://github.com/VisActor/VTable/releases/tag/v1.4.2) + # v1.4.0 2024-06-21 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 97469de96..204a29d05 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,33 @@ +# v1.4.2 + +2024-07-05 + + +**🆕 新增功能** + +- **@visactor/vtable**: corner title can display row and column diemensionTitle [#1926](https://github.com/VisActor/VTable/issues/1926) +- **@visactor/vtable**: add column hide config [#1991](https://github.com/VisActor/VTable/issues/1991) +- **@visactor/vtable**: add getCellAtRelativePosition api + +**🐛 功能修复** + +- **@visactor/vtable**: when not exit edit state then can not select other cells [#1974](https://github.com/VisActor/VTable/issues/1974) +- **@visactor/vtable**: selected_clear event trigger [#1981](https://github.com/VisActor/VTable/issues/1981) +- **@visactor/vtable**: pivotTable virtual node edit value not work [#2002](https://github.com/VisActor/VTable/issues/2002) +- **@visactor/vtable**: tooltip content can not be selected [#2003](https://github.com/VisActor/VTable/issues/2003) +- **@visactor/vtable**: fix vrender export module +- **@visactor/vtable**: fix merge cell update performance problem [#1972](https://github.com/VisActor/VTable/issues/1972) +- **@visactor/vtable**: fix regexp format for webpack 3 [#2005](https://github.com/VisActor/VTable/issues/2005) +- **@visactor/vtable**: fix width computation in shrinkSparklineFirst mode + +**🔨 功能重构** + +- **@visactor/vtable**: sparkline cellType set aggregationType None automatically [#1999](https://github.com/VisActor/VTable/issues/1999) + + + +[更多详情请查看 v1.4.2](https://github.com/VisActor/VTable/releases/tag/v1.4.2) + # v1.4.0 2024-06-21