* Add pdf2img integration for converting PDF to images in e2e tests
* Refactor PDF generation tests to convert PDFs to images and validate against snapshots
* Refactor package.json files to remove "type": "module" and update import statements to CommonJS format
* Fix e2e test
* Add new image snapshots for e2e tests and remove obsolete snapshot
* Remove fast-xml-parser dependency and update vite-tsconfig-paths to 5.1.4
* tmp
* Refactor test files and scripts to use ES modules; remove obsolete files
* Enhance tests with new PDF utilities and update Jest configuration for ESM support
* fix: update .gitignore to include thumbnail.png and modify dev script to generate template assets
* feat: add author information to templates and update issue templates
* TMP
* TMP
* feat: update feedback template link to include template name in title
* 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
* fix(dep): Remove antd as direct dependency of common
* Move form-render to peer as well
* update esbuild
---------
Co-authored-by: Kyohei Fukuda <kyoheif@wix.com>
* Reconsider the internal data types and the template types (#389)
* Change SchemaForUI's data and readOnlyValue to content
* Fix bug
* Remove sampledata and instead always use content. & Use content regardless of readOnly or not. & Eliminate defaultValue and replace it with always using content.
* Change website template
* Fix placeholder bug
* Change generator test template
* Change content to optional
* Move getInputFromTemplate to common
* Remove columns
* Fix test
* move dynamictable.excalidraw
* remove idea dir
* New basePdf type and Support adding new pages to template (#394)
* Minor fix
* IMPL Support adding new pages to template #111
* Fix test
* Minor fix
* IMPL padding behavior
* Update snapshot
* Minor fix
* Update snapshot
* add i18n
* remove option from BlankPdf.padding
* Minor fix
* Minor fix
* format
* Add changeSchemas unit test (#403)
* Minor fix
* Add a version number to pdfme template from V4 onwards (#404)
* Impl
* Minor fix
* Padding move width (#407)
* Refactor position and size handling in helper.ts
* Fix bug
* Add DynamicTable Schema #332 (#408)
* [tmp] add some comment
* Update snapshot
* Add deploy-table script to package.json
* add new template for playground
* bug fix for form
* fix cell editing bug
* Fix Adding rows doesn't change the overall height of the table
* fix padding problem
* Fix build error
* Fix bug
* Minor fix
* Fix New lines not reflecting correctly
* minor fix
* Minor fix
* Change tableStyles def
* add i18n
* small bugfix
* FIx some TODO
* Remove japanese comment
* Minor fix
* Fix infinity loom for form
* fix save inputs bug
* fix window resize bug
* add skip for failing test and update snapshot
* Minor fix
* add presets for playground
* Minor fix
* Reconsider the internal data types and the template types (#389)
* Change SchemaForUI's data and readOnlyValue to content
* Fix bug
* Remove sampledata and instead always use content. & Use content regardless of readOnly or not. & Eliminate defaultValue and replace it with always using content.
* Change website template
* Fix placeholder bug
* Change generator test template
* Change content to optional
* Move getInputFromTemplate to common
* Remove columns
* Fix test
* move dynamictable.excalidraw
* remove idea dir
* New basePdf type and Support adding new pages to template (#394)
* Minor fix
* IMPL Support adding new pages to template #111
* Fix test
* Minor fix
* IMPL padding behavior
* Update snapshot
* Minor fix
* Update snapshot
* add i18n
* remove option from BlankPdf.padding
* Minor fix
* Minor fix
* format
* Add changeSchemas unit test (#403)
* Minor fix
* Add a version number to pdfme template from V4 onwards (#404)
* Impl
* Minor fix
* Padding move width (#407)
* Refactor position and size handling in helper.ts
* Fix bug
* Add DynamicTable Schema #332 (#408)
* [tmp] add some comment
* Update snapshot
* Add deploy-table script to package.json
* add new template for playground
* bug fix for form
* fix cell editing bug
* Fix Adding rows doesn't change the overall height of the table
* fix padding problem
* Fix build error
* Fix bug
* Minor fix
* Fix New lines not reflecting correctly
* minor fix
* Minor fix
* Change tableStyles def
* add i18n
* small bugfix
* FIx some TODO
* Remove japanese comment
* Minor fix
* Fix infinity loom for form
* fix save inputs bug
* fix window resize bug
* add skip for failing test and update snapshot
* Minor fix
* add presets for playground
* Minor fix
* Minor fix
* Update imports and fix font rendering
* Add a Left Sidebar for Placing Schemas #400 (#452)
* Remove original 'Add new field' Button
* add icon
* FIx drag position bug
* Minor fix
* Fix sidebar position
* Update snapshot
* Minor fix
* Update packages/ui/src/components/Designer/index.tsx
Co-authored-by: Peter Ward <pete@pennyblack.io>
---------
Co-authored-by: Peter Ward <pete@pennyblack.io>
* Fix test
* Improve left sidebar icon drop placement accuracy (#454)
* Fix Spanish translations for v4 (#463)
* Fix#431
* V4 (#467)
* feat: add french language
* feat: relecture
* feat: add french language
---------
Co-authored-by: regis <regis>
* Add French language option to playground
* rename table export name to tableBeta
---------
Co-authored-by: Peter Ward <pete@pennyblack.io>
Co-authored-by: Iker Diez <32014358+ikerd@users.noreply.github.com>
Co-authored-by: Régis <regis.charnace@leandco.fr>