Skip to content

Releases: superdoc-dev/template-builder

v1.0.0

16 Jan 22:16

Choose a tag to compare

1.0.0 (2026-01-16)

  • Breaking change: 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

v1.0.0-next.1

16 Jan 18:53
78af7cc

Choose a tag to compare

v1.0.0-next.1 Pre-release
Pre-release

1.0.0-next.1 (2026-01-16)

  • Breaking change: migrate template builder to SuperDoc v1 (#24) (78af7cc)

Bug Fixes

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

v0.5.0

16 Dec 21:51

Choose a tag to compare

0.5.0 (2025-12-16)

Bug Fixes

Features

  • add mode to field def + move from metadata (4141fda)

v0.2.0-next.12

16 Dec 21:42

Choose a tag to compare

v0.2.0-next.12 Pre-release
Pre-release

0.2.0-next.12 (2025-12-16)

Features

  • add mode to field def + move from metadata (4141fda)

v0.4.0

11 Dec 19:09

Choose a tag to compare

0.4.0 (2025-12-11)

Bug Fixes

  • disable comments module + sd update (#22) (79d24c7)
  • remove dedupe + add dev react runtime (#20) (830b009)

Features

v0.3.0

21 Nov 21:12

Choose a tag to compare

0.3.0 (2025-11-21)

Bug Fixes

  • add deduplication for React dependencies in Vite config and clean up package.json (dc17f23)
  • add missing deployment ID in GitHub Pages workflow (e350b3b)
  • update SuperDoc initialization with document mode and enhance Vite config external dependencies (9e0989a)

Features

  • add getSuperDoc method for accessing SuperDoc API (#18) (ccda4e0)
  • enhance field management with grouping and improved UI (#19) (a64e8b8)

v0.2.0-next.9

21 Nov 21:10
a64e8b8

Choose a tag to compare

v0.2.0-next.9 Pre-release
Pre-release

0.2.0-next.9 (2025-11-21)

Features

  • enhance field management with grouping and improved UI (#19) (a64e8b8)

v0.2.0-next.8

21 Nov 21:03
ccda4e0

Choose a tag to compare

v0.2.0-next.8 Pre-release
Pre-release

0.2.0-next.8 (2025-11-21)

Features

  • add getSuperDoc method for accessing SuperDoc API (#18) (ccda4e0)

v0.2.0-next.7

19 Nov 18:03

Choose a tag to compare

v0.2.0-next.7 Pre-release
Pre-release

0.2.0-next.7 (2025-11-19)

Bug Fixes

  • add deduplication for React dependencies in Vite config and clean up package.json (dc17f23)

v0.2.0-next.6

19 Nov 17:57

Choose a tag to compare

v0.2.0-next.6 Pre-release
Pre-release

0.2.0-next.6 (2025-11-19)

Bug Fixes

  • add missing deployment ID in GitHub Pages workflow (e350b3b)
  • update SuperDoc initialization with document mode and enhance Vite config external dependencies (9e0989a)