Skip to content

Commit 5f6946f

Browse files
committed
release: releasing v4.1.0
1 parent 3ded8a2 commit 5f6946f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v4.1.0 [2023-02-28]
4+
5+
## Features
6+
7+
- [feat] add github-like day subdomain template
8+
- [feat] add safeguard and error message when Domain/SubDomain couple is not valid
9+
10+
## Bugfixes
11+
12+
- [fix] DomainSubLabel vertical position ignoring padding and label position
13+
- [fix] rename subDomain template, for consistency
14+
- [fix] fix plugins export from package.json
15+
316
## v4.0.0 [2023-02-27]
417

518
See all previous changelogs from v4.0.0-beta.1 though 12

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)