Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.34.2
v2.34.1
v2.34.0
v2.33.6
Update table header row to be an html button
Fixes unintentional text highlighting caused when clicking table header row
v2.33.5
v2.33.4
v2.33.3
v2.33.2
Simple Table minor updates
- Updates the
react-virtualized-auto-sizer
to the latest version - Adds missing classes to a few subcomponents
- Redefines
cf-form-md-font
,cf-form-md-height
, andcf-form-md-padding
- Decreases the minimum height required to render the last visible row
v2.33.1
Simple Table visual presentation
- Updates the visual presentation of SimpleTable to match the implementation found in https://github.com/influxdata/ui
v2.33.0
Simple Table update
- updates the interface for
SimpleTableLayer
to make parsing thefluxResponse
optional. This improves the performance ofSimpleTable
for applications that have already parsed thefluxResponse
- fixes various bugs and behavioral differences by matching the latest code for the original
SimpleTable
implemented at influxdata/ui