Commit Graph

10 Commits

Author SHA1 Message Date
Kyohei Fukuda
16bec8babb [codex] Add inline markdown text format (#1461)
* feat(schemas): add inline markdown text format

* fix(common): handle missing git tags in version script

* fix(converter): align pdfjs document options with latest types

* test(generator): update pdfjs image snapshots

* test(playground): register inline markdown example

* refactor(schemas): avoid default font i18n key

* refactor(schemas): move markdown controls to prop panel end

* refactor(schemas): use checkbox for inline markdown toggle

* fix(schemas): localize multi variable text prop labels

* refactor(schemas): align inline markdown fallback control

* fix(schemas): address inline markdown review feedback

* refactor(schemas): address inline markdown review refinements

* fix(schemas): correct synthetic italic pdf skew

* test(playground): add bold italic inline markdown sample
2026-05-02 16:34:43 +09:00
hand-dot
76e3a75148 fix: address review followups 2026-04-02 18:14:27 +09:00
hand-dot
f7dda37fcf Fix CodeQL alerts in schemas 2026-03-24 17:01:05 +09:00
hand-dot
d143331990 fix: replace toThrowError with toThrow for Jest 30 compatibility
Jest 30 removed the `toThrowError` matcher, unifying it with `toThrow`.
Also update UI snapshots for the new Jest snapshot header format.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:33:01 +09:00
Kyohei Fukuda
b0d980c433 Modification to make the library ESM-based. (#770)
* 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
2025-03-01 02:23:24 +09:00
Peter Ward
d34608e6b4 Multi-variable text edge case fixes (#728)
* 663 Fix Multi-variable text edge cases

* f

* f
2025-02-22 10:56:04 +09:00
Peter Ward
1d778fe5de [BC Break]: Template schema restructure from keyed object to array (#588) 2024-09-20 10:11:23 +01:00
Peter Ward
154a7b63f7 Handle empty input provided when rendering opitional MVT fields (#587) 2024-09-08 15:28:27 +09:00
Peter Ward
90679f27cf validate MVT field contents and skip rendering when non-required variables are missing a value (#585) 2024-09-05 10:50:44 +09:00
Peter Ward
dd33165b6c Add tests for underline, strikethrough and multi variable text (#557) 2024-08-10 13:46:26 +01:00