Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #228

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Main #228

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.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

44 changes: 44 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.10.0",
"tag": "@visactor/vtable_v0.10.0",
"date": "Wed, 16 Aug 2023 04:16:18 GMT",
"comments": {
"patch": [
{
"comment": "refactor: last column to resize width is inflexibility #136\n\n"
},
{
"comment": "refactor: delete widthMode:standard-aeolus and add option of autoFillWidth\n\n"
},
{
"comment": "refactor: use barWidth to compute chart column width #185\n\n"
},
{
"comment": "refactor: widthMode set adaptive , compute body column to adaptive lefted container space #187\n\n"
},
{
"comment": "fix: use updateOption can‘t modify hover highlight mode correctly #189\n\n"
},
{
"comment": "refactor: compute optimize height for chart by axis tick count #196\n\n"
},
{
"comment": "refactor: sort collectedValues by data.field.domain\n\n"
},
{
"comment": "feat: add listenChart Event\n\n"
}
],
"minor": [
{
"comment": "feat: handle legend event to reset chart\n\n"
},
{
"comment": "feat: add api getChartDatumPosition\n\n"
},
{
"comment": "feat: add right and bottom frozen function"
}
]
}
},
{
"version": "0.9.2",
"tag": "@visactor/vtable_v0.9.2",
Expand Down
42 changes: 41 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 26 Jul 2023 03:47:00 GMT and should not be manually modified.
This log was last generated on Wed, 16 Aug 2023 04:16:18 GMT and should not be manually modified.

## 0.10.0
Wed, 16 Aug 2023 04:16:18 GMT

### Minor changes

- feat: handle legend event to reset chart


- feat: add api getChartDatumPosition


- feat: add right and bottom frozen function

### Patches

- refactor: last column to resize width is inflexibility #136


- refactor: delete widthMode:standard-aeolus and add option of autoFillWidth


- refactor: use barWidth to compute chart column width #185


- refactor: widthMode set adaptive , compute body column to adaptive lefted container space #187


- fix: use updateOption can‘t modify hover highlight mode correctly #189


- refactor: compute optimize height for chart by axis tick count #196


- refactor: sort collectedValues by data.field.domain


- feat: add listenChart Event



## 0.9.2
Wed, 26 Jul 2023 03:47:00 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.9.2",
"version": "0.10.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -110,4 +110,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading