Skip to content

Releases: looker-open-source/viz-radial_gauge-marketplace

v1.0.1

17 Sep 19:06
c63fe03
Compare
Choose a tag to compare

1.0.1 (2024-09-13)

Bug Fixes

  • upgrades styled-components to latest version to remove @babel/traverse vulnerability (#31) (b71968a)

v1.0.0

03 Jan 07:18
cd6bd0d
Compare
Choose a tag to compare

1.0.0 (2024-01-03)

Features

  • add jest for unit testing (#11) (76a5e49)
  • some unit tests for some more utility functions. (#12) (1ccc019)

Bug Fixes

  • Removes trailing and leading special chars from value dimension label (#10) (4b50f5a)
  • Viz not updating after filter added or changed (2c0e133)

Release 2023-07-31

07 Aug 18:18
1ccc019
Compare
Choose a tag to compare

The following dependencies were added:

  • Dependencies
  • Dev Dependencies
  • jest: "^29.6.0",
    Changelog:
  • Fixed pivot value label to remove all trailing and leading special chars.
  • Added support for unit testing.
  • Added unit testing for trimming function.