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

v2.0.0-next.1

Pre-release
Pre-release

Choose a tag to compare

@superdoc-bot superdoc-bot released this 30 Jan 15:00
836c818

2.0.0-next.1 (2026-01-30)

  • Breaking change: ESign migrated to the latest SuperDoc [+ SD-1685] (#15) (836c818)

BREAKING CHANGES

    • Updated superdoc version to 1.6.1 in package.json and pnpm-lock.yaml.
  • 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 superdoc version 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_modules and demo/server in the Vite configuration to improve build performance and prevent unnecessary file processing.
  • refactor: improve row deletion logic in the component