Skip to content

Commit

Permalink
release: release 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 29, 2023
1 parent 74dbabd commit 815d744
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v4.2.4 [2023-12-29]

### Fixes

- [fix] fix call signature of on(...) to allow a function with arguments (@terencehonles)
- [fix] Add non-null asserts to min/max function usage (@Uzaaft)

### Chores

- [chores] Dependencies update

## v4.2.3 [2023-05-21]

### Fixes
Expand Down Expand Up @@ -40,7 +51,7 @@

### BREAKING CHANGES

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

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

### Bugfixes

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

### Chores

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

### Features

- [feat] add support for opacity scale
- [feat] add support for opacity scale

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cal-heatmap",
"version": "4.2.3",
"version": "4.2.4",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data",
"keywords": [
"calendar",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const VERSION = '4.2.3';
const VERSION = '4.2.4';
export default VERSION;

0 comments on commit 815d744

Please sign in to comment.