Skip to content

Commit 3946d14

Browse files
chore(template-builder): 1.10.0 [skip ci]
Based on my analysis of the 106 commits in this release, here are the release notes: --- ### What's New **Right-to-left language support** — RTL rendering and text direction for body text, lists, and headers/footers. **Page tokens and SDT inside tables** — Render page numbers and structured content blocks inside table cells, enabling documents with complex layouts. **No-break hyphen rendering** — Full support for non-breaking hyphens in documents. **Formatting marks toggle** — Show or hide formatting symbols like spaces and paragraph breaks. **Ordered list style expansion** — Five new ordered list formats: upper/lower Roman, upper/lower Alpha with parentheses, and decimal with parentheses. **Context menu for lists** — Right-click menu on list markers for quick style changes and formatting. **Column balancing** — Automatic text balancing at continuous section breaks. **Enhanced structured content styling** — CSS custom properties for block variables—customize control borders, backgrounds, and label colors without editing HTML. **Drag-and-drop for internal objects** — Reorder images, tables, and other elements by dragging. **Custom UI API expansion** — New controller surfaces for selection capture/restore, viewport queries, point-to-entity lookup, and context menu contributions. **LLM-ready table operations** — Programmatic table manipulation via intent tools, enabling AI agents to modify table content and structure. **New examples** — Configurable toolbar and selection-capture demonstrations for Custom UI patterns. ### Fixes **Document render stability** — Crash on certain layouts fixed. **Tab spacing corrections** — Proper positioning for paragraphs with negative indents and hanging indents. **XML export safety** — Entity escaping in OPC attribute values prevents export failures. **Click handling** — No more errant editor activations from clicks between pages. **Context menu suggestions** — Spelling suggestions reappear after typecheck. **Table of contents in structured content** — TOC fields now render inside SDT blocks. **Tracked changes preservation** — Field tracking survives import/export cycles. **Right-click behavior** — Custom context menus respect disableContextMenu setting. **SuperDoc context paste** — Clipboard handling for SuperDoc-managed content. ### Dependency Updates **Template Builder compatibility** — Bumped SuperDoc peer dependency floor to 1.31.1 to fix CSS selector generation in older versions.
1 parent 9ad23a6 commit 3946d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/template-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdoc-dev/template-builder",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "React template builder component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)