Skip to content

Commit 89d4812

Browse files
committed
release: releasing v4.0.0-beta.3
1 parent 0f5db12 commit 89d4812

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v4.0.0-beta.3 [2023-01-14]
4+
5+
### Bug Fixes
6+
7+
- [fix] Fix #293 Tooltip default date should use same timezone as calendar
8+
- [fix] Fix #297 Ignore date.min and date.max when invalid
9+
10+
### Features
11+
12+
- Template can now inherit from another template via `parent` property
13+
14+
### Chores
15+
16+
- [chores] Dependencies update
17+
- [chores] Add more typescript
18+
- [tests] Refactor JSDom tests to be compatible with real browsers
19+
- [tests] Tests with various browsers (version/os/device), via browserstack, see browser-support.md for browsers matrix
20+
321
## v4.0.0-beta.2 [2023-01-05]
422

523
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const VERSION = '4.0.0-beta.2'; export default VERSION;
1+
const VERSION = '4.0.0-beta.3'; export default VERSION;

0 commit comments

Comments
 (0)