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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +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
-
## [1.10.2-alpha] - unreleased
9
-
10
-
This is an alpha version! The changes listed here are not final.
11
-
8
+
## [1.10.2] - 2026-07-20
12
9
### Added
13
-
-Charts: add HeatmapChart min/max cell size bounds (sparse grids keep sensible cells, long grids overflow for scrolling) and floor an all-zero heatmap at the scale bottom instead of full intensity.
10
+
-Add HeatmapChart min/max cell size bounds and floor an all-zero heatmap at the scale bottom instead of full intensity.[#50517]
14
11
15
12
### Changed
16
-
-Charts: make calendar heatmaps render ragged edges by default, with out-of-range days skipped by hover and keyboard navigation.
17
-
- Update package dependencies.
13
+
-Make calendar heatmaps render ragged edges by default, with out-of-range days skipped by hover and keyboard navigation.[#50520]
14
+
- Update package dependencies.[#50510][#50529]
18
15
19
16
### Fixed
20
-
-Charts: keep aspectRatio charts within their parent on both axes so a height-constrained container no longer overflows vertically.
17
+
-Keep aspectRatio charts within their parent on both axes so a height-constrained container no longer overflows vertically.[#50468]
21
18
22
19
## [1.10.1] - 2026-07-13
23
20
### Changed
@@ -934,7 +931,7 @@ This is an alpha version! The changes listed here are not final.
934
931
- Fixed lints following ESLint rule changes for TS [#40584]
0 commit comments