Commit 6b7e5b0
Luke Bowerman
0.9.24 Fixes (#1645)
- `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
- `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
- DataTableColumn width again supports `number` for percentage-based column widths
- DataTableCell refinements
- Fix default column sizing behavior bug1 parent d924551 commit 6b7e5b0
File tree
30 files changed
+272
-70
lines changed- packages/components
- snapshots
- DataTable
- Dialog
- src
- Avatar
- __snapshots__
- DataTable
- Column
- Header
- Item
- stories
- utils
- Dialog
- Layout
- stories
- Text
- __snapshots__
- Truncate
30 files changed
+272
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
13 | 27 | | |
14 | 28 | | |
15 | 29 | | |
| |||
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments