Skip to content

Releases: Semantu/linked-react

v1.0.0

12 Feb 05:10
4224109

Choose a tag to compare

Major Changes

Initial extraction from the LINCD monolith. Moves React-specific linked component wrappers into a standalone package.

  • linkedComponent(...) and linkedSetComponent(...) extracted from lincd.
  • LinkedComponentClass base class for class-based linked components.
  • useStyles(...) hook for component styling.
  • Pagination API (nextPage, previousPage, setPage, setLimit) on linked set components.
  • _refresh(updatedProps?) for optimistic UI updates on linked components.