Skip to content

0.9.24

Choose a tag to compare

released this 11 Nov 20:34

@looker/components

Added

  • ExtendComponentsProvider
  • useDataTable hook for simple DataTable rendering (used for testing)

Fixed

  • Avatar will consistently maintain it's 1:1 aspect ratio within flex layouts
  • CodeBlock should now uses overflow-y: auto instead of overflow-y: scroll
  • DataTable with number columns now properly aligns the cell content
  • DataTableCell truncates description appropriately now
  • DataTableCell with a link is presented properly when it gains focus via keyboard
  • DataTableColumn width again supports number for percentage-based column widths
  • DataTableHeaderCell properly aligns sort direction icon when column size is specified
  • DataTableItem supports a single column
  • DialogContent now will only enter "overflow" state exactly once per render lifecycle
  • DialogFooterLayout is no longer exported