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

[Auto release] release 0.16.0 #634

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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
218 changes: 111 additions & 107 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

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":"vgrammarMain","version":"0.15.7","mainProject":"@visactor/vgrammar-core","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vgrammarMain","version":"0.16.0","mainProject":"@visactor/vgrammar-core","nextBump":"minor"}]
26 changes: 13 additions & 13 deletions docs/dev-demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar": "workspace:0.15.7",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-hierarchy": "workspace:0.15.7",
"@visactor/vgrammar-sankey": "workspace:0.15.7",
"@visactor/vgrammar-projection": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.15.7",
"@visactor/vgrammar-plot": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender": "0.21.15",
"@visactor/vgrammar": "workspace:0.16.0",
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-hierarchy": "workspace:0.16.0",
"@visactor/vgrammar-sankey": "workspace:0.16.0",
"@visactor/vgrammar-projection": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.0",
"@visactor/vgrammar-plot": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4",
"@visactor/vrender": "0.22.4",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
"typescript": "4.9.5",
"vite": "3.2.6",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vgrammar-coordinate": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vgrammar-coordinate": "workspace:0.16.0",
"@vitejs/plugin-react": "3.1.0"
}
}
13 changes: 13 additions & 0 deletions docs/site/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.15.7

2025-02-27


**🐛 Bug fix**

- **@visactor/vgrammar-core**: when sankey has `setNodeLayer`, the maxDepth should be updated by this



[more detail about v0.15.7](https://github.com/VisActor/VGrammar/releases/tag/v0.15.7)

# v0.15.6

2025-02-26
Expand Down
13 changes: 13 additions & 0 deletions docs/site/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.15.7

2025-02-27


**🐛 功能修复**

- **@visactor/vgrammar-core**: when sankey has `setNodeLayer`, the maxDepth should be updated by this



[更多详情请查看 v0.15.7](https://github.com/VisActor/VGrammar/releases/tag/v0.15.7)

# v0.15.6

2025-02-26
Expand Down
28 changes: 14 additions & 14 deletions docs/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar": "workspace:0.15.7",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-hierarchy": "workspace:0.15.7",
"@visactor/vgrammar-sankey": "workspace:0.15.7",
"@visactor/vgrammar-projection": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.15.7",
"@visactor/vgrammar-plot": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vgrammar-coordinate": "workspace:0.15.7",
"@visactor/vgrammar-venn": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender": "0.21.15",
"@visactor/vgrammar": "workspace:0.16.0",
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-hierarchy": "workspace:0.16.0",
"@visactor/vgrammar-sankey": "workspace:0.16.0",
"@visactor/vgrammar-projection": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.0",
"@visactor/vgrammar-plot": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vgrammar-coordinate": "workspace:0.16.0",
"@visactor/vgrammar-venn": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4",
"@visactor/vrender": "0.22.4",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-coordinate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-coordinate",
"version": "0.15.7",
"version": "0.16.0",
"description": "Coordinates for VGrammar",
"keywords": [
"coordinate",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar-util": "workspace:0.15.7"
"@visactor/vgrammar-util": "workspace:0.16.0"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
12 changes: 12 additions & 0 deletions packages/vgrammar-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vgrammar-core",
"entries": [
{
"version": "0.16.0",
"tag": "@visactor/vgrammar-core_v0.16.0",
"date": "Fri, 28 Feb 2025 03:42:26 GMT",
"comments": {
"none": [
{
"comment": "fix: upgrade vrender to 0.22.4\n\n"
}
]
}
},
{
"version": "0.15.7",
"tag": "@visactor/vgrammar-core_v0.15.7",
Expand Down
11 changes: 10 additions & 1 deletion packages/vgrammar-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @visactor/vgrammar-core

This log was last generated on Thu, 27 Feb 2025 04:26:31 GMT and should not be manually modified.
This log was last generated on Fri, 28 Feb 2025 03:42:26 GMT and should not be manually modified.

## 0.16.0
Fri, 28 Feb 2025 03:42:26 GMT

### Updates

- fix: upgrade vrender to 0.22.4



## 0.15.7
Thu, 27 Feb 2025 04:26:31 GMT
Expand Down
12 changes: 6 additions & 6 deletions packages/vgrammar-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-core",
"version": "0.15.7",
"version": "0.16.0",
"description": "VGrammar is a visual grammar library",
"keywords": [
"grammar",
Expand Down Expand Up @@ -37,12 +37,12 @@
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vdataset": "~0.19.4",
"@visactor/vgrammar-coordinate": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vgrammar-coordinate": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vscale": "~0.19.4",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vrender-components": "0.21.15"
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4",
"@visactor/vrender-components": "0.22.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
7 changes: 6 additions & 1 deletion packages/vgrammar-core/src/types/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import type { IPointLike } from '@visactor/vutils';
import type { IBaseScale } from '@visactor/vscale';
import type { IDatazoom, IScrollbar } from './component';
import type { FieldEncodeType, MarkFunctionType } from './mark';
import type { GraphicEventType } from '@visactor/vrender-core';

export interface FilterDataTarget {
data: string | IData;
Expand Down Expand Up @@ -260,7 +261,11 @@ export interface DataFilterOptions extends IBaseInteractionOptions {
};
}

export interface DrillDownOptions extends BrushOptions {
export interface DrillDownOptions extends Omit<BrushOptions, 'trigger'> {
/**
* the trigger event name
*/
trigger?: GraphicEventType;
/**
* enable brush
*/
Expand Down
18 changes: 9 additions & 9 deletions packages/vgrammar-full/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-full",
"version": "0.15.7",
"version": "0.16.0",
"description": "full packages of vgrammar.",
"keywords": [
"visualization",
Expand Down Expand Up @@ -33,14 +33,14 @@
"test": ""
},
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-hierarchy": "workspace:0.15.7",
"@visactor/vgrammar-plot": "workspace:0.15.7",
"@visactor/vgrammar-projection": "workspace:0.15.7",
"@visactor/vgrammar-sankey": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud": "workspace:0.15.7",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.15.7",
"@visactor/vgrammar-venn": "workspace:0.15.7"
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-hierarchy": "workspace:0.16.0",
"@visactor/vgrammar-plot": "workspace:0.16.0",
"@visactor/vgrammar-projection": "workspace:0.16.0",
"@visactor/vgrammar-sankey": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud": "workspace:0.16.0",
"@visactor/vgrammar-wordcloud-shape": "workspace:0.16.0",
"@visactor/vgrammar-venn": "workspace:0.16.0"
},
"devDependencies": {
"d3-array": "1.x",
Expand Down
10 changes: 5 additions & 5 deletions packages/vgrammar-hierarchy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-hierarchy",
"version": "0.15.7",
"version": "0.16.0",
"description": "Layout of hierarchical data for VGrammar",
"keywords": [
"hierarchy",
Expand Down Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15"
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/vgrammar-plot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-plot",
"version": "0.15.7",
"version": "0.16.0",
"description": "Plots of vgrammar.",
"keywords": [
"plot",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@visactor/vscale": "~0.19.4",
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vgrammar-coordinate": "workspace:0.15.7",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vrender-components": "0.21.15",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15"
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vgrammar-coordinate": "workspace:0.16.0",
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vrender-components": "0.22.4",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4"
},
"devDependencies": {
"d3-array": "1.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/vgrammar-projection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-projection",
"version": "0.15.7",
"version": "0.16.0",
"description": "Projections for map, used in VGrammar.",
"keywords": [
"projection",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vgrammar-core": "workspace:0.16.0",
"d3-geo": "^1.12.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vgrammar-sankey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-sankey",
"version": "0.15.7",
"version": "0.16.0",
"description": "Layout of sankey chart, used by VGrammar",
"keywords": [
"sankey",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15"
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vgrammar-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-util",
"version": "0.15.7",
"version": "0.16.0",
"description": "The common utils functions of VGrammar",
"keywords": [
"utils",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vrender-core": "0.21.15"
"@visactor/vrender-core": "0.22.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/vgrammar-venn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-venn",
"version": "0.15.7",
"version": "0.16.0",
"description": "Venn layout transform for VGrammar",
"keywords": [
"venn",
Expand Down Expand Up @@ -34,10 +34,10 @@
"test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
},
"dependencies": {
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15",
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4",
"@visactor/vutils": "~0.19.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vgrammar-wordcloud-shape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vgrammar-wordcloud-shape",
"version": "0.15.7",
"version": "0.16.0",
"description": "Layout WordCloud in specified shape, this is a transform for VGrammar.",
"keywords": [
"wordcloud",
Expand Down Expand Up @@ -36,10 +36,10 @@
"dependencies": {
"@visactor/vutils": "~0.19.4",
"@visactor/vscale": "~0.19.4",
"@visactor/vgrammar-core": "workspace:0.15.7",
"@visactor/vgrammar-util": "workspace:0.15.7",
"@visactor/vrender-core": "0.21.15",
"@visactor/vrender-kits": "0.21.15"
"@visactor/vgrammar-core": "workspace:0.16.0",
"@visactor/vgrammar-util": "workspace:0.16.0",
"@visactor/vrender-core": "0.22.4",
"@visactor/vrender-kits": "0.22.4"
},
"devDependencies": {
"@internal/bundler": "workspace:*",
Expand Down
Loading