From 180528af23dc2536a134e95a9b6676a554125fc6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Nov 2025 17:19:57 +0000 Subject: [PATCH 1/7] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/superdoc-dev/esign/compare/v1.3.0...v1.3.1) (2025-11-19) ### Bug Fixes * correct syntax error in SuperDocESign component and update external dependencies in Vite config ([#3](https://github.com/superdoc-dev/esign/issues/3)) ([69d5636](https://github.com/superdoc-dev/esign/commit/69d56369a19d15c640dde80f8d697d39b27ad3d5)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91be6d2..1791a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.1](https://github.com/superdoc-dev/esign/compare/v1.3.0...v1.3.1) (2025-11-19) + + +### Bug Fixes + +* correct syntax error in SuperDocESign component and update external dependencies in Vite config ([#3](https://github.com/superdoc-dev/esign/issues/3)) ([69d5636](https://github.com/superdoc-dev/esign/commit/69d56369a19d15c640dde80f8d697d39b27ad3d5)) + # [1.3.0](https://github.com/superdoc-dev/esign/compare/v1.2.0...v1.3.0) (2025-10-08) diff --git a/package.json b/package.json index 7e84718..c56b5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.3.0", + "version": "1.3.1", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js", @@ -89,4 +89,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} From 3d2d1b845cd365ac75d0e5bda37cf0fedfa49622 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Dec 2025 18:49:34 +0000 Subject: [PATCH 2/7] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/superdoc-dev/esign/compare/v1.3.1...v1.4.0) (2025-12-11) ### Bug Fixes * add 'react/jsx-runtime' to external dependencies in Vite config ([f05380f](https://github.com/superdoc-dev/esign/commit/f05380f5543d22cc6e781622b7b7e87306e9939f)) * disable comments module + sd update ([#8](https://github.com/superdoc-dev/esign/issues/8)) ([b9ac704](https://github.com/superdoc-dev/esign/commit/b9ac704a8a0179d31b7e8a3721ad05faea817d91)) * React 18 Strict Mode compatibility for SuperDoc initialization ([#7](https://github.com/superdoc-dev/esign/issues/7)) ([488eed8](https://github.com/superdoc-dev/esign/commit/488eed86bde04e5a20bdbdc55b4729c93527cf35)) * restore React dedupe to prevent duplicate instance errors ([3fc8f99](https://github.com/superdoc-dev/esign/commit/3fc8f99dda514eb7a774fa6dbb89ebced1ccbaf3)) * update GitHub Actions workflow to correctly set environment variables and clean up build artifacts ([a1eba5b](https://github.com/superdoc-dev/esign/commit/a1eba5bd4ef771ad55dbfa661c94150f845d0f5e)) ### Features * background color css ([#6](https://github.com/superdoc-dev/esign/issues/6)) ([73c2862](https://github.com/superdoc-dev/esign/commit/73c28621da75a9c4d9891fb959f015b38c8b59d5)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1791a6e..1851ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.4.0](https://github.com/superdoc-dev/esign/compare/v1.3.1...v1.4.0) (2025-12-11) + + +### Bug Fixes + +* add 'react/jsx-runtime' to external dependencies in Vite config ([f05380f](https://github.com/superdoc-dev/esign/commit/f05380f5543d22cc6e781622b7b7e87306e9939f)) +* disable comments module + sd update ([#8](https://github.com/superdoc-dev/esign/issues/8)) ([b9ac704](https://github.com/superdoc-dev/esign/commit/b9ac704a8a0179d31b7e8a3721ad05faea817d91)) +* React 18 Strict Mode compatibility for SuperDoc initialization ([#7](https://github.com/superdoc-dev/esign/issues/7)) ([488eed8](https://github.com/superdoc-dev/esign/commit/488eed86bde04e5a20bdbdc55b4729c93527cf35)) +* restore React dedupe to prevent duplicate instance errors ([3fc8f99](https://github.com/superdoc-dev/esign/commit/3fc8f99dda514eb7a774fa6dbb89ebced1ccbaf3)) +* update GitHub Actions workflow to correctly set environment variables and clean up build artifacts ([a1eba5b](https://github.com/superdoc-dev/esign/commit/a1eba5bd4ef771ad55dbfa661c94150f845d0f5e)) + + +### Features + +* background color css ([#6](https://github.com/superdoc-dev/esign/issues/6)) ([73c2862](https://github.com/superdoc-dev/esign/commit/73c28621da75a9c4d9891fb959f015b38c8b59d5)) + ## [1.3.1](https://github.com/superdoc-dev/esign/compare/v1.3.0...v1.3.1) (2025-11-19) diff --git a/package.json b/package.json index fdfed8f..97b8136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.3.1", + "version": "1.4.0", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js", From dc2a6d3d4fc26c7c94a45195f6246f8b331079b8 Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Thu, 11 Dec 2025 16:05:20 -0300 Subject: [PATCH 3/7] fix: force release From e8b5a3272d38ace515bdea4ab5affab5e1779990 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Dec 2025 19:06:33 +0000 Subject: [PATCH 4/7] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/superdoc-dev/esign/compare/v1.4.0...v1.4.1) (2025-12-11) ### Bug Fixes * force release ([dc2a6d3](https://github.com/superdoc-dev/esign/commit/dc2a6d3d4fc26c7c94a45195f6246f8b331079b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1851ee7..0c76f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/superdoc-dev/esign/compare/v1.4.0...v1.4.1) (2025-12-11) + + +### Bug Fixes + +* force release ([dc2a6d3](https://github.com/superdoc-dev/esign/commit/dc2a6d3d4fc26c7c94a45195f6246f8b331079b8)) + # [1.4.0](https://github.com/superdoc-dev/esign/compare/v1.3.1...v1.4.0) (2025-12-11) diff --git a/package.json b/package.json index 97b8136..79b1655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.4.0", + "version": "1.4.1", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js", From 9ecf1a308ea4ea4f4184634089d49fa4a896ed69 Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Thu, 11 Dec 2025 16:10:49 -0300 Subject: [PATCH 5/7] fix: add electronic-signature keyword for discoverability --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79b1655..bb58061 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "superdoc", "esign", "esignature", + "electronic-signature", "clickwrap", "agreement", "document", @@ -100,4 +101,4 @@ "engines": { "node": ">=18" } -} +} \ No newline at end of file From 37443a183ee50cd9b3fc1f780a1774046aff732e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Dec 2025 19:11:40 +0000 Subject: [PATCH 6/7] chore(release): 1.4.2 [skip ci] ## [1.4.2](https://github.com/superdoc-dev/esign/compare/v1.4.1...v1.4.2) (2025-12-11) ### Bug Fixes * add electronic-signature keyword for discoverability ([9ecf1a3](https://github.com/superdoc-dev/esign/commit/9ecf1a308ea4ea4f4184634089d49fa4a896ed69)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c76f2c..63b94ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/superdoc-dev/esign/compare/v1.4.1...v1.4.2) (2025-12-11) + + +### Bug Fixes + +* add electronic-signature keyword for discoverability ([9ecf1a3](https://github.com/superdoc-dev/esign/commit/9ecf1a308ea4ea4f4184634089d49fa4a896ed69)) + ## [1.4.1](https://github.com/superdoc-dev/esign/compare/v1.4.0...v1.4.1) (2025-12-11) diff --git a/package.json b/package.json index bb58061..0a6879c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.4.1", + "version": "1.4.2", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js", @@ -101,4 +101,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} From d6450fda2e9525f198626866cda5d89878ce85cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Dec 2025 20:28:56 +0000 Subject: [PATCH 7/7] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/superdoc-dev/esign/compare/v1.4.2...v1.5.0) (2025-12-26) ### Features * enhance download functionality with loading state and API integration ([#10](https://github.com/superdoc-dev/esign/issues/10)) ([6051e8f](https://github.com/superdoc-dev/esign/commit/6051e8f36936129135a53cfa7f114b333f9813ea)) * responsive layout mode ([#11](https://github.com/superdoc-dev/esign/issues/11)) ([410924b](https://github.com/superdoc-dev/esign/commit/410924b2042a874119831d6e5d55b2651e573d93)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b94ee..b778504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.5.0](https://github.com/superdoc-dev/esign/compare/v1.4.2...v1.5.0) (2025-12-26) + + +### Features + +* enhance download functionality with loading state and API integration ([#10](https://github.com/superdoc-dev/esign/issues/10)) ([6051e8f](https://github.com/superdoc-dev/esign/commit/6051e8f36936129135a53cfa7f114b333f9813ea)) +* responsive layout mode ([#11](https://github.com/superdoc-dev/esign/issues/11)) ([410924b](https://github.com/superdoc-dev/esign/commit/410924b2042a874119831d6e5d55b2651e573d93)) + ## [1.4.2](https://github.com/superdoc-dev/esign/compare/v1.4.1...v1.4.2) (2025-12-11) diff --git a/package.json b/package.json index 6485302..ea7cf1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.4.2", + "version": "1.5.0", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js",