Skip to content
Merged
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
4 changes: 4 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
{
"version": "1.0.43",
"tag": "@visactor/react-vrender-utils_v1.0.43",
<<<<<<< release/1.0.44
"date": "Wed, 25 Mar 2026 09:15:13 GMT",
=======
"date": "Tue, 24 Mar 2026 13:05:47 GMT",
>>>>>>> main
"comments": {}
},
{
Expand Down
7 changes: 7 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/react-vrender-utils

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
4 changes: 4 additions & 0 deletions packages/react-vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
{
"version": "1.0.43",
"tag": "@visactor/react-vrender_v1.0.43",
<<<<<<< release/1.0.44
"date": "Wed, 25 Mar 2026 09:15:13 GMT",
=======
"date": "Tue, 24 Mar 2026 13:05:47 GMT",
>>>>>>> main
"comments": {}
},
{
Expand Down
7 changes: 7 additions & 0 deletions packages/react-vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/react-vrender

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
4 changes: 4 additions & 0 deletions packages/vrender-animate/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
{
"version": "1.0.43",
"tag": "@visactor/vrender-animate_v1.0.43",
<<<<<<< release/1.0.44
"date": "Wed, 25 Mar 2026 09:15:13 GMT",
=======
"date": "Tue, 24 Mar 2026 13:05:47 GMT",
>>>>>>> main
"comments": {}
},
{
Expand Down
7 changes: 7 additions & 0 deletions packages/vrender-animate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/vrender-animate

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
4 changes: 4 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
{
"version": "1.0.43",
"tag": "@visactor/vrender-components_v1.0.43",
<<<<<<< release/1.0.44
"date": "Wed, 25 Mar 2026 09:15:13 GMT",
=======
"date": "Tue, 24 Mar 2026 13:05:47 GMT",
>>>>>>> main
"comments": {
"none": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/vrender-components

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

### Updates

Expand Down
6 changes: 4 additions & 2 deletions packages/vrender-components/src/data-zoom/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ export class DataZoomRenderer {
visible: this._showText,
pickable: false,
childrenPickable: false,
textStyle: startTextAlignStyle
textStyle: startTextAlignStyle,
zIndex: LAYOUT_LEVEL.handlerText
}),
`data-zoom-start-text`
);
Expand All @@ -843,7 +844,8 @@ export class DataZoomRenderer {
visible: this._showText,
pickable: false,
childrenPickable: false,
textStyle: endTextAlignStyle
textStyle: endTextAlignStyle,
zIndex: LAYOUT_LEVEL.handlerText
}),
`data-zoom-end-text`
);
Expand Down
7 changes: 7 additions & 0 deletions packages/vrender-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/vrender-core

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
7 changes: 7 additions & 0 deletions packages/vrender-kits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/vrender-kits

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
4 changes: 4 additions & 0 deletions packages/vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
{
"version": "1.0.43",
"tag": "@visactor/vrender_v1.0.43",
<<<<<<< release/1.0.44
"date": "Wed, 25 Mar 2026 09:15:13 GMT",
=======
"date": "Tue, 24 Mar 2026 13:05:47 GMT",
>>>>>>> main
"comments": {}
},
{
Expand Down
7 changes: 7 additions & 0 deletions packages/vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log - @visactor/vrender

<<<<<<< release/1.0.44
This log was last generated on Wed, 25 Mar 2026 09:15:13 GMT and should not be manually modified.

## 1.0.43
Wed, 25 Mar 2026 09:15:13 GMT
=======
This log was last generated on Tue, 24 Mar 2026 13:05:47 GMT and should not be manually modified.

## 1.0.43
Tue, 24 Mar 2026 13:05:47 GMT
>>>>>>> main

_Version update only_

Expand Down
Loading