Skip to content

Releases: cozy/cozy-ui

v127.2.0

01 Jul 11:22
Compare
Choose a tag to compare

127.2.0 (2025-07-01)

Features

  • InstallFlagshipAppDialog: Replace wording and QRCode (b1bc4c9)

v127.1.0

01 Jul 10:28
Compare
Choose a tag to compare

127.1.0 (2025-07-01)

Features

  • TableContainer: Add square prop to remove radius (2e7c6c1)

v127.0.1

30 Jun 08:45
Compare
Choose a tag to compare

127.0.1 (2025-06-30)

Bug Fixes

  • Button: Use primary light background for ghost variant (bbe5c2e), closes #D2E9

v127.0.0

26 Jun 12:11
Compare
Choose a tag to compare

127.0.0 (2025-06-26)

Bug Fixes

  • Checkbox: Small size wasn't handle correctly (38d8923)
  • ContactIdentity: Now show me correctly (f009f34)
  • ContactName: Remove   if not needed (88834d9)
  • ContactName: Remove bottom gutter (f37aed8)
  • ContactRow: Remove required on onClick fn (663816d)
  • VirtualizedTable: Avoid spreading context object to DOM (5a0637b)
  • VirtualizedTable: Rename props spread to FixedHeaderContent and RowContent (d6f7f4a)

Features

  • Avatar: Add display prop to control display type (9d5c1c6)
  • Checkbox: Adjust small size style and add disableEffect prop (8578d3d)
  • ContactIdentity: Add noWrapper to avoid using embedded TableCell (787bd91)
  • ContactIdentity: Now use contact as prop (ea76949)
  • ContactIdentity: Replace legacy avatar by actual one (cd2c855)
  • Expose all Mui utililties helpers (b82fd81)
  • Table: Add min-height on body cells (2rem) (c4aed50)
  • TableContainer: Force elevation, using Paper and set z-index (b5bf6d2)
  • VirtualizedTable: Add possibility to spread onClick fn on cells (4e2d7bf)
  • VirtualizedTable: Can now sort on deep object attribute (ade4c3d)
  • VirtualizedTable: Extact dragndrop feature into separate component (e78ec95)
  • VirtualizedTable: Extract Dnd props to isolate dnd feature (1f2e3b1)
  • VirtualizedTable: Fill empty cell with simple dash (501a815)
  • VirtualizedTable: Hide checkbox by default (shown on hover only) (480f7d2)
  • VirtualizedTable: Use small checkbox and remove header hover effect (7f71bd9)

BREAKING CHANGES

  • ContactIdentity: When using cozy-ui/transpiled/react/ContactsList/Contacts/ContactName you have to pass a contact as prop and no longer displayName and familyName
  • VirtualizedTable: When using cozy-ui/transpiled/react/table/virtualized you must replace componentsProps.FixedHeaderContent by componentsProps.fixedHeaderContent and componentsProps.RowContent by componentsProps.rowContent
  • VirtualizedTable: If you used dragndrop in virtualized table, you now need to import table from elsewhere. Replace cozy-ui/transpiled/react/Table/Virtualized by cozy-ui/transpiled/react/Table/Virtualized/Dnd

v126.6.0

26 Jun 11:50
Compare
Choose a tag to compare

126.6.0 (2025-06-26)

Features

  • ActionsMenu: Add autoclose on context menu event (fb883f0)

v126.5.0

19 Jun 11:01
Compare
Choose a tag to compare

126.5.0 (2025-06-19)

Bug Fixes

  • VirtualizedTable: Remove using react suspense (a1f8030)

Features

  • VirtualizedTable: Add some prop spread to better give controls (4b080e6)

v126.4.0

17 Jun 14:52
Compare
Choose a tag to compare

126.4.0 (2025-06-17)

Features

  • VirtualizedTable: Lazy load dragndrop components (620846e)

v126.3.0

17 Jun 06:27
Compare
Choose a tag to compare

126.3.0 (2025-06-17)

Features

  • ExtendableFab: Forward ref in ExtendableFab component (86e0b93)

v126.2.0

16 Jun 13:01
Compare
Choose a tag to compare

126.2.0 (2025-06-16)

Bug Fixes

  • Table: Remove warning when using ref (d81f9cb)

Features

  • ActionMenu: Using ref is now optional (e9f951f)

v126.1.0

13 Jun 06:40
Compare
Choose a tag to compare

126.1.0 (2025-06-13)

Features