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

Sync/dev 1.12.0 #2787

Merged
merged 44 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
73fd1ce
build: prelease version 1.11.1
skie1997 May 20, 2024
5c33588
Merge pull request #2718 from VisActor/release/1.11.1
xile611 May 21, 2024
d967404
docs: create the draft version of customized label bar chart
mengxi-ream May 29, 2024
8f44834
docs: add labels to the right of the table
mengxi-ream May 30, 2024
674aaf5
docs: complete english and chinese docs for bar chart with custom labels
mengxi-ream May 30, 2024
853fc7f
build: prelease version 1.11.2
xile611 May 30, 2024
e6e611e
fix: bar chart should work normally when x-axis is linear, fix #2758
xile611 May 30, 2024
0f8fe7d
docs: update changlog of rush
xile611 May 30, 2024
1b55483
fix: fix conflicts with main
xile611 May 30, 2024
6b23394
Merge pull request #2761 from VisActor/release/1.11.2
xile611 May 30, 2024
7dcd7eb
docs: generate changelog of release v1.11.2
xile611 May 30, 2024
c486b73
Merge pull request #2763 from VisActor/sync/main-1.11.2
xile611 May 31, 2024
2c1dd02
docs: update changelog of 1.11.2
xile611 May 31, 2024
0c0763e
Merge pull request #2764 from VisActor/docs/generate-changelog-v1.11.2
xile611 May 31, 2024
2101e0b
docs: update typo in key option part
mengxi-ream May 31, 2024
0ea3547
docs: update english names of provinces
mengxi-ream May 31, 2024
d099299
fix: fix background of bar when direction is horizontal and x-axis is…
xile611 May 31, 2024
d8003d1
docs: change label to axis to show numbers
mengxi-ream May 31, 2024
1625b6a
docs: update preview image
mengxi-ream May 31, 2024
9db00b9
Merge pull request #2762 from VisActor/fix/linear-bar
xile611 May 31, 2024
4ca9e0f
fix: fixed the issue that the newly added component type could not ta…
xuefei1313 Jun 3, 2024
8544487
docs: update changlog of rush
xuefei1313 Jun 3, 2024
00bef2e
fix: fixed the issue that the newly added component type could not ta…
xuefei1313 Jun 3, 2024
44d3eb0
chore: add unit test
xuefei1313 Jun 3, 2024
a1d6eca
chore: add unit test
xuefei1313 Jun 3, 2024
e4cb53e
feat: add ranking-bar-chart
xiaoluoHe May 15, 2024
fa5267b
fix: remove outdated comment
xiaoluoHe Jun 3, 2024
ef23fb0
feat: timeLabel support style config
xiaoluoHe Jun 3, 2024
26411b5
feat: update vchart-extension dependency
xiaoluoHe Jun 3, 2024
eb4b0e9
fix: treemap continuous datafilter
xiaoluoHe Jun 3, 2024
3d844c2
docs: update change log
xiaoluoHe Jun 3, 2024
4077251
feat: publish ohpm package
neuqzxy Jun 4, 2024
12af008
docs: update right y axis to markers
mengxi-ream Jun 4, 2024
0e7eead
docs: update key option
mengxi-ream Jun 4, 2024
cd05681
docs: update customLayoutFunc part for label
mengxi-ream Jun 4, 2024
f9608b3
chore: delete x:100
mengxi-ream Jun 4, 2024
b3461f1
docs: update english version of preview image
mengxi-ream Jun 5, 2024
5abcfab
Merge pull request #2686 from VisActor/feat/template-chart
xile611 Jun 5, 2024
6b19a89
Merge pull request #2777 from VisActor/feat/ohpm-publish
xile611 Jun 5, 2024
be117a8
Merge pull request #2773 from VisActor/fix/updateSpec-bug-of-new-comp…
xile611 Jun 5, 2024
1169f32
Merge pull request #2760 from Crayon-ShinChan/docs/add-bar-demo
xile611 Jun 5, 2024
4b8fc20
feat: modify hierarchy data judement& add unit test
xiaoluoHe Jun 5, 2024
aded348
Merge pull request #2774 from VisActor/fix/treemap-legend-filter
xile611 Jun 5, 2024
24aee93
Merge remote-tracking branch 'origin/develop' into dev/1.12.0
xile611 Jun 5, 2024
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.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"changes": [
{
"comment": "fix: fix the bug that `animationThreshold` not work, close #2745\n\n",
"comment": "fix: bar chart should work normally when x-axis is linear, fix #2758\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "fix: `polarAxis.grid.smooth` not work in theme configuratio",
"comment": "fix: fix issue of continuous legend filter in treemap",
"type": "none"
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: fixed the issue that the newly added component type could not take effect when updateSpec\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
],
"packageName": "@visactor/vchart",
"email": "lixuef1313@163.com"
}
77 changes: 69 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.11.1","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"1.11.2","mainProject":"@visactor/vchart","nextBump":"patch"}]
24 changes: 24 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v1.11.2

2024-05-30


**🐛 Bug fix**

- **@visactor/vchart**: fix the bug that `animationThreshold` not work, close [#2745](https://github.com/VisActor/VChart/issues/2745)
- **@visactor/vchart**: fix the issue of update animation in area chart is not work
- **common**: bar series support auto band size in common chart. fix[#2704](https://github.com/VisActor/VChart/issues/2704)
- **@visactor/vchart**: corsshair should hide when pointer out view, fix [#2726](https://github.com/VisActor/VChart/issues/2726)
- **@visactor/vchart**: close animation cause by datazoom/scrollbar
- **@visactor/vchart**: \`type-step\` markLine's label should consider the refX/refY/dx/dy set by user, fixed[#2739](https://github.com/VisActor/VChart/issues/2739)
- **react-vchart**: fix the issue of `<Axis />` that the props `id` not work
- **@visactor/vchart**: `polarAxis.grid.smooth` not work in theme configuratio

**🔧 Configuration releated**

- **@visactor/vchart**: when build es5 , `targets` of `@babel/preset-env` should be `defaults`, fix [#2702](https://github.com/VisActor/VChart/issues/2702)



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

# v1.11.1

2024-05-21
Expand Down
23 changes: 23 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# v1.11.2

2024-05-30


**🐛 功能修复**
- **@visactor/vchart**: 修复配置 `animationThreshold` 不生效的问题,关闭 [#2745](https://github.com/VisActor/VChart/issues/2745)
- **@visactor/vchart**: 修复面积图更新动画不生效的问题
- **common**: 在common图表中,柱系列支持自动带宽尺寸,即`autoBandSize`。修复[#2704](https://github.com/VisActor/VChart/issues/2704)
- **@visactor/vchart**: 修复`Corsshiar`没有正常隐藏的问题,修复 [#2726](https://github.com/VisActor/VChart/issues/2726)
- **@visactor/vchart**: 关闭由`Datazoom`、`Scrollbar`交互引发的更新动画
- **@visactor/vchart**: 设置了 `type-step`的 markLine的标签应该考虑用户设置的`refX`,`refY`,`dx`,`dy`,修复[#2739](https://github.com/VisActor/VChart/issues/2739)
- **react-vchart**: 修复 `<Axis />` 中的props `id` 不生效的问题
- **@visactor/vchart**: 修复在主题配置中,`polarAxis.grid.smooth` 不生效的问题

**🔧 项目配置**

- **@visactor/vchart**: 在构建es5时,`@babel/preset-env` 的 `targets` 应该是 `defaults`,修复 [#2702](https://github.com/VisActor/VChart/issues/2702)



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

# v1.11.1

2024-05-21
Expand Down
Loading
Loading