Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.38.1
Simple Table minimum render
Simple Table will render at least 1 row of data regardless of the (non-zero) available height when there is data to render.
v2.38.0
Single Stat styling
Single Stat default styling is now applied by a stylesheet rather than inline styling to prevent font flashing.
v2.37.1
Simple Table - multiple table headers
Simple Table now correctly calculates the required height when multiple table headers are rendered.
v2.37.0
Single Stat optional no text select
Single Stat now has an exported optional style that prevents the user from selecting the text of the Single Stat. This allows other click-drag behavior to be prioritized over copy-paste.
v2.36.1
isDefined is defined
isDefined
now correctly considers non-numbers such as strings to be defined
isDefinedOrNaN
has been added to further clarify what isDefined
means
v2.36.0
Table-like visualizations render faster
- PlotResizer is split into two:
PlotResizer
and TableResizer
TableResizer
no longer runs the usePlotEnv
hook which is not necessary for table-like visualizations: Gauge, RawFluxDataTable, SimpleTable, and Table
SizedTable
is now much more performant due to the removal of the usePlotEnv
hook
v2.35.0
Update Font of Single Stat and Gauge Graphs
- Updates the fonts on Single Stat and Guage to Proxima Nova. Previously they were falling back to the browser default serif font
v2.34.5
Fix Font Loading in Consuming Applications
- Giraffe should no longer throw console errors related to font errors in consuming applications
v2.34.4
Simple Table
SimpleTableLayer
is memoized to reduce unnecessary re-renders
- row height estimation waits for reference object to be attached before measuring
- row height has a built-in default
v2.34.3
RawFluxDataTable
RawFluxDataTable is once again visible against its own background color.