Skip to content

Releases: influxdata/giraffe

v2.18.1

23 Aug 17:15
dade896
Compare
Choose a tag to compare

Update font files for icons.

  • Brings in the new font files from clockface to resolve the conflict of icons in the UI repository.

v2.18.0

16 Aug 19:31
14d8717
Compare
Choose a tag to compare

React hooks best practices

  • fix several React hooks to be in line with best practices
  • yarn lint will now analyze React hook usage

v2.17.0

06 Aug 19:44
8a07c3d
Compare
Choose a tag to compare

SimpleTable

  • Paged table visualization
  • Navigate through the table via a pagination bar
  • Straightforward configuration and minimalist

Table

  • Better number formatting

2.16.2

16 Jul 21:52
a73fd4f
Compare
Choose a tag to compare

annotations are now much easier to click on:

  • when hovering over a clickable annotation 'top', the hover legend is hidden
  • if the hover legend is already hidden this is a no-op

2.16.1

15 Jul 19:27
ffe1a5e
Compare
Choose a tag to compare

minor feature: allow multiple line annotation tooltips; including whitespace only lines

backwards compatible with single line annotations.

v2.16.0

14 Jul 20:37
bb9bf9b
Compare
Choose a tag to compare

Custom domains include default zoom handlers

  • using a custom domain in the configuration now has access to the default brush (click-drag) and reset (double-click) behaviors to control the zoom

v2.15.9

09 Jul 19:22
c43b0d8
Compare
Choose a tag to compare

Maps functionality to customize S2

Maps functionality to customize S2 is fixed. The functions don't use hard coded values anymore when a custom option is provided

v2.15.8

01 Jul 18:12
4fa48f3
Compare
Choose a tag to compare

useTooltipElement

  • useTooltipElement is now two separate hooks, useLegendElement and useAnnotationTooltipElement to avoid using hooks conditionally

v2.15.7

30 Jun 15:40
Compare
Choose a tag to compare

Bugfixes

  • fixes a leaking event handler in useDragEvent that showed up in PlotEnv

v2.15.6

25 Jun 05:16
9863df2
Compare
Choose a tag to compare

Static Legend renderEffect dependencies

  • renderEffect will depend on heights of the plot and its own changing before firing. This prevents infinite re-renders when the consumer has not yet had a chance to adjust the heights.