@automattic/charts 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,9 +5,20 @@ 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
+ ## [1.3.0] - 2026-05-04
9
+ ### Added
10
+ - Charts: Add AreaChart component for stacked and overlapping area visualisations. [#48388]
11
+
12
+ ### Changed
13
+ - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
14
+
15
+ ## [1.2.1] - 2026-04-27
16
+ ### Changed
17
+ - Update package dependencies. [#48302]
18
+
8
19
  ## [1.2.0] - 2026-04-20
9
20
  ### Changed
10
- - Charts: Replace hardcoded spacing and border values in module SCSS with WPDS dimension and border design tokens. [#48019]
21
+ - Charts: Replace hard-coded spacing and border values in module SCSS with WPDS dimension and border design tokens. [#48019]
11
22
  - Update package dependencies. [#48106] [#48126] [#48141]
12
23
 
13
24
  ## [1.1.1] - 2026-04-15
@@ -805,6 +816,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
805
816
  - Fixed lints following ESLint rule changes for TS [#40584]
806
817
  - Fixing a bug in Chart storybook data. [#40640]
807
818
 
819
+ [1.3.0]: https://github.com/Automattic/charts/compare/v1.2.1...v1.3.0
820
+ [1.2.1]: https://github.com/Automattic/charts/compare/v1.2.0...v1.2.1
808
821
  [1.2.0]: https://github.com/Automattic/charts/compare/v1.1.1...v1.2.0
809
822
  [1.1.1]: https://github.com/Automattic/charts/compare/v1.1.0...v1.1.1
810
823
  [1.1.0]: https://github.com/Automattic/charts/compare/v1.0.2...v1.1.0