Skip to content

Releases: influxdata/giraffe

v2.38.1

Choose a tag to compare

@TCL735 TCL735 released this 27 Oct 21:25
e22fbcc

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

Choose a tag to compare

@TCL735 TCL735 released this 11 Oct 19:39
5018caa

Single Stat styling

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

v2.37.1

Choose a tag to compare

@TCL735 TCL735 released this 06 Oct 17:20
a88b2fb

Simple Table - multiple table headers

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

v2.37.0

Choose a tag to compare

@TCL735 TCL735 released this 03 Oct 20:58
909ac2c

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

Choose a tag to compare

@TCL735 TCL735 released this 28 Sep 21:22
1654eda

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

Choose a tag to compare

@TCL735 TCL735 released this 26 Sep 17:04
bbf891e

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

Choose a tag to compare

@hoorayimhelping hoorayimhelping released this 21 Sep 15:13

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

Choose a tag to compare

@hoorayimhelping hoorayimhelping released this 21 Sep 14:26

Fix Font Loading in Consuming Applications

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

v2.34.4

Choose a tag to compare

@TCL735 TCL735 released this 20 Sep 17:44
d2fda3a

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

Choose a tag to compare

@TCL735 TCL735 released this 14 Sep 20:48
8e72a58

RawFluxDataTable

RawFluxDataTable is once again visible against its own background color.