1
1
# Changelog
2
2
3
+ ## v4.2.1 [ 2023-03-28]
4
+
5
+ ### Fixes
6
+
7
+ - [ fix] - Add support for SSR
8
+
3
9
## v4.2.0 [ 2023-03-17]
4
10
5
- ## Features
11
+ ### Features
6
12
7
13
- [ feat] dataset values should accept string type
8
14
- [ feat] extract DomainSubLabel into a plugin
9
15
- [ feat] allow multiple instances of same plugin to co-exist
10
16
- [ feat] refactor all CSS classnames, for a more consistent naming
11
17
- [ feat] add defaultValue option to set a default value for missing values in dataset
12
18
13
- ## Bugfixes
19
+ ### Bugfixes
14
20
15
21
- [ fix] fix remaining wrong templates name, which should be migrated to snakeCase
16
22
- [ fix] fix CalendarLabel missing coordinates on repaint
23
29
24
30
## v4.1.0 [ 2023-02-28]
25
31
26
- ## Features
32
+ ### Features
27
33
28
34
- [ feat] add github-like day subdomain template
29
35
- [ feat] add safeguard and error message when Domain/SubDomain couple is not valid
30
36
31
- ## Bugfixes
37
+ ### Bugfixes
32
38
33
39
- [ fix] DomainSubLabel vertical position ignoring padding and label position
34
40
- [ fix] rename subDomain template, for consistency
@@ -40,43 +46,43 @@ See all previous changelogs from v4.0.0-beta.1 though 12
40
46
41
47
## v4.0.0-beta.12 [ 2023-02-27]
42
48
43
- ## Features
49
+ ### Features
44
50
45
51
- [ feat] add legend lite plugin
46
52
47
- ## Chores
53
+ ### Chores
48
54
49
55
- [ chore] CSS file is not exported from the package
50
56
- [ refactor] extract variables to constant file
51
57
- [ refactor] improve typescript definition
52
58
53
59
## v4.0.0-beta.11 [ 2023-02-25]
54
60
55
- ## Features
61
+ ### Features
56
62
57
63
- [ feat] data source URI now accepts dayjs format token (BREAKING CHANGES)
58
64
- [ feat] add support for RTL
59
65
60
- ## Bugfixes
66
+ ### Bugfixes
61
67
62
68
- [ fix] fix missing data when subDomain range is overflow the domain range
63
69
- [ fix] fix cells stroke cut off on calendar edge
64
70
- [ fix] week subDomain where first and last week not assigned to correct month
65
71
- [ fix] scale color and opacity should always be clamped to the domain
66
72
67
- ## Chores
73
+ ### Chores
68
74
69
75
- Improve typescript d.ts
70
76
71
77
## v4.0.0-beta.10 [ 2023-02-19]
72
78
73
- ## Bugfixes
79
+ ### Bugfixes
74
80
75
81
- [ fix] fix en locale always loaded instead of user defined custom locale
76
82
77
83
## v4.0.0-beta.9 [ 2023-02-18]
78
84
79
- ## Features
85
+ ### Features
80
86
81
87
- [ feat] dark/Light mode option can be toggled via an option
82
88
@@ -87,29 +93,29 @@ See all previous changelogs from v4.0.0-beta.1 though 12
87
93
- [ fix] fix legend UI, where dimension where bigger than expected
88
94
- [ fix] remove legend background to support dark/light mode
89
95
90
- ## Features
96
+ ### Features
91
97
92
98
- [ feat] add support for opacity scale
93
99
94
100
## v4.0.0-beta.7 [ 2023-02-15]
95
101
96
- ## Bugfixes
102
+ ### Bugfixes
97
103
98
104
- [ fix] fix dataset shifted by one day due to timezone
99
105
100
- ## Chores
106
+ ### Chores
101
107
102
108
- Dependencies update
103
109
104
110
## v4.0.0-beta.6 [ 2023-02-14]
105
111
106
- ## Features
112
+ ### Features
107
113
108
114
- [ feat] add API to extend/inject custom dayjs locale
109
115
110
116
## v4.0.0-beta.5 [ 2023-02-02]
111
117
112
- ## Bugfixes
118
+ ### Bugfixes
113
119
114
120
- [ fix] keep default text color when subDomain do not have value
115
121
- [ fix] fix ignored subDomain.color option
@@ -118,7 +124,7 @@ See all previous changelogs from v4.0.0-beta.1 though 12
118
124
119
125
- [ feat] add CSS support for dark theme
120
126
121
- ## Chores
127
+ ### Chores
122
128
123
129
- [ tests] Refactor tests to test only against the minimum browser version
124
130
0 commit comments