hand-dot
a902b1d8bc
refactor(cli): remove examples command
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-10 16:44:17 +09:00
Kyohei Fukuda
ba50905193
[codex] Improve JSX authoring starters ( #1503 )
...
* feat(playground): improve jsx authoring starters
* refactor(playground): store authoring starters as template assets
* fix(playground): address authoring starter review
2026-05-11 15:20:03 +09:00
Kyohei Fukuda
449110e295
[codex] update demo and playground navigation ( #1502 )
...
* chore: update demo and playground navigation
* test: update playground navigation snapshots
2026-05-11 14:37:36 +09:00
Kyohei Fukuda
786c5b93a8
feat(playground): unify template workspace ( #1495 )
2026-05-09 17:16:18 +09:00
Kyohei Fukuda
fe1f275ea6
[codex] Add JSX Document static layout API ( #1491 )
...
* feat(jsx): add Document static layout API
* fix(jsx): tighten Document static API followups
2026-05-09 09:55:53 +09:00
Kyohei Fukuda
e8143a6a0f
[codex] Add playground presets and JSX Form preview ( #1488 )
...
* feat(playground): add presets and jsx form preview
* fix(jsx): normalize table width weights
* refactor(jsx): rename table column weights prop
* fix(playground): handle invalid jsx templates
* fix(playground): improve mobile preview sizing
* docs(jsx): clarify table column weights
* fix(playground): refine jsx preview followups
* test(jsx): narrow table column weights assertion
* fix(playground): ignore removed form input values
2026-05-08 16:11:13 +09:00
Kyohei Fukuda
95e8de77a8
[codex] Add JSX playground and Monaco editors ( #1487 )
...
* feat(playground): add jsx playground with monaco editors
* fix(playground): harden jsx playground runtime
* fix(playground): enable tsx highlighting in jsx editor
* fix(playground): harden jsx worker evaluator
2026-05-07 18:04:45 +09:00
Kyohei Fukuda
906e1ca3f0
[codex] Add md2pdf playground lab ( #1486 )
...
* feat(playground): add md2pdf lab
* feat(playground): show md2pdf timings
* feat(playground): add md2pdf docs notice
* chore(playground): remove template feedback button
* fix(playground): keep designer nav buttons on one line
* docs(website): document md2pdf converter
* docs(website): clarify md2pdf basePdf type
* fix(playground): link md2pdf docs section
* docs(converter): mark md2pdf as (beta) in English and Japanese documentation
* test(converter): avoid brittle img2pdf byte comparison
* fix(playground): address md2pdf review notes
2026-05-07 16:23:11 +09:00
Kyohei Fukuda
0fb9ce75aa
[codex] Improve md2pdf default styles ( #1485 )
...
* fix(converter): improve md2pdf default styles
* feat(schemas): add text box padding and borders
* fix(ui): avoid default text box style churn
* docs(schemas): clarify text box rendering
* fix(ui): restore text vertical alignment
* test(generator): update inline markdown snapshot
2026-05-07 15:12:06 +09:00
Kyohei Fukuda
de89113e6f
[codex] Edit split multivariable text chunks ( #1472 )
...
* fix(schemas): edit split MVT form chunks
* fix(uiRender): set height to 100% for styled text container
* fix(snapshots): set height to 100% for text elements in Designer and Preview snapshots
2026-05-06 12:49:09 +09:00
Kyohei Fukuda
b769fd2356
[codex] Document dynamic layout constraints ( #1471 )
...
* docs: update JSX md2pdf roadmap
* docs: document dynamic layout constraints
* docs: reference dynamic layout docs PR
2026-05-06 12:11:21 +09:00
hand-dot
c8ffadd499
feat(docs): update supported features to include list support and inline Markdown details
2026-05-03 13:45:54 +09:00
hand-dot
1b7ba110d9
fix: update markdown link handling and improve documentation structure
2026-04-03 16:28:27 +09:00
hand-dot
a174c686c5
Refactor CLI documentation for clarity and completeness
...
- Updated descriptions for command-line interface and its intended use cases.
- Enhanced command sections with clearer examples and options.
- Improved Japanese translation for consistency and accuracy.
- Added structured output details and exit codes for better user understanding.
- Expanded sections on PDF generation, validation, and diagnostics.
2026-04-03 16:28:12 +09:00
hand-dot
76e3a75148
fix: address review followups
2026-04-02 18:14:27 +09:00
hand-dot
00f8b40ee2
feat(cli): normalize doctor counts and validate canonical dates
2026-03-28 15:29:58 +09:00
hand-dot
ac6c0e7518
feat(cli): add barcode input hint rules
2026-03-28 14:48:29 +09:00
hand-dot
2a52ae3906
feat(cli): hint asset input content kinds
2026-03-28 14:43:23 +09:00
hand-dot
dc129c6a96
feat(cli): add table input contract hints
2026-03-28 14:34:29 +09:00
hand-dot
0dd0b4ed4f
feat(cli): add date format metadata to input hints
2026-03-28 14:17:07 +09:00
hand-dot
c8a2b613ee
feat(cli): add radio group input contract hints
2026-03-28 14:05:49 +09:00
hand-dot
cf92db3cef
feat(cli): add enum input hints for select and checkbox
2026-03-28 13:57:02 +09:00
hand-dot
8ffc8c9dc7
feat(cli): extend verbose parity across commands
2026-03-27 21:44:41 +09:00
hand-dot
67d3ee9487
feat(cli): add verbose parity and input hints
2026-03-27 21:26:33 +09:00
hand-dot
e9bb09a3e6
Promote signature and harden example jobs
2026-03-23 17:55:55 +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
6b06c606f7
Clean up playground deps and update converter docs
2026-03-20 23:16:12 +09:00
hand-dot
0d0f89f12b
Prepare ESM migration groundwork
2026-03-20 14:49:50 +09:00
hand-dot
060be0024a
docs: fix outdated pdfme-playground link in custom-schemas ( fixes #1372 )
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-18 09:26:34 +09:00
Tyler Barker
9d3cec85f0
Make Designer class initial state configurable ( #1003 )
...
* Ignore XML repomix output
* Extend UIOptions schema
* Enable init and update of pageCursor, sidebarOpen, and zoomLevel through options
* Rollback options-configurable pageCursor for now
* Remove onPageCursorChange mistakenly kept in useEffect dependencies
* Add UI options section to documentation for controlling zoom level and sidebar state
---------
Co-authored-by: hand-dot <kyouhei.fukuda0729@gmail.com >
2025-05-26 22:51:10 +09:00
Mikko Piuhola
34e9f49569
Document rectangle radius on website ( #962 )
2025-05-01 11:43:58 +09:00
Kyohei Fukuda
ae628ade13
Update docs
2025-04-28 10:55:58 +09:00
Kyohei Fukuda
df84e91028
Remove unused localization files and clean up translation code
2025-03-14 09:39:41 +09:00
Devin AI
ac182f3366
Complete Japanese translation of code.json UI elements
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 09:25:39 +00:00
Devin AI
18c9826750
Add Japanese translation for index.tsx and complete supported-features.md
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 09:06:33 +00:00
Devin AI
4a95fdd1c1
Complete Japanese translation of getting-started.md
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 08:36:49 +00:00
Devin AI
f557192d4e
Complete Japanese translation of documentation files
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 08:13:53 +00:00
Devin AI
315d18acb5
Address review comments: Fix Japanese translations and missing description fields
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 07:50:10 +00:00
Devin AI
8e2ed3496e
Update Japanese translation for getting-started.md
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 07:31:47 +00:00
Devin AI
ebbe705bc1
Add Japanese (ja) i18n support to Docusaurus website
...
Co-Authored-By: Kyohei Fukuda <kyouhei.fukuda0729@gmail.com >
2025-03-13 07:31:28 +00:00
hand-dot
783d60a458
add some documents
2022-01-19 15:29:46 +09:00
hand-dot
dc8855c331
tmp
2022-01-18 12:30:53 +09:00