Skip to content

Commit 9e016b6

Browse files
kangzjmatticbot
authored andcommitted
Charts: Export everything Woo Analytics needs (#44390)
* export all things WA needed & fix build errors * changelog * keep visx components in different paths * Update projects/js-packages/charts/src/components/line-chart/line-chart-annotations-overlay.tsx * re-export visx component with visx prefix * fix responsive type check error for line chart * Update projects/js-packages/charts/src/components/line-chart/line-chart-annotations-overlay.tsx * import type * limit scope * fix typo * fix exported type of line chart * fix copy-pasted comment Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16430444716 Upstream-Ref: Automattic/jetpack@76a6a3e
1 parent 9a889cb commit 9e016b6

27 files changed

Lines changed: 320 additions & 205 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.19.0-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Added
13+
- Added more exports for Woo Analytics to get rid of visx dependencies
14+
815
## [0.18.0] - 2025-07-21
916
### Added
1017
- Add keyboard navigation support for bar and line charts. [#44036]
@@ -296,6 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
296303
- Fixed lints following ESLint rule changes for TS [#40584]
297304
- Fixing a bug in Chart storybook data. [#40640]
298305

306+
[0.19.0-alpha]: https://github.com/Automattic/charts/compare/v0.18.0...v0.19.0-alpha
299307
[0.18.0]: https://github.com/Automattic/charts/compare/v0.17.0...v0.18.0
300308
[0.17.0]: https://github.com/Automattic/charts/compare/v0.16.2...v0.17.0
301309
[0.16.2]: https://github.com/Automattic/charts/compare/v0.16.1...v0.16.2

dist/cjs/components/line-chart/line-chart.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/group/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/group/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/legend/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/legend/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/text/index.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/visx/text/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)