Releases: githubocto/flat-ui
Releases · githubocto/flat-ui
Fix error when filtering while scrolled
- fix: handle getCellIndicies when child is undefined 6dff1ef
add number of columns to the footer
v0.13.5
v0.13.4
fix: sort blank number cells to the end
- fix: sort blank number cells to end e19b686
fix: be less eager when checking for colors
- fix: make color check less eager 00df00c
fix:make color swatches' width based on ems
- fix: make color swatches em width in case font-size is decreased 3a0bf3e
Add color cells
- feat: add support for colors d28e97a
Bug fixes (style edge cases & preserving state on data change)
- fix: dont wrap columns #20 was causing a row mismatch 2d13964
- fix: make hovered header overlay focused header 20e92e8
- fix: show overflowing numbers on hover 5a0d377
- fix: don't override sort & sticky on data change f20397c
- cleanup: remove unused group classes 17fdd65
- fix: group classname clash #20 if an ancestor component uses group, it won't trigger the tailwind group-hover classes 1e7f45a
- fix: default sticky column - fixes #19 wait to update after column names are created 3f7a748
fix: don't show rows without an id as "old" in diff view
- fix: dont show rows without id as "old" ff25bae