Commit Graph

85 Commits

Author SHA1 Message Date
Sebastian Moßburger
da7f7cfb0b fix(common): Move typing dependencies to peer (#477)
* 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>
2024-06-01 09:11:50 +09:00
Kyohei Fukuda
700a088527 Add ReadOnly Schemas (#386)
* TMP

* IMPL

* Remove console.log statement in imageSize function

* TMP add test

* Update @pdfme/pdf-lib

* Update package-lock.json

* Update snapshot
2023-12-23 17:21:35 +09:00
Kyohei Fukuda
e1ce94c4ec Add SVG Schema (#384)
* TMP

* Impl SVG schema in the schemas package

* Update @pdfme/pdf-lib to version 1.18.1

* Change image schema

* Update devBuild:watch script in package.json
2023-12-22 00:12:12 +09:00
Kyohei Fukuda
6d823cf007 Fix error (#339) 2023-11-27 09:37:25 +09:00
Kyohei Fukuda
c1e24761d2 [WIP] Enhancing the development experience (#327)
* TMP

* TMP

* Fix failing test

* Update ESLint configuration

* Update ESLint configuration
2023-11-22 00:09:00 +09:00
Kyohei Fukuda
66553edf20 Custom Design for UI#243 (#322) 2023-11-19 18:21:41 +09:00
Staffan Enberg
815cbd84b4 Add types to package exports (#316)
Co-authored-by: Staffan Enberg <staffa.enberg@gmail.com>
2023-11-13 20:42:54 +09:00
Kyohei Fukuda
ec7ab807e9 Set type:module for all package, and Update pdfjs-dist at ui 2023-11-10 12:03:49 +09:00
Kyohei Fukuda
45d18a5f1f npm run build command to parallel 2023-11-07 10:52:55 +09:00
Kyohei Fukuda
1fe8a2e008 Change package.json's version 2023-11-03 18:19:06 +09:00
Kyohei Fukuda
7d6434b4c7 Remove beta from package version 2023-11-03 17:33:26 +09:00
Kyohei Fukuda
9b4d1173f8 Update version to 3.0.0-beta.2 2023-10-29 16:43:27 +09:00
Kyohei Fukuda
c9c3afbc70 Update version to 3.0.0-beta.1 2023-10-29 16:26:13 +09:00
Kyohei Fukuda
c2fd0a8fae Add schemas package (#278)
* Add schemas package

* TMP

* TMP

* Fix text pdfRender bug

* move render props type to schema

* update type

* TMP

* remove webpack

* Fix build error

* Add comment

* TMP

* bugfix

* TMP

* Bug fix for dynamicFontSize

* Minor fix

* TMP

* Minor fix

* Fix build error

* Add generics

* add comment

* Minor fix

* Move Plugin type to common from schemas

* TMP Move some pdfme/common functions to pdfme/schemas

* Fix test

* Fix build bug

* Fix build error

* Refactoring

* remove any type

* Fix fail test

* Fix build error

* Minor fix

* Refactoring

* Fix format
2023-10-18 17:29:49 +09:00
Kyohei Fukuda
30a0ce2eda Update version to 2.2.1 2023-09-23 17:12:09 +09:00
Kyohei Fukuda
8d4b9f00f2 Move createBarCode to common 2023-09-12 10:59:40 +09:00
Kyohei Fukuda
f2d81fd538 Update version to 2.2.0 2023-08-27 16:12:07 +09:00
Kyohei Fukuda
4576b243ea Update version to 2.1.0 2023-08-19 15:35:12 +09:00
Kyohei Fukuda
b5c176b498 Update version to 2.0.2 2023-08-04 10:57:55 +09:00
Kyohei Fukuda
f2db4481a1 Update version to 2.0.1 2023-07-31 09:37:53 +09:00
Kyohei Fukuda
0e1ea6b589 Update version to 2.0.0 2023-07-31 09:13:13 +09:00
Kyohei Fukuda
60cee52efc Update version to 1.2.6 2023-06-28 22:14:11 +09:00
Kyohei Fukuda
cd3aad2676 Update version to 1.2.5 2023-06-28 22:09:57 +09:00
Kyohei Fukuda
a675222f00 Update version to 1.2.4 2023-06-24 12:04:28 +09:00
Kyohei Fukuda
3dcfe19bbe Update version to 1.2.3 2023-06-10 17:42:55 +09:00
Kyohei Fukuda
15fe2b07c7 Update version to 1.2.2 2023-06-04 17:56:36 +09:00
Kyohei Fukuda
1b686d40b1 Update version to 1.2.1 2023-06-04 17:16:26 +09:00
Kyohei Fukuda
6759d94536 Update version to 1.2.0 2023-06-04 16:32:34 +09:00
Kyohei Fukuda
7fd97abe62 Remove '@pdfme/pdf-lib' in common package #178 and Optimize 2023-06-04 15:42:22 +09:00
Kyohei Fukuda
f05d73d9f6 Restore the version in package.json to the latest 2023-06-03 18:12:58 +09:00
Kyohei Fukuda
a72f931b28 Fixed a bug where dynamic fonts were not working when a URL was specified for the font data 2023-06-03 17:55:52 +09:00
steffancarrington
26a129f4db Calculate Dynamic Font Size using Fontkit 2023-05-23 10:20:41 +01:00
steffancarrington
4372225522 Dynamic Fonts - lib imports updated and const refactoring added 2023-05-19 16:25:13 +01:00
Kyohei Fukuda
77445ea92c Update version to 1.1.9 2023-03-05 14:57:07 +09:00
Kyohei Fukuda
f81caeee70 Update version to 1.1.8 2023-03-05 14:55:50 +09:00
Kyohei Fukuda
23948a67b3 Update version to 1.1.7 2023-03-04 17:25:19 +09:00
Kyohei Fukuda
9699da902c Minor fix 2023-01-17 00:07:57 +09:00
Kyohei Fukuda
035879d6da Update version to 1.1.5 2023-01-16 16:04:50 +09:00
Kyohei Fukuda
836dcea413 Update version to 1.1.4 2023-01-13 16:42:30 +09:00
Kyohei Fukuda
3ee3d7d326 Update version to 1.1.3 2023-01-13 16:31:05 +09:00
Kyohei Fukuda
f5eb50622d Update version to 1.1.2 2023-01-13 16:15:14 +09:00
Kyohei Fukuda
f6e53b0495 Update version to 1.1.1 2023-01-13 15:43:31 +09:00
Kyohei Fukuda
bb7e982190 Update version to 1.1.0 2023-01-13 14:29:03 +09:00
Kyohei Fukuda
329ffc9f84 Fix test config 2023-01-13 14:23:24 +09:00
Kyohei Fukuda
956689fc35 TMP fix import ext 2023-01-13 12:47:02 +09:00
Kyohei Fukuda
e341c38f99 Fix jest setting 2023-01-03 12:48:56 +09:00
Kyohei Fukuda
20ae05e87e [TMP] Remove umd, Add cjs, esm. 2023-01-03 12:32:59 +09:00
Kyohei Fukuda
9afee50444 Update version to 1.0.18 2022-12-28 10:49:49 +09:00
Kyohei Fukuda
57886f254b Update version to 1.0.17 2022-10-19 21:53:17 +09:00
Kyohei Fukuda
7f9b21c1f8 Update version to 1.0.16 2022-10-19 18:00:42 +09:00