File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- const VERSION = '4.2.3 ' ;
1+ const VERSION = '4.2.4 ' ;
22export default VERSION ;
You can’t perform that action at this time.
0 commit comments