7 Commits

Author SHA1 Message Date
hand-dot
c1299b42c7 fix(repo): address build and ui review feedback 2026-04-02 16:48:36 +09:00
hand-dot
bfbe3ad17e fix: revert parallel test runner to vp sequential execution
The custom parallel test runner (run-workspace-tests.mjs) caused flaky
UI snapshot tests due to CPU contention during parallel execution.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 17:52:31 +09:00
hand-dot
c759a120d7 feat: update test script to run workspace tests and refactor schema imports
- Changed the test script in package.json to run workspace tests using a new script.
- Updated imports in generator and helper files to point to specific schema paths.
- Added new builtins and tables exports in schemas package.json and created corresponding files.
- Enhanced error handling in multiVariableText propPanel for JSON parsing.
- Refactored UI components to use React 18 and updated dependencies accordingly.
- Improved snapshot tests to ensure cleaner output by removing empty text nodes.
- Updated documentation to reflect changes in package usage and requirements.
2026-03-21 16:10:48 +09:00
hand-dot
3d87f977d6 use vp 2026-03-21 09:24:02 +09:00
Kyohei Fukuda
82d8019b13 Add converter package (#681)
* TMP

* TMP

* TMP

* Update README.md to provide library description and documentation link

* TMP

* TMP

* TMP

* TMP

* Update package dependencies by adding @pdfme/converter and removing pdfjs-dist

* Remove pdfjs-dist mock and update tests to reflect changes in dependencies

* minor fix and add document for website

* Add documentation for manipulator and optimizer, and organize converter in sidebar

* Refactor package dependencies by removing @pdfme/converter from peerDependencies and reinstating optionalDependencies for canvas in converter package
2025-01-24 11:09:29 +09:00
Kyohei Fukuda
5662357537 Organize files 2023-11-03 18:36:51 +09:00
Daniel Kastl
ec81f4df4c Adds automated publishing workflow (#306)
Signed-off-by: Daniel Kastl <daniel@georepublic.de>
2023-11-03 16:56:22 +09:00