Skip to content

Commit

Permalink
Merge pull request #526 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile authored Nov 3, 2023
2 parents bbff072 + 85dd7a2 commit 5b3bc52
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 68 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.13.2",
"tag": "@visactor/vtable_v0.13.2",
"date": "Fri, 03 Nov 2023 09:55:11 GMT",
"comments": {
"patch": [
{
"comment": "fix: getCellByCache maximum call stack size exceeded\n\n"
},
{
"comment": "refactor: save select when click outside table #478\n\n"
},
{
"comment": "fix: event trigger selected_cell drag_select_end change_header_position\n\n"
},
{
"comment": "fix: axis label sort not right #503\n\n"
},
{
"comment": "fix: over 100 columns after init scroll right now columns attribute Xvalue error #506\n\n"
},
{
"comment": "feat: add decode for react jsx customLayout"
}
]
}
},
{
"version": "0.13.1",
"tag": "@visactor/vtable_v0.13.1",
Expand Down
24 changes: 23 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 27 Oct 2023 13:15:39 GMT and should not be manually modified.
This log was last generated on Fri, 03 Nov 2023 09:55:11 GMT and should not be manually modified.

## 0.13.2
Fri, 03 Nov 2023 09:55:11 GMT

### Patches

- fix: getCellByCache maximum call stack size exceeded


- refactor: save select when click outside table #478


- fix: event trigger selected_cell drag_select_end change_header_position


- fix: axis label sort not right #503


- fix: over 100 columns after init scroll right now columns attribute Xvalue error #506


- feat: add decode for react jsx customLayout

## 0.13.1
Fri, 27 Oct 2023 13:15:39 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "0.13.1",
"version": "0.13.2",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -114,4 +114,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 5b3bc52

Please sign in to comment.