Back to changelog index

42.0.7

May 25, 2026 · 1 packages · 2 unique changes · 1 release entry

libs

This release affects the sharedLibs family.

Run contractspec connect adoption resolve --family sharedLibs to see how it impacts your project.

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.

Migration guide

  • Import native presentation helpers from the native runtime package

    Native files can use @lssm-tech/lib.presentation-runtime-react-native for shared table render-model types and visualization model derivation.

    1. Replace native-only imports from @lssm-tech/lib.presentation-runtime-react with @lssm-tech/lib.presentation-runtime-react-native when consuming exported parity helpers.

Unique release changes

  • - Expose shared table render-model types and visualization model hook from the React Native presentation runtime entrypoint.

    1 packages · 1 occurrences

  • - Native files can use @lssm-tech/lib.presentation-runtime-react-native for shared table render-model types and visualization model derivation.

    1 packages · 1 occurrences

Impacted packages

  • @lssm-tech/lib.presentation-runtime-react-native

    Layer: libs · 2 changes