You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.18.0-alpha] - unreleased
9
-
10
-
This is an alpha version! The changes listed here are not final.
11
-
8
+
## [0.18.0] - 2025-07-21
12
9
### Added
13
-
- Add keyboard navigation support for the bar charts
14
-
- Add keyboard navigation support for the line charts
15
-
- Add Woo Analytics Leaderboard chart component.
16
-
- Line chart: Add documentation for annotations
17
-
- Line chart: Add support for custom interactive annotations. Includes a breaking change to the annotations API, from an `annotations` prop to a compound component pattern.
10
+
- Add keyboard navigation support for bar and line charts. [#44036]
- Line chart: Add documentation for annotations. [#44361]
13
+
- Line chart: Add support for custom interactive annotations. Includes a breaking change to the annotations API, from an `annotations` prop to a compound component pattern. [#44131]
18
14
19
15
### Changed
20
-
- Replace `lodash` with `deepmerge`.
21
-
- Update package dependencies.
16
+
- Replace `lodash` with `deepmerge`.[#44316]
17
+
- Update package dependencies.[#44356]
22
18
23
19
## [0.17.0] - 2025-07-14
24
20
### Added
@@ -300,7 +296,7 @@ This is an alpha version! The changes listed here are not final.
300
296
- Fixed lints following ESLint rule changes for TS [#40584]
0 commit comments