Skip to content

Releases: influxdata/giraffe

v2.38.1

27 Oct 21:25
e22fbcc
Compare
Choose a tag to compare

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

11 Oct 19:39
5018caa
Compare
Choose a tag to compare

Single Stat styling

Single Stat default styling is now applied by a stylesheet rather than inline styling to prevent font flashing.

v2.37.1

06 Oct 17:20
a88b2fb
Compare
Choose a tag to compare

Simple Table - multiple table headers

Simple Table now correctly calculates the required height when multiple table headers are rendered.

v2.37.0

03 Oct 20:58
909ac2c
Compare
Choose a tag to compare

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

28 Sep 21:22
1654eda
Compare
Choose a tag to compare

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

26 Sep 17:04
bbf891e
Compare
Choose a tag to compare

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

21 Sep 15:13
Compare
Choose a tag to compare

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

21 Sep 14:26
Compare
Choose a tag to compare

Fix Font Loading in Consuming Applications

  • Giraffe should no longer throw console errors related to font errors in consuming applications

v2.34.4

20 Sep 17:44
d2fda3a
Compare
Choose a tag to compare

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

14 Sep 20:48
8e72a58
Compare
Choose a tag to compare

RawFluxDataTable

RawFluxDataTable is once again visible against its own background color.