Commit Graph

31 Commits

Author SHA1 Message Date
Kyohei Fukuda
9b95ea7e58 Update website (#520)
* Change website keyword

* website image optimize

* website: Add pdfme Cloud link to navigation bar

* website: Add pdfme Cloud link to footer

* update docusaurus

* add SidebarBanner

* Update readme
2024-07-25 21:14:40 +09:00
Kyohei Fukuda
5e79f7a0ed minor fix for playground 2024-04-20 15:41:29 +09:00
Kyohei Fukuda
19737c105b add blog post - Released pdfme V4 2024-04-14 17:36:28 +09:00
Kyohei Fukuda
4232b63e5b Optimize images 2024-04-14 16:57:02 +09:00
Kyohei Fukuda
13eeaa5ae4 Update table doc 2024-04-14 16:42:41 +09:00
Kyohei Fukuda
a3a2b0bdc6 [WIP] V4 (#427)
* 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>
2024-04-11 09:43:36 +09:00
hand-dot
2a7ad8b3af Change website docs 2024-03-02 18:11:48 +09:00
Kyohei Fukuda
85ddf3ea67 Add blog 2024-01-02 16:31:21 +09:00
Kyohei Fukuda
b22e82a8fb Update website (#365)
* Update modules

* Add blog dir

* Update supported features documentation

* Add blog post
2023-12-13 17:11:35 +09:00
Kyohei Fukuda
66553edf20 Custom Design for UI#243 (#322) 2023-11-19 18:21:41 +09:00
Kyohei Fukuda
5787079470 Separating Schema label from code identifier (#304)
* TMP

* Minor fix

* Update doc

* Rename `propPanel.propPanelSchema` to `propPanel.schema`

* Minor fix

* remove comment
2023-11-02 00:09:39 +09:00
Kyohei Fukuda
85ddded73f Update website doc: Custom Schemas(Plugins) 2023-10-30 13:34:43 +09:00
Kyohei Fukuda
3790a2a87c Set Rotate from propPanel default schema (#290) 2023-10-26 12:41:01 +09:00
Kyohei Fukuda
38c3ec81c4 Write documentation for Custom Schema Plugin (#283)
* TMP

* Update Special Thanks

* Minor fix

* Add FIXME comment

* remove image schema from builtin

* Update snapshot

* TMP

* fix fail test

* Minor fix

* Fix website build bug and demo bug

* Fix focus problem

* Minor fix

* Minor fix

* Minor fix

* Fix for image schema type bug

* add comment

* Move unnecessary type sharing from the common package to the each packages.

* TMP

* Add JSDoc

* TMP

* ja 2 en
2023-10-25 12:31:32 +09:00
hand-dot
6c95e2a1f6 Add DataGrid editor in website's demoapp 2022-05-30 21:43:25 +09:00
hand-dot
cb4cc03bf1 [TMP] refactoring demo app 2022-05-30 15:09:12 +09:00
hand-dot
f69fad1a1d Minor fix website 2022-05-30 13:08:38 +09:00
hand-dot
92287cb476 Add address label demo app 2022-05-29 15:20:04 +09:00
hand-dot
2e594fe9fb tmp Add qrcode demo app 2022-05-28 23:43:37 +09:00
hand-dot
4975900974 Fix invoice template 2022-05-28 19:03:30 +09:00
hand-dot
9bf7f9f65c tmp IMPL invoice demo app 2022-05-28 13:14:13 +09:00
hand-dot
44ba4636a1 Minor fix 2022-05-27 15:13:11 +09:00
hand-dot
5a016c9a82 IMPL Online Certificate Maker demo app 2022-05-27 14:42:27 +09:00
hand-dot
9e1d4d3b03 [WIP] create demos 2022-05-26 16:00:44 +09:00
hand-dot
a3086d5bfd Add ogimage in website and minor fix 2022-03-21 15:20:33 +09:00
hand-dot
259d1ba68f Add CNAME file for website 2022-03-03 18:46:22 +09:00
hand-dot
c3e723988e tmp 2022-01-21 12:44:37 +09:00
hand-dot
11ac6db46c tmp 2022-01-20 17:17:55 +09:00
hand-dot
4bfccb3b84 minor fix 2022-01-19 12:50:49 +09:00
hand-dot
582f43dfca design fix 2022-01-18 19:18:46 +09:00
hand-dot
dc8855c331 tmp 2022-01-18 12:30:53 +09:00