Skip to content

Commit

Permalink
Merge pull request #1889 from VisActor/release/1.8.4
Browse files Browse the repository at this point in the history
[Auto release] release 1.8.4
  • Loading branch information
xile611 authored Jan 2, 2024
2 parents d85ff07 + 7ff4206 commit d863cc3
Show file tree
Hide file tree
Showing 39 changed files with 717 additions and 105 deletions.
16 changes: 8 additions & 8 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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":"vchartMain","version":"1.8.3","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.8.4","mainProject":"@visactor/vchart","nextBump":"patch"}]
23 changes: 23 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.8.3

2024-01-02

**🆕 New feature**
- **@visactor/vchart**: add props `useSyncRender` to react-vchart, close [#1685](https://github.com/VisActor/VChart/issues/1685)
- **@visactor/vchart**: Supports the initialization parameter `disableTriggerEvent` to turn off the default interactive effect of the chart
**🐛 Bug fix**
- **@visactor/vchart**: chart option.animation not work
- **@visactor/vchart**: fix error in strict mode of react-vchart, fix [#1669](https://github.com/VisActor/VChart/issues/1669)
- **@visactor/vchart**: error in chart level modification of media query action
- **@visactor/vchart**: dimension tooltip in the dual-dimension chart contains data of only one dimension, related [#1841](https://github.com/VisActor/VChart/issues/1841)
- **@visactor/vchart**: fix bug in layout when band axis has no domain
- **@visactor/vchart**: funnel clipIn animation has delay for marks which overflows the range of region in [#1839](https://github.com/VisActor/VChart/issues/1839)
- **@visactor/vchart**: when marker label's padding is an object, it should work
- **@visactor/vchart**: undefined globalThis in tt miniprogram, see [#1854](https://github.com/VisActor/VChart/issues/1854)
**🔨 Refactor**
- **@visactor/vchart**: optimize the style configuration of marker



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

# v1.8.2

2023-12-22
Expand Down
23 changes: 23 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.8.3

2024-01-02

**🆕 新增功能**
- **@visactor/vchart**: add props `useSyncRender` to react-vchart, close [#1685](https://github.com/VisActor/VChart/issues/1685)
- **@visactor/vchart**: Supports the initialization parameter `disableTriggerEvent` to turn off the default interactive effect of the chart
**🐛 功能修复**
- **@visactor/vchart**: chart option.animation not work
- **@visactor/vchart**: fix error in strict mode of react-vchart, fix [#1669](https://github.com/VisActor/VChart/issues/1669)
- **@visactor/vchart**: error in chart level modification of media query action
- **@visactor/vchart**: dimension tooltip in the dual-dimension chart contains data of only one dimension, related [#1841](https://github.com/VisActor/VChart/issues/1841)
- **@visactor/vchart**: fix bug in layout when band axis has no domain
- **@visactor/vchart**: funnel clipIn animation has delay for marks which overflows the range of region in [#1839](https://github.com/VisActor/VChart/issues/1839)
- **@visactor/vchart**: when marker label's padding is an object, it should work
- **@visactor/vchart**: undefined globalThis in tt miniprogram, see [#1854](https://github.com/VisActor/VChart/issues/1854)
**🔨 功能重构**
- **@visactor/vchart**: optimize the style configuration of marker



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

# v1.8.2

2023-12-22
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/vchart": "workspace:1.8.3",
"@visactor/vchart": "workspace:1.8.4",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "workspace:1.1.0",
"@visactor/vutils": "~0.17.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "1.8.3",
"version": "1.8.4",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vchart",
"version": "1.8.3",
"version": "1.8.4",
"description": "The react version of VChart 4.x",
"keywords": [
"react",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vchart": "workspace:1.8.3",
"@visactor/vchart": "workspace:1.8.4",
"@visactor/vutils": "~0.17.3",
"@visactor/vrender-core": "~0.17.9",
"@visactor/vrender-kits": "~0.17.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/taro-vchart",
"version": "1.8.3",
"version": "1.8.4",
"description": "Taro VChart 图表组件",
"sideEffects": false,
"main": "lib/src/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"license": "MIT",
"dependencies": {
"@visactor/vchart": "workspace:1.8.3"
"@visactor/vchart": "workspace:1.8.4"
},
"devDependencies": {
"@internal/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tt-vchart/src/vchart/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/vchart-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test-watch": "DEBUG_MODE=1 jest --watch"
},
"dependencies": {
"@visactor/vchart": "workspace:1.8.3",
"@visactor/vchart": "workspace:1.8.4",
"@visactor/vutils": "~0.17.3",
"@visactor/vdataset": "~0.17.3",
"@visactor/vrender-core": "~0.17.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-schema",
"version": "1.8.3",
"version": "1.8.4",
"description": "The VChart JSON schema file.",
"sideEffects": false,
"main": "vchart.json",
Expand Down
Loading

0 comments on commit d863cc3

Please sign in to comment.