Skip to content

Commit b4f356d

Browse files
authored
Portback: Charts 0.32.0 release (#45044)
1 parent fad484a commit b4f356d

9 files changed

+19
-25
lines changed

projects/js-packages/charts/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.32.0] - 2025-09-02
9+
### Added
10+
- Charts: adds controls for label visibility [#45040]
11+
12+
### Changed
13+
- Charts: format percentage values to be prettier [#45032]
14+
- Charts: Use a global context provider for theme configuration in all stories [#45028]
15+
- Charts: use getStringWidth for label size calculations [#45030]
16+
- Fix the conversion-funnel-chart component exportation [#45033]
17+
18+
### Fixed
19+
- All charts were affected due to z-index. [#45043]
20+
821
## [0.31.0] - 2025-09-01
922
### Added
1023
- Add an agents.md file to project root. [#44954]
@@ -405,6 +418,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
405418
- Fixed lints following ESLint rule changes for TS [#40584]
406419
- Fixing a bug in Chart storybook data. [#40640]
407420

421+
[0.32.0]: https://github.com/Automattic/charts/compare/v0.31.0...v0.32.0
408422
[0.31.0]: https://github.com/Automattic/charts/compare/v0.30.0...v0.31.0
409423
[0.30.0]: https://github.com/Automattic/charts/compare/v0.29.0...v0.30.0
410424
[0.29.0]: https://github.com/Automattic/charts/compare/v0.28.0...v0.29.0

projects/js-packages/charts/changelog/charts-97-charts-use-globalcontextprovider-for-all-stories

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/changelog/charts-99-add-showlabels-prop-to-control-label-visibility

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/changelog/fix_CHARTS-109-z-index-breaking-styling

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/changelog/update-charts-102-format-percentage-values-to-be-shorter

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/changelog/update-charts-108-use-getstringwidth-for-labelbackgroundcolor

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/changelog/update-fix_conversion-funnel-chart_exportation

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/js-packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/charts",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"description": "Display charts within Automattic products.",
55
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/charts/#readme",
66
"bugs": {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: changed
3+
4+
Update dependencies.

0 commit comments

Comments
 (0)