File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## v4.2.3 [ 2023-05-21]
4
15
5
16
### Fixes
40
51
41
52
### BREAKING CHANGES
42
53
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
44
55
- ` domain.subLabel ` option has been extracted to ` CalendarLabel ` plugin
45
56
46
57
## v4.1.0 [ 2023-02-28]
@@ -81,10 +92,10 @@ See all previous changelogs from v4.0.0-beta.1 though 12
81
92
82
93
### Bugfixes
83
94
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
85
96
- [ fix] fix cells stroke cut off on calendar edge
86
97
- [ 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
88
99
89
100
### Chores
90
101
@@ -111,7 +122,7 @@ See all previous changelogs from v4.0.0-beta.1 though 12
111
122
112
123
### Features
113
124
114
- - [ feat] add support for opacity scale
125
+ - [ feat] add support for opacity scale
115
126
116
127
## v4.0.0-beta.7 [ 2023-02-15]
117
128
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cal-heatmap" ,
3
- "version" : " 4.2.3 " ,
3
+ "version" : " 4.2.4 " ,
4
4
"description" : " Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data" ,
5
5
"keywords" : [
6
6
" calendar" ,
Original file line number Diff line number Diff line change 1
- const VERSION = '4.2.3 ' ;
1
+ const VERSION = '4.2.4 ' ;
2
2
export default VERSION ;
You can’t perform that action at this time.
0 commit comments