Skip to content

v139.0.0

Choose a tag to compare

@cozy-bot cozy-bot released this 01 Jun 14:01
· 14 commits to master since this release

139.0.0 (2026-06-01)

Features

  • Table: Add onDoubleClick prop (5fb38ec)
  • Table: Remove checkboxes (2f9761c)

BREAKING CHANGES

  • Table: Props onSelect, onSelectAll and withCheckbox have been removed from Virtualized Tables (import Table from 'cozy-ui/transpiled/react/Table/Virtualized'. You must put the onSelectAll in something else outside of the Table, and onSelect func in componentsProps.rowContent.onClick prop.