Skip to content

Commit fed9dcc

Browse files
authored
Merge pull request #4613 from VisActor/fix/shared-factory-registry-entrypoint
Fix/shared factory registry entrypoint
2 parents fce55e2 + 2eb53d1 commit fed9dcc

83 files changed

Lines changed: 953 additions & 352 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.

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,6 @@ jobs:
342342
with:
343343
path: packages/vchart
344344

345-
- name: BytePack CDN smoke test (release)
346-
if: startsWith(github.ref_name, 'release/')
347-
env:
348-
BYTEPACK_SMOKE_ATTEMPTS: 12
349-
BYTEPACK_SMOKE_DELAY_MS: 30000
350-
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_release.outputs.current_version }}
351-
352345
- name: Commit & Push changes (release)
353346
if: startsWith(github.ref_name, 'release/')
354347
run: |
@@ -414,13 +407,6 @@ jobs:
414407
with:
415408
path: packages/vchart
416409

417-
- name: BytePack CDN smoke test (hotfix)
418-
if: startsWith(github.ref_name, 'hotfix/')
419-
env:
420-
BYTEPACK_SMOKE_ATTEMPTS: 12
421-
BYTEPACK_SMOKE_DELAY_MS: 30000
422-
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_hotfix.outputs.current_version }}
423-
424410
- name: Commit & Push changes (hotfix)
425411
if: startsWith(github.ref_name, 'hotfix/')
426412
run: |
@@ -458,13 +444,6 @@ jobs:
458444
with:
459445
path: packages/vchart
460446

461-
- name: BytePack CDN smoke test (pre-release)
462-
if: startsWith(github.ref_name, 'pre-release/')
463-
env:
464-
BYTEPACK_SMOKE_ATTEMPTS: 12
465-
BYTEPACK_SMOKE_DELAY_MS: 30000
466-
run: node --experimental-network-imports common/scripts/bytepack-smoke-test.mjs ${{ steps.package_version_prerelease.outputs.current_version }}
467-
468447
- name: Commit & Push changes (pre-release)
469448
if: startsWith(github.ref_name, 'pre-release/')
470449
run: |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/openinula-vchart",
5+
"comment": "chore: align VRender runtime dependencies with the VChart VRender 1.1.4 upgrade",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@visactor/openinula-vchart",
10+
"email": "openai@example.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/react-vchart",
5+
"comment": "chore: align VRender runtime dependencies with the VChart VRender 1.1.4 upgrade",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@visactor/react-vchart",
10+
"email": "openai@example.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vchart-extension",
5+
"comment": "fix: keep 3D chart entries on narrow VChart and VRender subpaths for BytePack ESM loading",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@visactor/vchart-extension",
10+
"email": "openai@example.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vchart",
5+
"comment": "fix: stabilize BytePack ESM VRender registration paths and preserve seriesStyle after theme updates",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@visactor/vchart",
10+
"email": "openai@example.com"
11+
}

0 commit comments

Comments
 (0)