Skip to content

Commit 815d744

Browse files
committed
release: release 4.2.4
1 parent 74dbabd commit 815d744

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v4.2.4 [2023-12-29]
4+
5+
### Fixes
6+
7+
- [fix] fix call signature of on(...) to allow a function with arguments (@terencehonles)
8+
- [fix] Add non-null asserts to min/max function usage (@Uzaaft)
9+
10+
### Chores
11+
12+
- [chores] Dependencies update
13+
314
## v4.2.3 [2023-05-21]
415

516
### Fixes
@@ -40,7 +51,7 @@
4051

4152
### BREAKING CHANGES
4253

43-
- All CSS classname have been refactor, plase update your CSS if required
54+
- All CSS classname have been refactor, plase update your CSS if required
4455
- `domain.subLabel` option has been extracted to `CalendarLabel` plugin
4556

4657
## v4.1.0 [2023-02-28]
@@ -81,10 +92,10 @@ See all previous changelogs from v4.0.0-beta.1 though 12
8192

8293
### Bugfixes
8394

84-
- [fix] fix missing data when subDomain range is overflow the domain range
95+
- [fix] fix missing data when subDomain range is overflow the domain range
8596
- [fix] fix cells stroke cut off on calendar edge
8697
- [fix] week subDomain where first and last week not assigned to correct month
87-
- [fix] scale color and opacity should always be clamped to the domain
98+
- [fix] scale color and opacity should always be clamped to the domain
8899

89100
### Chores
90101

@@ -111,7 +122,7 @@ See all previous changelogs from v4.0.0-beta.1 though 12
111122

112123
### Features
113124

114-
- [feat] add support for opacity scale
125+
- [feat] add support for opacity scale
115126

116127
## v4.0.0-beta.7 [2023-02-15]
117128

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cal-heatmap",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
55
"keywords": [
66
"calendar",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const VERSION = '4.2.3';
1+
const VERSION = '4.2.4';
22
export default VERSION;

0 commit comments

Comments
 (0)