Commits on Source (3)
-
Alex Pennells authored
Improves the existing logic to hide tooltips in GlSparkline by hiding the tooltip altogether when the data is invalid, as well as hiding when the label/content is an empty string.
-
Peter Hegman authored
fix(GlSparklineChart): Prevent rendering blank or invalid tooltips See merge request !4319 Merged-by:
Peter Hegman <phegman@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Amelia Bauerly <abauerly@gitlab.com> Approved-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Alex Pennells <apennells@gitlab.com> Co-authored-by:
Alex Pennells <apennells@gitlab.com>
-
semantic-release-bot authored
## [85.4.1](v85.4.0...v85.4.1) (2024-06-26) ### Bug Fixes * **GlSparklineChart:** Prevent rendering blank or invalid tooltips ([e4623521](e4623521))
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- package.json 1 addition, 1 deletionpackage.json
- src/components/charts/sparkline/sparkline.spec.js 27 additions, 10 deletionssrc/components/charts/sparkline/sparkline.spec.js
- src/components/charts/sparkline/sparkline.vue 11 additions, 1 deletionsrc/components/charts/sparkline/sparkline.vue
{ | ||
"name": "@gitlab/ui", | ||
"version": "85.4.0", | ||
"version": "85.4.1", | ||
"description": "GitLab UI Components", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
... | ... |