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

v2.0.0

Latest

Choose a tag to compare

@superdoc-bot superdoc-bot released this 30 Jan 15:13

2.0.0 (2026-01-30)

chore

BREAKING CHANGES

  • migrate template builder to SuperDoc v1 (#24) (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