Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 78af7cc

Browse files
Breaking change: migrate template builder to SuperDoc v1 (#24)
* feat!: migrating template builder to SuperDoc v1 BREAKING CHANGE: - Upgraded `superdoc` to version `1.5.0-next.7` in both `package.json` and `pnpm-lock.yaml`. - Updated React and React DOM versions to `19.2.3`. - Enhanced performance by using `useMemo` for toolbar settings and scheduling callbacks with `queueMicrotask` to avoid blocking rendering. - Various dependency updates in `pnpm-lock.yaml` for improved compatibility and security. * chore: update superdoc version to 1.5.0 in package.json and pnpm-lock.yaml * refactor: streamline field update callbacks in SuperDocTemplateBuilder
1 parent 75c4184 commit 78af7cc

File tree

5 files changed

+1901
-2199
lines changed

5 files changed

+1901
-2199
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@superdoc-dev/template-builder": "link:../.",
1212
"react": "^19.2.0",
1313
"react-dom": "^19.2.0",
14-
"superdoc": "^0.35.3"
14+
"superdoc": "1.5.0"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^19.2.6",

0 commit comments

Comments
 (0)