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

Tags: superdoc-dev/template-builder

Tags

v2.0.0

Toggle v2.0.0's commit message
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

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# [1.0.0](v0.5.0...v1.0.0) (2026-01-16)

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

v1.0.0-next.1

Toggle v1.0.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.5.0

Toggle v0.5.0's commit message
chore(release): 0.5.0 [skip ci]

# [0.5.0](v0.4.0...v0.5.0) (2025-12-16)

### Bug Fixes

* demo app ([461c620](461c620))
* demo with dedupe ([75c4184](75c4184))

### Features

* add mode to field def + move from metadata ([4141fda](4141fda))

v0.2.0-next.12

Toggle v0.2.0-next.12's commit message
feat: add mode to field def + move from metadata

v0.4.0

Toggle v0.4.0's commit message
chore(release): 0.4.0 [skip ci]

# [0.4.0](v0.3.0...v0.4.0) (2025-12-11)

### Bug Fixes

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

### Features

* onexport callback ([#21](#21)) ([c85abc1](c85abc1))

v0.2.0-next.11

Toggle v0.2.0-next.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable comments module + sd update (#22)

Co-authored-by: Caio Pizzol <caiopizzol@icloud.com>

v0.2.0-next.10

Toggle v0.2.0-next.10's commit message
chore: prettier, eslint, typecheck and build - pre-commit hooks

v0.3.0

Toggle v0.3.0's commit message
chore(release): 0.3.0 [skip ci]

# [0.3.0](v0.2.0...v0.3.0) (2025-11-21)

### Bug Fixes

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

### Features

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

v0.2.0-next.9

Toggle v0.2.0-next.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance field management with grouping and improved UI (#19)

* feat: enhance field management with grouping and improved UI

- Introduced grouping functionality for fields in FieldList component.
- Added FieldItem component for better encapsulation of field rendering logic.
- Implemented expand/collapse feature for grouped fields.
- Enhanced styling for field items and group headers for better UX.
- Updated FieldMenu to support selection of existing fields with grouping.
- Modified TemplateField type to include group property for better organization.
- Improved overall code structure and readability.

* fix: include group comparison in template fields equality check