Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.38.1
Compare
Sorry, something went wrong.
No results found
TCL735
released this
27 Oct 21:25
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
Compare
Sorry, something went wrong.
No results found
TCL735
released this
11 Oct 19:39
Single Stat styling
Single Stat default styling is now applied by a stylesheet rather than inline styling to prevent font flashing.
v2.37.1
Compare
Sorry, something went wrong.
No results found
TCL735
released this
06 Oct 17:20
Simple Table - multiple table headers
Simple Table now correctly calculates the required height when multiple table headers are rendered.
v2.37.0
Compare
Sorry, something went wrong.
No results found
TCL735
released this
03 Oct 20:58
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
Compare
Sorry, something went wrong.
No results found
TCL735
released this
28 Sep 21:22
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
Compare
Sorry, something went wrong.
No results found
TCL735
released this
26 Sep 17:04
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix Font Loading in Consuming Applications
Giraffe should no longer throw console errors related to font errors in consuming applications
v2.34.4
Compare
Sorry, something went wrong.
No results found
TCL735
released this
20 Sep 17:44
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
Compare
Sorry, something went wrong.
No results found
TCL735
released this
14 Sep 20:48
RawFluxDataTable
RawFluxDataTable is once again visible against its own background color.