Skip to content

Releases: influxdata/giraffe

v2.23.1

13 Jan 02:42
4eb2635
Compare
Choose a tag to compare

formatStatValue

  • uses Intl.NumberFormat to properly format numbers in the user's locale

v2.23.0

05 Jan 00:27
24270c7
Compare
Choose a tag to compare

Legend and Tooltip column names

  • Allows long names in columns of legends and tooltips

v2.22.0

04 Jan 19:06
eb71b9b
Compare
Choose a tag to compare

Tooltip positioning

  • Fixes tooltip positioning by using clientX/clientY rather than pageX/pageY which allows page to be scrolled with correct positioning.

v2.21.3

22 Dec 19:14
985714d
Compare
Choose a tag to compare

Chore:

  • export getNominalColorScale

v2.21.2

08 Dec 20:21
Compare
Choose a tag to compare

Dependency update

  • No feature changes, but pulls in security upgrades for dependencies

v2.21.1

03 Dec 00:39
6612290
Compare
Choose a tag to compare

Sass division using slash removed

Migrate away from using / in Sass division as this will become a breaking change per https://sass-lang.com/documentation/breaking-changes/slash-div

v2.20.3

24 Nov 18:19
Compare
Choose a tag to compare

React 17

  • upgrades React to 17.0.2
  • upgrades storybook's babel dependency

v2.20.2

15 Nov 21:48
fea8150
Compare
Choose a tag to compare

Security fixes, canvas and node-sass upgrades, and repository info

  • updates dependencies to versions recommended by dependabot
  • updates canvas and node-sass to versions compatible with node version 16
    • note: Giraffe's storybook still works with node version 12
  • adds repository information in package.json
  • moves Single Stat visualization storybook stories into their own file for easier navigation
  • adds custom csv option for Single Stat visualization in storybook

v2.20.0

27 Oct 21:49
6736750
Compare
Choose a tag to compare

module uses a bundled file

  • package.json "module" now uses dist/index.js which is a bundled file with all of the necessary code, rather than leaving the dependencies for the consumer to add and install

v2.19.1

27 Oct 20:59
7a0150f
Compare
Choose a tag to compare

module path uses the correct extension

The "module" path in package.json now uses the correct extension for the file src/index.ts