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

Commit 3f8abd2

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2025-11-13) ### Bug Fixes * force pre-release ([f752754](f752754)) * improve cleanup logic ([#11](#11)) ([01f0bf9](01f0bf9)) * update field ID type and improve field handling ([#14](#14)) ([e0e6d31](e0e6d31)) * update field IDs and categories in README and App component ([61a473d](61a473d)) ### Features * add import functionality for .docx files in the template builder ([#15](#15)) ([42faccc](42faccc)) * enhance exportTemplate functionality with configurable options ([#17](#17)) ([7e2a03d](7e2a03d)) * enhance field handling with mode support in template builder ([#16](#16)) ([d46ab5d](d46ab5d)) * implement viewport clamping for menu positioning in SuperDocTemplateBuilder ([#10](#10)) ([09e82ee](09e82ee))
1 parent 9719467 commit 3f8abd2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [0.2.0](https://github.com/superdoc-dev/template-builder/compare/v0.1.0...v0.2.0) (2025-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* force pre-release ([f752754](https://github.com/superdoc-dev/template-builder/commit/f75275454652a4792391af0295e7a911a99ccc51))
7+
* improve cleanup logic ([#11](https://github.com/superdoc-dev/template-builder/issues/11)) ([01f0bf9](https://github.com/superdoc-dev/template-builder/commit/01f0bf97ed72c36d18aa06a2555389e838a557d9))
8+
* 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))
9+
* update field IDs and categories in README and App component ([61a473d](https://github.com/superdoc-dev/template-builder/commit/61a473d193411b434c4a288aae2dcfb93781bf5a))
10+
11+
12+
### Features
13+
14+
* 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))
15+
* 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))
16+
* 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))
17+
* 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))
18+
119
# [0.1.0](https://github.com/superdoc-dev/template-builder/compare/v0.0.0...v0.1.0) (2025-10-09)
220

321

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": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React template builder component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)