diff --git a/CHANGELOG.md b/CHANGELOG.md index 91be6d2..b778504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +# [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) + + +### 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) + + +### 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) + + +### 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) + + +### 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 dd90b60..ea7cf1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@superdoc-dev/esign", - "version": "1.3.0", + "version": "1.5.0", "description": "React eSignature component for SuperDoc", "type": "module", "main": "./dist/index.js", @@ -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 +}