Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 23:41
· 150 commits to main since this release
d82d2f8

Major Changes

  • #4048 by @zbeyens – Move store state selectedCells and selectedTables from useTableStore to TablePlugin options store. This fixes the issue to get access to those state outside a table element (e.g. the toolbar)

  • #4048 by @zbeyens – Upgrade to jotai-x@2. Migration needed only if you use one of these stores:

    • useCommentStore
    • usePlaceholderStore
    • useResizableStore
    • useTableStore