Releases: cozy/cozy-ui
Releases · cozy/cozy-ui
v127.2.0
v127.1.0
v127.0.1
v127.0.0
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 acontact
as prop and no longerdisplayName
andfamilyName
- VirtualizedTable: When using
cozy-ui/transpiled/react/table/virtualized
you must replacecomponentsProps.FixedHeaderContent
bycomponentsProps.fixedHeaderContent
andcomponentsProps.RowContent
bycomponentsProps.rowContent
- VirtualizedTable: If you used dragndrop in virtualized table, you now need to import table from elsewhere. Replace
cozy-ui/transpiled/react/Table/Virtualized
bycozy-ui/transpiled/react/Table/Virtualized/Dnd