This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Releases: superdoc-dev/esign
Releases · superdoc-dev/esign
v2.0.0
2.0.0 (2026-01-30)
Features
BREAKING CHANGES
-
- Updated
superdocversion to 1.6.1 in package.json and pnpm-lock.yaml.
- Updated
- Refactored field IDs in the demo and core components for consistency, changing IDs to numeric values.
- Updated README examples to reflect new field ID structure.
- Improved handling of structured content updates in the SuperDocESign component.
- Updated various dependencies in the pnpm-lock.yaml for better compatibility and performance.
- feat: added table support and updated superdoc version
- Updated
superdocversion to 1.9.0 in package.json and pnpm-lock.yaml for improved features and compatibility. - Modified demo package.json to reflect the new superdoc version.
- Refactored document field handling in the App component to support table fields and improved state management.
- Updated tests to include support for table fields and ensure correct functionality.
- feat: update Vite configuration to exclude specific directories
- Added exclusion patterns for
node_modulesanddemo/serverin the Vite configuration to improve build performance and prevent unnecessary file processing.
- refactor: improve row deletion logic in the component
v2.0.0-next.1
2.0.0-next.1 (2026-01-30)
BREAKING CHANGES
-
- Updated
superdocversion to 1.6.1 in package.json and pnpm-lock.yaml.
- Updated
- Refactored field IDs in the demo and core components for consistency, changing IDs to numeric values.
- Updated README examples to reflect new field ID structure.
- Improved handling of structured content updates in the SuperDocESign component.
- Updated various dependencies in the pnpm-lock.yaml for better compatibility and performance.
- feat: added table support and updated superdoc version
- Updated
superdocversion to 1.9.0 in package.json and pnpm-lock.yaml for improved features and compatibility. - Modified demo package.json to reflect the new superdoc version.
- Refactored document field handling in the App component to support table fields and improved state management.
- Updated tests to include support for table fields and ensure correct functionality.
- feat: update Vite configuration to exclude specific directories
- Added exclusion patterns for
node_modulesanddemo/serverin the Vite configuration to improve build performance and prevent unnecessary file processing.
- refactor: improve row deletion logic in the component