Skip to content

Releases: influxdata/giraffe

v2.19.0

27 Oct 19:38
099d304
Compare
Choose a tag to compare

Mosaic y-axis column order

  • columns on the y-axis will be rendered in the same order for the same set of column keys every time
  • columns are sorted alphabetically on the y-axis from bottom to top

v2.18.11

25 Oct 22:18
19c40ab
Compare
Choose a tag to compare

Non-numbers in a number column

  • Non-numbers in a number column will render correctly as the given value, such as Infinity, +Inf, -Inf, , +∞, -∞
  • null will continue to render as an empty space in table visualizations
    • Note: null must appear as the word null in the data for this to occur. Actual nullness (the lack of value) or an empty string will be considered 0

v2.18.10

20 Oct 19:41
cdd462f
Compare
Choose a tag to compare

Update testID for PaginationItem

  • updates the testID for PaginationItem with the page number and active state.

v2.18.9

20 Oct 17:41
c17f289
Compare
Choose a tag to compare

Annotation pins have a className

  • all annotations have a className for easy targeting in end-to-end testing such as Cypress

v2.18.8

19 Oct 18:12
d6425a9
Compare
Choose a tag to compare

Update testID for TableCell

  • updates the testID for TableCell with the state of the sort direction.

v2.18.7

13 Oct 00:34
8982258
Compare
Choose a tag to compare

Webpack config update

  • removes duplicate css rule

v2.18.6

13 Oct 00:04
f317aa1
Compare
Choose a tag to compare

Update assets for icomoon font

  • matches the assets found at influxdata/clockface

v2.18.4

10 Sep 17:16
c2e1bb8
Compare
Choose a tag to compare

UX Improvements

  • Improves the visibility of the crosshair over plot graphs.

image

v2.18.3

08 Sep 19:31
3dd0735
Compare
Choose a tag to compare

Bug fix

  • Fixes the formatting of strings that were rendered as numbers in Table.

v2.18.2

25 Aug 20:52
229312d
Compare
Choose a tag to compare

Bug fix

  • Fixes the flickering caused by the Giraffe innerplot inside SizedTable