Release summaries
native-presentation-runtime-parity
Expose shared table render-model types and visualization model hook from the React Native presentation runtime entrypoint.
maintainer
The native runtime root barrel and package exports now stay aligned with native design-system consumers that should not import the web runtime directly.
integrator
Expo and React Native callers can import ContractTableRowRenderModel and useVisualizationModel from the native runtime entrypoint or useVisualizationModel subpath.
native-table-primitive-rendering
Keep shared table string headers and cells as primitive render-model values so React Native table renderers can wrap them in Text.
maintainer
The TanStack-backed table controller now resolves its internal header and cell templates directly instead of returning React component wrappers for primitive strings.
integrator
Expo consumers can keep importing the shared table hook through the native presentation runtime while native UI-kit tables receive strings they can wrap in Text.
customer
Agent-console and other native table previews no longer fail when string table headers or formatted cell values render inside React Native table cells.
