Skip to content

Commit feff35c

Browse files
authored
Merge pull request #1918 from VisActor/release/1.0.11
[Auto release] release 1.0.11
2 parents c27a122 + cc051b4 commit feff35c

43 files changed

Lines changed: 345 additions & 317 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/config/rush/pnpm-lock.yaml

Lines changed: 25 additions & 261 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"1.0.10","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"1.0.11","nextBump":"patch"}]

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@visactor/vchart": "1.3.0",
1414
"@visactor/vutils": "1.0.6",
1515
"@visactor/vgrammar": "~0.5.7",
16-
"@visactor/vrender": "workspace:1.0.10",
16+
"@visactor/vrender": "workspace:1.0.11",
1717
"markdown-it": "^13.0.0",
1818
"highlight.js": "^11.8.0",
1919
"axios": "^1.4.0",

packages/react-vrender-utils/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender-utils",
33
"entries": [
4+
{
5+
"version": "1.0.11",
6+
"tag": "@visactor/react-vrender-utils_v1.0.11",
7+
"date": "Tue, 19 Aug 2025 06:31:41 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.10",
612
"tag": "@visactor/react-vrender-utils_v1.0.10",

packages/react-vrender-utils/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/react-vrender-utils
22

3-
This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified.
3+
This log was last generated on Tue, 19 Aug 2025 06:31:41 GMT and should not be manually modified.
4+
5+
## 1.0.11
6+
Tue, 19 Aug 2025 06:31:41 GMT
7+
8+
_Version update only_
49

510
## 1.0.10
611
Thu, 31 Jul 2025 09:44:33 GMT

packages/react-vrender-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vrender-utils",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -24,8 +24,8 @@
2424
"react-dom": "^18.2.0"
2525
},
2626
"dependencies": {
27-
"@visactor/vrender": "workspace:1.0.10",
28-
"@visactor/react-vrender": "workspace:1.0.10",
27+
"@visactor/vrender": "workspace:1.0.11",
28+
"@visactor/react-vrender": "workspace:1.0.11",
2929
"@visactor/vutils": "1.0.6",
3030
"react-reconciler": "^0.29.0",
3131
"tslib": "^2.3.1"

packages/react-vrender/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@visactor/react-vrender",
33
"entries": [
4+
{
5+
"version": "1.0.11",
6+
"tag": "@visactor/react-vrender_v1.0.11",
7+
"date": "Tue, 19 Aug 2025 06:31:41 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "1.0.10",
612
"tag": "@visactor/react-vrender_v1.0.10",

packages/react-vrender/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @visactor/react-vrender
22

3-
This log was last generated on Thu, 31 Jul 2025 09:44:33 GMT and should not be manually modified.
3+
This log was last generated on Tue, 19 Aug 2025 06:31:41 GMT and should not be manually modified.
4+
5+
## 1.0.11
6+
Tue, 19 Aug 2025 06:31:41 GMT
7+
8+
_Version update only_
49

510
## 1.0.10
611
Thu, 31 Jul 2025 09:44:33 GMT

packages/react-vrender/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@visactor/react-vrender",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "",
55
"sideEffects": false,
66
"main": "cjs/index.js",
@@ -23,7 +23,7 @@
2323
"react": "^18.2.0"
2424
},
2525
"dependencies": {
26-
"@visactor/vrender": "workspace:1.0.10",
26+
"@visactor/vrender": "workspace:1.0.11",
2727
"@visactor/vutils": "1.0.6",
2828
"react-reconciler": "^0.29.0",
2929
"tslib": "^2.3.1"

packages/vrender-animate/CHANGELOG.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"name": "@visactor/vrender-animate",
33
"entries": [
4+
{
5+
"version": "1.0.11",
6+
"tag": "@visactor/vrender-animate_v1.0.11",
7+
"date": "Tue, 19 Aug 2025 06:31:41 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "feat: support AStageAnimate"
12+
},
13+
{
14+
"comment": "fix: fix issue with reApplyState when this state is not running yet"
15+
},
16+
{
17+
"comment": "fix: fix issue with graphic run animate which unbind to scenegraph, closed #1914"
18+
}
19+
]
20+
}
21+
},
422
{
523
"version": "1.0.10",
624
"tag": "@visactor/vrender-animate_v1.0.10",

0 commit comments

Comments
 (0)