Releases: Semantu/linked-react
Releases · Semantu/linked-react
v1.0.0
Major Changes
Initial extraction from the LINCD monolith. Moves React-specific linked component wrappers into a standalone package.
linkedComponent(...)andlinkedSetComponent(...)extracted fromlincd.LinkedComponentClassbase 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.