Skip to content

Commit

Permalink
Merge pull request #228 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile committed Aug 18, 2023
2 parents 0ee6976 + aba9747 commit 28af9d9
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 123 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.

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"
}
}
}

0 comments on commit 28af9d9

Please sign in to comment.