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

Commit b6a68eb

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-10-07) ### Bug Fixes * add superdoc class and data attribute to eSign component ([a9ce117](a9ce117)) * trigger release ([c02a107](c02a107)) * trigger release ([73e3580](73e3580)) * trigger release ([841ec15](841ec15)) ### Features * add additional fields for user information in App component ([038a5dd](038a5dd)) * add GitHub Actions workflow for demo deployment and Vite configuration for demo and examples ([1b52830](1b52830)) * add interactive demo for SuperDoc eSign with initial setup and styles ([4734e0f](4734e0f)) * add README and examples for SuperDoc eSign integration ([49c4477](49c4477)) * enhance ESLint configuration for React support and update package dependencies ([babacde](babacde)) * first commit ([d84a550](d84a550)) * implement download functionality for document export in SuperDoc eSign ([1124775](1124775)) * implement signature input handling and update document with signature image ([d31d5cc](d31d5cc)) * implement signature input handling and update payload structure ([5c6ab23](5c6ab23)) * trigger release ([f7f04ef](f7f04ef))
1 parent 1c9ec73 commit b6a68eb

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 1.0.0 (2025-10-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add superdoc class and data attribute to eSign component ([a9ce117](https://github.com/superdoc-dev/esign/commit/a9ce1171d3f4fb457b2d5f53cb0e3fc82c8806f4))
7+
* trigger release ([c02a107](https://github.com/superdoc-dev/esign/commit/c02a107749b83b7731bcd19634c5d72ca23b7f92))
8+
* trigger release ([73e3580](https://github.com/superdoc-dev/esign/commit/73e3580cea43d02eb0fd327c7b1930725d26f209))
9+
* trigger release ([841ec15](https://github.com/superdoc-dev/esign/commit/841ec1502286c0cc454e17309fca55f2b39cb79b))
10+
11+
12+
### Features
13+
14+
* add additional fields for user information in App component ([038a5dd](https://github.com/superdoc-dev/esign/commit/038a5dd97f3761a5713ec621553d7cf67568edbb))
15+
* add GitHub Actions workflow for demo deployment and Vite configuration for demo and examples ([1b52830](https://github.com/superdoc-dev/esign/commit/1b52830c00253e0a444c34e73c15ba7917b5cfe2))
16+
* add interactive demo for SuperDoc eSign with initial setup and styles ([4734e0f](https://github.com/superdoc-dev/esign/commit/4734e0f1daf7ea4d818f3334ec1eeea6803d3bd6))
17+
* add README and examples for SuperDoc eSign integration ([49c4477](https://github.com/superdoc-dev/esign/commit/49c4477f9c3f78b72ffcb280c544b2dadd69489c))
18+
* enhance ESLint configuration for React support and update package dependencies ([babacde](https://github.com/superdoc-dev/esign/commit/babacde252f6a55d2b3d0aed8ead8ec060a33a7a))
19+
* first commit ([d84a550](https://github.com/superdoc-dev/esign/commit/d84a5502c533615b2f619aed7b355876aec0ea00))
20+
* implement download functionality for document export in SuperDoc eSign ([1124775](https://github.com/superdoc-dev/esign/commit/11247759aa7050ba10e0ae9b869d68d180975ca0))
21+
* implement signature input handling and update document with signature image ([d31d5cc](https://github.com/superdoc-dev/esign/commit/d31d5cc60b4bd23d46fbd51d7e6b3cc8cb8f5df2))
22+
* implement signature input handling and update payload structure ([5c6ab23](https://github.com/superdoc-dev/esign/commit/5c6ab23885a052788cf23b61f540cabb2681c8a6))
23+
* trigger release ([f7f04ef](https://github.com/superdoc-dev/esign/commit/f7f04efffeccb9bf7240fcca9b6f8aaa2c482239))

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/esign",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "React eSignature component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -79,4 +79,4 @@
7979
"engines": {
8080
"node": ">=18"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)