mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-16 02:09:10 -04:00
* docs: add list schema implementation plan * feat(schemas): add list schema * fix(schemas): improve list form editing * fix(schemas): localize list editing labels * fix(schemas): align table control buttons * fix(schemas): keep list designer editing during actions * fix(tsconfig): resolve list schema subpath * fix(schemas): keep list action clicks isolated * fix(schemas): support empty list state * fix(schemas): allow editing list items in designer * fix(schemas): keep list designer editing on enter * fix(schemas): ignore IME enter in list editor * fix(schemas): make enter insert list item line breaks * test(generator): add list plugin to playground snapshots * refactor(schemas): render list items with text ui * fix(schemas): adapt list prop panel fields by style * fix(schemas): simplify list options and nested numbering * Reorder import statements in generate-templates-thumbnail * Reorder List plugin in getPlugins function * fix(ui): reflow schemas after dynamic list resize * chore: remove obsolete list plan * fix(ui): reflow form list height changes * fix(ui): keep designer height changes local * fix(schemas): commit list item line breaks immediately * fix(schemas): restore list focus after line break rerender * fix(schemas): keep form list focused after enter * test(generator): update dynamic list snapshots * fix(schemas): store list content as json arrays * fix(schemas): address list review cleanup * test(ui): update designer snapshot * chore: trim list pr noise * fix(schemas): align list markers in ui