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

Commit 99c1d6f

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.0...v2.0.0) (2026-01-30) ### chore * sync stable release to main ([#23](#23)) ([cb99f82](cb99f82)) ### BREAKING CHANGES * migrate template builder to SuperDoc v1 ([#24](#24)) ([78af7cc](78af7cc)) ### BREAKING CHANGES * - 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 81164f9 commit 99c1d6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdoc-dev/template-builder",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "React template builder component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)