From 3f8abd2e8362d1bea000adecd69f1020de27cb8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Nov 2025 22:44:18 +0000 Subject: [PATCH 1/4] chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/superdoc-dev/template-builder/compare/v0.1.0...v0.2.0) (2025-11-13) ### Bug Fixes * force pre-release ([f752754](https://github.com/superdoc-dev/template-builder/commit/f75275454652a4792391af0295e7a911a99ccc51)) * improve cleanup logic ([#11](https://github.com/superdoc-dev/template-builder/issues/11)) ([01f0bf9](https://github.com/superdoc-dev/template-builder/commit/01f0bf97ed72c36d18aa06a2555389e838a557d9)) * update field ID type and improve field handling ([#14](https://github.com/superdoc-dev/template-builder/issues/14)) ([e0e6d31](https://github.com/superdoc-dev/template-builder/commit/e0e6d31780be5dcc87008b378b3dbfa16cf4f659)) * update field IDs and categories in README and App component ([61a473d](https://github.com/superdoc-dev/template-builder/commit/61a473d193411b434c4a288aae2dcfb93781bf5a)) ### Features * add import functionality for .docx files in the template builder ([#15](https://github.com/superdoc-dev/template-builder/issues/15)) ([42faccc](https://github.com/superdoc-dev/template-builder/commit/42faccc240ce04761e787d1526930cdfa66f6886)) * enhance exportTemplate functionality with configurable options ([#17](https://github.com/superdoc-dev/template-builder/issues/17)) ([7e2a03d](https://github.com/superdoc-dev/template-builder/commit/7e2a03d5f247fa9809d432daca7d09f9488cc1c2)) * enhance field handling with mode support in template builder ([#16](https://github.com/superdoc-dev/template-builder/issues/16)) ([d46ab5d](https://github.com/superdoc-dev/template-builder/commit/d46ab5d6aed2fdd466cb81589e76d36f81ba3c80)) * implement viewport clamping for menu positioning in SuperDocTemplateBuilder ([#10](https://github.com/superdoc-dev/template-builder/issues/10)) ([09e82ee](https://github.com/superdoc-dev/template-builder/commit/09e82ee6e5980f683b72f9144b1fbfb95414bb2f)) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc64f28..6b698b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [0.2.0](https://github.com/superdoc-dev/template-builder/compare/v0.1.0...v0.2.0) (2025-11-13) + + +### Bug Fixes + +* force pre-release ([f752754](https://github.com/superdoc-dev/template-builder/commit/f75275454652a4792391af0295e7a911a99ccc51)) +* improve cleanup logic ([#11](https://github.com/superdoc-dev/template-builder/issues/11)) ([01f0bf9](https://github.com/superdoc-dev/template-builder/commit/01f0bf97ed72c36d18aa06a2555389e838a557d9)) +* update field ID type and improve field handling ([#14](https://github.com/superdoc-dev/template-builder/issues/14)) ([e0e6d31](https://github.com/superdoc-dev/template-builder/commit/e0e6d31780be5dcc87008b378b3dbfa16cf4f659)) +* update field IDs and categories in README and App component ([61a473d](https://github.com/superdoc-dev/template-builder/commit/61a473d193411b434c4a288aae2dcfb93781bf5a)) + + +### Features + +* add import functionality for .docx files in the template builder ([#15](https://github.com/superdoc-dev/template-builder/issues/15)) ([42faccc](https://github.com/superdoc-dev/template-builder/commit/42faccc240ce04761e787d1526930cdfa66f6886)) +* enhance exportTemplate functionality with configurable options ([#17](https://github.com/superdoc-dev/template-builder/issues/17)) ([7e2a03d](https://github.com/superdoc-dev/template-builder/commit/7e2a03d5f247fa9809d432daca7d09f9488cc1c2)) +* enhance field handling with mode support in template builder ([#16](https://github.com/superdoc-dev/template-builder/issues/16)) ([d46ab5d](https://github.com/superdoc-dev/template-builder/commit/d46ab5d6aed2fdd466cb81589e76d36f81ba3c80)) +* implement viewport clamping for menu positioning in SuperDocTemplateBuilder ([#10](https://github.com/superdoc-dev/template-builder/issues/10)) ([09e82ee](https://github.com/superdoc-dev/template-builder/commit/09e82ee6e5980f683b72f9144b1fbfb95414bb2f)) + # [0.1.0](https://github.com/superdoc-dev/template-builder/compare/v0.0.0...v0.1.0) (2025-10-09) diff --git a/package.json b/package.json index 75cd0b4..6d60e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/template-builder", - "version": "0.1.0", + "version": "0.2.0", "description": "React template builder component for SuperDoc", "type": "module", "main": "./dist/index.js", From 1383432211bf2ab1f55e83c7ca291f016c7732b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Nov 2025 21:12:05 +0000 Subject: [PATCH 2/4] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/superdoc-dev/template-builder/compare/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](https://github.com/superdoc-dev/template-builder/commit/dc17f23762b88e336e6a4d3bc49b41dfa549f079)) * add missing deployment ID in GitHub Pages workflow ([e350b3b](https://github.com/superdoc-dev/template-builder/commit/e350b3b5f47f2cdafb547d2b3d22047886e6751e)) * update SuperDoc initialization with document mode and enhance Vite config external dependencies ([9e0989a](https://github.com/superdoc-dev/template-builder/commit/9e0989aab7f02acd0e5d743eb1e1b340970edf9d)) ### Features * add getSuperDoc method for accessing SuperDoc API ([#18](https://github.com/superdoc-dev/template-builder/issues/18)) ([ccda4e0](https://github.com/superdoc-dev/template-builder/commit/ccda4e0900f633d58db6bb00f1f7d8359986fcac)) * enhance field management with grouping and improved UI ([#19](https://github.com/superdoc-dev/template-builder/issues/19)) ([a64e8b8](https://github.com/superdoc-dev/template-builder/commit/a64e8b8658aecbd9c11015b9807b110aa057064d)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b698b3..bfc4d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.3.0](https://github.com/superdoc-dev/template-builder/compare/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](https://github.com/superdoc-dev/template-builder/commit/dc17f23762b88e336e6a4d3bc49b41dfa549f079)) +* add missing deployment ID in GitHub Pages workflow ([e350b3b](https://github.com/superdoc-dev/template-builder/commit/e350b3b5f47f2cdafb547d2b3d22047886e6751e)) +* update SuperDoc initialization with document mode and enhance Vite config external dependencies ([9e0989a](https://github.com/superdoc-dev/template-builder/commit/9e0989aab7f02acd0e5d743eb1e1b340970edf9d)) + + +### Features + +* add getSuperDoc method for accessing SuperDoc API ([#18](https://github.com/superdoc-dev/template-builder/issues/18)) ([ccda4e0](https://github.com/superdoc-dev/template-builder/commit/ccda4e0900f633d58db6bb00f1f7d8359986fcac)) +* enhance field management with grouping and improved UI ([#19](https://github.com/superdoc-dev/template-builder/issues/19)) ([a64e8b8](https://github.com/superdoc-dev/template-builder/commit/a64e8b8658aecbd9c11015b9807b110aa057064d)) + # [0.2.0](https://github.com/superdoc-dev/template-builder/compare/v0.1.0...v0.2.0) (2025-11-13) diff --git a/package.json b/package.json index cf42d60..aafd646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/template-builder", - "version": "0.2.0", + "version": "0.3.0", "description": "React template builder component for SuperDoc", "type": "module", "main": "./dist/index.js", @@ -88,4 +88,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} From 1d0b502bf6a9d244c6f4031a2e665a70482c09ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Dec 2025 19:08:49 +0000 Subject: [PATCH 3/4] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/superdoc-dev/template-builder/compare/v0.3.0...v0.4.0) (2025-12-11) ### Bug Fixes * disable comments module + sd update ([#22](https://github.com/superdoc-dev/template-builder/issues/22)) ([79d24c7](https://github.com/superdoc-dev/template-builder/commit/79d24c724c9b13c4234e43c12c216ef86d614726)) * remove dedupe + add dev react runtime ([#20](https://github.com/superdoc-dev/template-builder/issues/20)) ([830b009](https://github.com/superdoc-dev/template-builder/commit/830b009b832aa00912e899f254dc2a533fed6ddf)) ### Features * onexport callback ([#21](https://github.com/superdoc-dev/template-builder/issues/21)) ([c85abc1](https://github.com/superdoc-dev/template-builder/commit/c85abc16afd1d144e4a46842d72f01b4d28968e2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a2ebf..8cfd830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/template-builder", - "version": "0.3.0", + "version": "0.4.0", "description": "React template builder component for SuperDoc", "type": "module", "main": "./dist/index.js", From e18f17c7766621835c8d9e959aea66e59860a883 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Dec 2025 21:51:25 +0000 Subject: [PATCH 4/4] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/superdoc-dev/template-builder/compare/v0.4.0...v0.5.0) (2025-12-16) ### Bug Fixes * demo app ([461c620](https://github.com/superdoc-dev/template-builder/commit/461c620c2b6ac4e946e7963158e9cc323e9f87f3)) * demo with dedupe ([75c4184](https://github.com/superdoc-dev/template-builder/commit/75c4184c9d1b42b4777497d7794bd20f76f72c14)) ### Features * add mode to field def + move from metadata ([4141fda](https://github.com/superdoc-dev/template-builder/commit/4141fda4deff910727d561294bce1926c658d051)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 23ef9fd..18b8ce9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/template-builder", - "version": "0.4.0", + "version": "0.5.0", "description": "React template builder component for SuperDoc", "type": "module", "main": "./dist/index.js",