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

Commit 1383432

Browse files
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))
1 parent 19444c5 commit 1383432

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.3.0](https://github.com/superdoc-dev/template-builder/compare/v0.2.0...v0.3.0) (2025-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add deduplication for React dependencies in Vite config and clean up package.json ([dc17f23](https://github.com/superdoc-dev/template-builder/commit/dc17f23762b88e336e6a4d3bc49b41dfa549f079))
7+
* add missing deployment ID in GitHub Pages workflow ([e350b3b](https://github.com/superdoc-dev/template-builder/commit/e350b3b5f47f2cdafb547d2b3d22047886e6751e))
8+
* update SuperDoc initialization with document mode and enhance Vite config external dependencies ([9e0989a](https://github.com/superdoc-dev/template-builder/commit/9e0989aab7f02acd0e5d743eb1e1b340970edf9d))
9+
10+
11+
### Features
12+
13+
* 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))
14+
* 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))
15+
116
# [0.2.0](https://github.com/superdoc-dev/template-builder/compare/v0.1.0...v0.2.0) (2025-11-13)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdoc-dev/template-builder",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "React template builder component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -88,4 +88,4 @@
8888
"engines": {
8989
"node": ">=18"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)