Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.18.1
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
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
SimpleTable
- Paged table visualization
- Navigate through the table via a pagination bar
- Straightforward configuration and minimalist
Table
2.16.2
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
minor feature: allow multiple line annotation tooltips; including whitespace only lines
backwards compatible with single line annotations.
v2.16.0
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
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
useTooltipElement
useTooltipElement
is now two separate hooks, useLegendElement
and useAnnotationTooltipElement
to avoid using hooks conditionally
v2.15.7
Bugfixes
- fixes a leaking event handler in
useDragEvent
that showed up in PlotEnv
v2.15.6
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.