Skip to content

Releases: influxdata/giraffe

v2.34.2

12 Sep 16:42
0b2f722
Compare
Choose a tag to compare

Simple Table performance improvement

Speeds up the initial row height calculations for Simple Table to improve performance on large data sets

v2.34.1

01 Sep 20:09
f5e2476
Compare
Choose a tag to compare

Band graph no longer uses Douglas Peucker algorithm

To avoid dropping required points in lines used in its shading, Band graph no longer uses the Douglas Peucker algorithm

v2.34.0

31 Aug 23:54
cbde15d
Compare
Choose a tag to compare

Updates the file structure

  • components are organized into subfolders
  • internal types for the Geo visualization are no longer exported
  • stories are grouped more logically by visualization type
  • stories that are tests have their own page

v2.33.6

19 Aug 17:30
Compare
Choose a tag to compare

Update table header row to be an html button

Fixes unintentional text highlighting caused when clicking table header row

v2.33.5

09 Aug 17:47
e20bca5
Compare
Choose a tag to compare

Simple Table - estimated initial height capped at screen height

  • The estimated initial height for each page of the table is capped at the height of the screen

v2.33.4

04 Aug 17:14
2c3bfa4
Compare
Choose a tag to compare

Simple Table - selecting text

  • Allow Simple Table text to be selected in Safari

v2.33.3

03 Aug 18:16
e3eedf1
Compare
Choose a tag to compare

Table sort icon

Fixes the hex value for the icon used to indicate sort direction (ascending, descending) in Tables

v2.33.2

02 Aug 22:39
d0eea27
Compare
Choose a tag to compare

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, and cf-form-md-padding
  • Decreases the minimum height required to render the last visible row

v2.33.1

29 Jul 23:49
c5e9dcb
Compare
Choose a tag to compare

Simple Table visual presentation

v2.33.0

26 Jul 21:11
acfe976
Compare
Choose a tag to compare

Simple Table update

  • updates the interface for SimpleTableLayer to make parsing the fluxResponse optional. This improves the performance of SimpleTable for applications that have already parsed the fluxResponse
  • fixes various bugs and behavioral differences by matching the latest code for the original SimpleTable implemented at influxdata/ui