Skip to content

Commit

Permalink
chore: adapt g enableMassiveParsedStyleAssignOptimization (#6493)
Browse files Browse the repository at this point in the history
* chore: update deps version

* refactor: enable optimize flag

* test: update snapshots

* fix(plugin): fix background z index

* chore: commit changeset

---------

Co-authored-by: antv <[email protected]>
  • Loading branch information
Aarebecca and antv authored Nov 8, 2024
1 parent 7d6b8ea commit e2f9b82
Show file tree
Hide file tree
Showing 523 changed files with 38,285 additions and 38,276 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-pigs-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@antv/g6': patch
---

adpat g enableMassiveParsedStyleAssignOptimization
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
]
},
"devDependencies": {
"@antv/g-canvas": "^2.0.22",
"@antv/g-plugin-rough-canvas-renderer": "^2.0.22",
"@antv/g-canvas": "^2.0.23",
"@antv/g-plugin-rough-canvas-renderer": "^2.0.23",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@changesets/cli": "^2.27.9",
Expand All @@ -43,7 +43,7 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.8.0",
"@swc/core": "^1.9.1",
"@swc/jest": "^0.2.37",
"@types/d3-hierarchy": "^3.1.7",
"@types/jest": "^29.5.14",
Expand Down
12 changes: 6 additions & 6 deletions packages/g6-extension-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"dependencies": {
"@antv/g-device-api": "^1.6.13",
"@antv/g-plugin-3d": "^2.0.24",
"@antv/g-plugin-device-renderer": "^2.2.1",
"@antv/g-plugin-dragndrop": "^2.0.17",
"@antv/g-webgl": "^2.0.26",
"@antv/g-plugin-3d": "^2.0.25",
"@antv/g-plugin-device-renderer": "^2.2.2",
"@antv/g-plugin-dragndrop": "^2.0.18",
"@antv/g-webgl": "^2.0.27",
"@antv/layout": "1.2.14-beta.8",
"@antv/util": "^3.3.10"
},
"devDependencies": {
"@antv/g": "^6.1.6",
"@antv/g-canvas": "^2.0.22",
"@antv/g": "^6.1.7",
"@antv/g-canvas": "^2.0.23",
"@antv/g6": "workspace:*"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"type-check": "tsc --noEmit -p tsconfig.test.json"
},
"dependencies": {
"@antv/g": "^6.1.6",
"@antv/g-svg": "^2.0.19",
"@antv/react-g": "^2.0.22"
"@antv/g": "^6.1.7",
"@antv/g-svg": "^2.0.20",
"@antv/react-g": "^2.0.23"
},
"devDependencies": {
"@ant-design/icons": "^5.5.1",
Expand All @@ -47,7 +47,7 @@
"antd": "^5.21.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-router-dom": "^6.28.0",
"styled-components": "^6.1.13"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/g6-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"type-check": "tsc --noEmit -p tsconfig.test.json"
},
"dependencies": {
"@antv/g": "^6.1.6",
"@antv/g-canvas": "^2.0.22",
"@antv/g": "^6.1.7",
"@antv/g-canvas": "^2.0.23",
"@antv/g6": "workspace:*",
"cac": "^6.7.14",
"canvas": "^2.11.2"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e2f9b82

Please sign in to comment.