Skip to content

Commit

Permalink
Merge feat/getCellAtRelativePosition into feat/viewbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jun 14, 2024
2 parents 8b65400 + ef26eb6 commit a0cf55e
Show file tree
Hide file tree
Showing 42 changed files with 969 additions and 848 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feaure_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature Request
description: Request a new feature from @VisActor/vtable
title: '[Feature] '
labels: [new-feature]
labels: [feature]
body:
- type: markdown
attributes:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@visactor/vtable",
"comment": "feat: add strokeColor style #1847",
"comment": "feat: add getCellAtRelativePosition api",
"type": "none"
}
],
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vtable/fix-ellipsis_2024-06-11-08-30.json

This file was deleted.

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

2024-06-14


**🐛 Bug fix**

- **@visactor/vtable**: fix frozenColCount large than colCount error [#1872](https://github.com/VisActor/VTable/issues/1872)
- **@visactor/vtable**: fix merge cell size update [#1869](https://github.com/VisActor/VTable/issues/1869)
- **@visactor/vtable**: optimize row height update when useOneRowHeightFillAll

**📖 Site / documentation update**

- **@visactor/vtable**: update changlog of rush



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

# v1.3.0

2024-06-12
Expand Down
19 changes: 19 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v1.3.1

2024-06-14


**🐛 功能修复**

- **@visactor/vtable**: fix frozenColCount large than colCount error [#1872](https://github.com/VisActor/VTable/issues/1872)
- **@visactor/vtable**: fix merge cell size update [#1869](https://github.com/VisActor/VTable/issues/1869)
- **@visactor/vtable**: optimize row height update when useOneRowHeightFillAll

**📖 文档更新**

- **@visactor/vtable**: update changlog of rush



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

# v1.3.0

2024-06-12
Expand Down
Loading

0 comments on commit a0cf55e

Please sign in to comment.