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.18.12 #1146

Merged
merged 30 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c4e4d90
fix(event): event pos error when scale
skie1997 Apr 1, 2024
711864a
chore: change log
skie1997 Apr 1, 2024
b6c687b
fix: when clear states, the animations of state should clear
xile611 Apr 16, 2024
61b5004
docs: update changlog of rush
xile611 Apr 16, 2024
e559dae
fix(brush): state not correctly when operating mask bounds is not rig…
skie1997 Apr 16, 2024
5c09ea5
fix(brush): reduce brush clear
skie1997 Apr 16, 2024
f62c331
fix: fix the issue of update selected value of slider
xile611 Apr 16, 2024
b9cf1fa
docs: update changlog of rush
xile611 Apr 16, 2024
8102928
chore: add notes
skie1997 Apr 16, 2024
b2f4506
docs: update changlog of rush
xile611 Apr 16, 2024
6fa9a3c
refactor: replace wrap text with text
youngwinds Apr 16, 2024
7174590
docs: add change log
youngwinds Apr 16, 2024
0c12086
fix: add ellipsis in height limit
Rui-Sun Apr 17, 2024
b47461e
Merge pull request #1134 from VisActor/fix/brush-state
xile611 Apr 18, 2024
f6bcc82
docs: generate changelog of release v0.18.11
neuqzxy Apr 18, 2024
a5968e7
Merge pull request #1141 from VisActor/docs/generate-changelog-v0.18.11
neuqzxy Apr 18, 2024
13e310e
Merge pull request #1142 from VisActor/sync/main-0.18.11
neuqzxy Apr 18, 2024
853e9c8
fix: fix bounds update in updateGroupAABBBounds()
Rui-Sun Apr 18, 2024
8ba6b06
Merge pull request #1131 from VisActor/fix/clear-state-animation
xile611 Apr 19, 2024
f939be7
Merge pull request #1135 from VisActor/fix/slider-inverse-update
xile611 Apr 19, 2024
b80003b
Merge pull request #1117 from VisActor/fix/event-pos-to-layer
neuqzxy Apr 19, 2024
c19af2e
fix: fix radio bound box
Rui-Sun Apr 11, 2024
5b9b739
Merge pull request #1136 from VisActor/refactor/replace-wrap-text-wit…
neuqzxy Apr 19, 2024
2db858c
fix: fix issue with render html
neuqzxy Apr 19, 2024
44ee8d3
fix: fix issue with richtext background
neuqzxy Apr 19, 2024
83750da
Merge pull request #1143 from VisActor/fix/bounds-update
neuqzxy Apr 19, 2024
5a21dd3
Merge pull request #1139 from VisActor/fix/text-height-limit-ellipsis
neuqzxy Apr 19, 2024
97fc1d1
Merge pull request #1145 from VisActor/fix/richtext-background
neuqzxy Apr 19, 2024
d4ffc18
Merge pull request #1144 from VisActor/fix/html-memory
neuqzxy Apr 19, 2024
d4dcb5b
build: prelease version 0.18.12
github-actions[bot] Apr 19, 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
26 changes: 13 additions & 13 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":"vrenderMain","version":"0.18.11","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.18.12","nextBump":"patch"}]
24 changes: 24 additions & 0 deletions docs/assets/changelog/en/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v0.18.11

2024-04-18


**🆕 New feature**

- **@visactor/vrender-core**: 支持background-opacity配置

**🐛 Bug fix**

- **@visactor/vrender-components**: change click into pointup in checkbox
- **@visactor/vrender-components**: player click event not working
- **@visactor/vrender-components**: player slider value error after resize
- **@visactor/vrender-kits**: fix for dragenter triggering error in drag event
- **@visactor/vrender-core**: fix issue with wh changed by flex layout, closed [#1088](https://github.com/VisActor/VRender/issues/1088)
- **@visactor/vrender-core**: pointerenter and pointerleave do not bubble, fixed [#1132](https://github.com/VisActor/VRender/issues/1132)
- **@visactor/vrender-core**: fix for dragenter triggering error in drag event
- **@visactor/vrender-core**: fix memory issue with stage timeline and DefaultRenderService



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

# v0.18.10

2024-03-29
Expand Down
24 changes: 24 additions & 0 deletions docs/assets/changelog/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# v0.18.11

2024-04-18


**🆕 新增功能**

- **@visactor/vrender-core**: 支持background-opacity配置

**🐛 功能修复**

- **@visactor/vrender-components**: change click into pointup in checkbox
- **@visactor/vrender-components**: player click event not working
- **@visactor/vrender-components**: player slider value error after resize
- **@visactor/vrender-kits**: fix for dragenter triggering error in drag event
- **@visactor/vrender-core**: fix issue with wh changed by flex layout, closed [#1088](https://github.com/VisActor/VRender/issues/1088)
- **@visactor/vrender-core**: pointerenter and pointerleave do not bubble, fixed [#1132](https://github.com/VisActor/VRender/issues/1132)
- **@visactor/vrender-core**: fix for dragenter triggering error in drag event
- **@visactor/vrender-core**: fix memory issue with stage timeline and DefaultRenderService



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

# v0.18.10

2024-03-29
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@visactor/vchart": "1.3.0",
"@visactor/vutils": "~0.18.1",
"@visactor/vgrammar": "~0.5.7",
"@visactor/vrender": "workspace:0.18.11",
"@visactor/vrender": "workspace:0.18.12",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/react-vrender-utils",
"entries": [
{
"version": "0.18.12",
"tag": "@visactor/react-vrender-utils_v0.18.12",
"date": "Fri, 19 Apr 2024 07:48:17 GMT",
"comments": {}
},
{
"version": "0.18.11",
"tag": "@visactor/react-vrender-utils_v0.18.11",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender-utils

This log was last generated on Wed, 17 Apr 2024 03:02:22 GMT and should not be manually modified.
This log was last generated on Fri, 19 Apr 2024 07:48:17 GMT and should not be manually modified.

## 0.18.12
Fri, 19 Apr 2024 07:48:17 GMT

_Version update only_

## 0.18.11
Wed, 17 Apr 2024 03:02:22 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender-utils",
"version": "0.18.11",
"version": "0.18.12",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,8 +24,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.18.11",
"@visactor/react-vrender": "workspace:0.18.11",
"@visactor/vrender": "workspace:0.18.12",
"@visactor/react-vrender": "workspace:0.18.12",
"@visactor/vutils": "~0.18.1",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@visactor/react-vrender",
"entries": [
{
"version": "0.18.12",
"tag": "@visactor/react-vrender_v0.18.12",
"date": "Fri, 19 Apr 2024 07:48:17 GMT",
"comments": {}
},
{
"version": "0.18.11",
"tag": "@visactor/react-vrender_v0.18.11",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender

This log was last generated on Wed, 17 Apr 2024 03:02:22 GMT and should not be manually modified.
This log was last generated on Fri, 19 Apr 2024 07:48:17 GMT and should not be manually modified.

## 0.18.12
Fri, 19 Apr 2024 07:48:17 GMT

_Version update only_

## 0.18.11
Wed, 17 Apr 2024 03:02:22 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender",
"version": "0.18.11",
"version": "0.18.12",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -23,7 +23,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.18.11",
"@visactor/vrender": "workspace:0.18.12",
"@visactor/vutils": "~0.18.1",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
30 changes: 30 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.18.12",
"tag": "@visactor/vrender-components_v0.18.12",
"date": "Fri, 19 Apr 2024 07:48:17 GMT",
"comments": {
"none": [
{
"comment": "feat: add radio component"
},
{
"comment": "fix(brush): state not correctly when operating mask bounds is not right. fix@VisActor/VChart#2555"
},
{
"comment": "fix: when clear states, the animations of state should clear\n\n"
},
{
"comment": "fix(event): event pos error when scale"
},
{
"comment": "fix: fix the issue of update selected value of slider\n\n"
},
{
"comment": "docs: update changlog of rush\n\n"
},
{
"comment": "refactor: replace wrapText with text"
}
]
}
},
{
"version": "0.18.11",
"tag": "@visactor/vrender-components_v0.18.11",
Expand Down
21 changes: 20 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Change Log - @visactor/vrender-components

This log was last generated on Wed, 17 Apr 2024 03:02:22 GMT and should not be manually modified.
This log was last generated on Fri, 19 Apr 2024 07:48:17 GMT and should not be manually modified.

## 0.18.12
Fri, 19 Apr 2024 07:48:17 GMT

### Updates

- feat: add radio component
- fix(brush): state not correctly when operating mask bounds is not right. fix@VisActor/VChart#2555
- fix: when clear states, the animations of state should clear


- fix(event): event pos error when scale
- fix: fix the issue of update selected value of slider


- docs: update changlog of rush


- refactor: replace wrapText with text

## 0.18.11
Wed, 17 Apr 2024 03:02:22 GMT
Expand Down
43 changes: 32 additions & 11 deletions packages/vrender-components/__tests__/browser/examples/brush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export function run() {

const guiObject = {
name: 'Brush',
brushMode: 'multiple',
brushType: 'x',
brushMode: 'single',
brushType: 'rect',
brushMoved: true,
removeOnClick: true,
xRange0: 0,
xRange1: 500,
yRange0: 0,
yRange1: 500,
delayType: 'throttle',
delayTime: 100,
delayTime: 0,
interactiveRangeY1: 0,
interactiveRangeY2: 5000,
interactiveRangeX1: 0,
Expand All @@ -43,22 +43,22 @@ export function run() {

const brush = new Brush({
...attr,
hasMask: false,
hasMask: true,
interactiveRange: {
minX: 0,
minY: 0,
maxX: 250,
maxY: 250
maxX: 500,
maxY: 500
},
xRange: [0, 250],
yRange: [0, 250],
xRange: [0, 500],
yRange: [0, 500],
brushStyle: {
fill: 'red',
fillOpacity: 0.2,
fillOpacity: 1,
stroke: '#B0C8F9',
strokeWidth: 2
},
delayTime: 100
delayTime: 0
});

const brush2 = new Brush({
Expand All @@ -73,8 +73,29 @@ export function run() {
}
});
// brush.setUpdateDragMaskCallback((...parmas) => console.log('parmas', parmas));
brush.addEventListener('drawStart', () => {
console.log('drawStart');
});
brush.addEventListener('moveStart', () => {
console.log('moveStart');
});
brush.addEventListener('moveEnd', () => {
console.log('moveEnd');
});
brush.addEventListener('drawEnd', () => {
console.log('drawEnd');
});
brush.addEventListener('drawing', () => {
console.log('drawing');
});
brush.addEventListener('moving', () => {
console.log('moving');
});
brush.addEventListener('brushClear', () => {
console.log('brushClear');
});

const stage = render([brush, brush2], 'main');
const stage = render([brush], 'main');

const gui = new GUI();
gui.add(guiObject, 'name');
Expand Down
Loading
Loading