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

Commit 3d2d1b8

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.1...v1.4.0) (2025-12-11) ### Bug Fixes * add 'react/jsx-runtime' to external dependencies in Vite config ([f05380f](f05380f)) * disable comments module + sd update ([#8](#8)) ([b9ac704](b9ac704)) * React 18 Strict Mode compatibility for SuperDoc initialization ([#7](#7)) ([488eed8](488eed8)) * restore React dedupe to prevent duplicate instance errors ([3fc8f99](3fc8f99)) * update GitHub Actions workflow to correctly set environment variables and clean up build artifacts ([a1eba5b](a1eba5b)) ### Features * background color css ([#6](#6)) ([73c2862](73c2862))
1 parent 63ecd77 commit 3d2d1b8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.4.0](https://github.com/superdoc-dev/esign/compare/v1.3.1...v1.4.0) (2025-12-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add 'react/jsx-runtime' to external dependencies in Vite config ([f05380f](https://github.com/superdoc-dev/esign/commit/f05380f5543d22cc6e781622b7b7e87306e9939f))
7+
* disable comments module + sd update ([#8](https://github.com/superdoc-dev/esign/issues/8)) ([b9ac704](https://github.com/superdoc-dev/esign/commit/b9ac704a8a0179d31b7e8a3721ad05faea817d91))
8+
* 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))
9+
* restore React dedupe to prevent duplicate instance errors ([3fc8f99](https://github.com/superdoc-dev/esign/commit/3fc8f99dda514eb7a774fa6dbb89ebced1ccbaf3))
10+
* update GitHub Actions workflow to correctly set environment variables and clean up build artifacts ([a1eba5b](https://github.com/superdoc-dev/esign/commit/a1eba5bd4ef771ad55dbfa661c94150f845d0f5e))
11+
12+
13+
### Features
14+
15+
* background color css ([#6](https://github.com/superdoc-dev/esign/issues/6)) ([73c2862](https://github.com/superdoc-dev/esign/commit/73c28621da75a9c4d9891fb959f015b38c8b59d5))
16+
117
## [1.3.1](https://github.com/superdoc-dev/esign/compare/v1.3.0...v1.3.1) (2025-11-19)
218

319

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/esign",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "React eSignature component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)