Releases: influxdata/giraffe
Releases · influxdata/giraffe
v2.19.0
v2.18.11
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 wordnull
in the data for this to occur. Actual nullness (the lack of value) or an empty string will be considered0
- Note:
v2.18.10
Update testID for PaginationItem
- updates the testID for PaginationItem with the page number and active state.
v2.18.9
v2.18.8
Update testID for TableCell
- updates the testID for TableCell with the state of the sort direction.
v2.18.7
v2.18.6
v2.18.4
v2.18.3
Bug fix
- Fixes the formatting of strings that were rendered as numbers in Table.
v2.18.2
Bug fix
- Fixes the flickering caused by the Giraffe innerplot inside
SizedTable