1
1
# Changelog
2
-
3
2
All notable changes to this project will be documented in this file.
4
3
5
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
6
8
7
## Unreleased
9
8
9
+ ## 3.0.0 - 2025-09-15
10
10
### Added
11
-
12
11
- Implemented i18n alternatives as the new "internationalization" property
13
12
- Fixed tests / github pipeline errors
14
13
- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -17,40 +16,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
16
- Added Arrow Navigation to the ShortcutGuide
18
17
19
18
### Changed
20
-
21
19
- Replaced arrow symbols with text on the ShortcutGuide
22
20
- Re-did ShortcutGuide ` <dl> ` structure
23
21
- Moved the context prop to inside autoDescriptions
24
22
25
23
## 2.0.4 - 2025-01-06
26
-
27
24
### Added
28
-
29
25
- Fixed an issue where series values having spaces would invalidate class names
30
26
31
27
## 2.0.3 - 2024-11-04
32
-
33
28
### Added
34
-
35
29
- Adds missing types
36
30
- Fixed the issue where components were not being properly exported
37
31
38
32
## 2.0.2 - 2024-10-24
39
-
40
33
### Added
41
-
42
34
- Dynamic changes in the data or DOM elements now trigger updates in the tool
43
35
44
36
## 2.0.1 - 2024-10-08
45
-
46
37
### Added
47
-
48
38
- Aligned native ShortcutGuide styling with the prototypes
49
39
50
40
## 2.0.0 - 2024-10-04
51
-
52
41
### Added
53
-
54
42
- Changed bundler from babel to vite
55
43
- Replaced jest with cypress
56
44
- Converted Javascript to Typescript
@@ -60,32 +48,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
48
- Converted the ShortcutGuide into a prop, making it overridable and customizable
61
49
62
50
## 1.0.3 - 2024-01-09
63
-
64
51
### Added
65
-
66
52
- Remove unused dependency
67
53
68
54
## 1.0.2 - 2023-12-06
69
-
70
55
### Added
71
-
72
56
- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
73
57
74
58
## 1.0.1 - 2023-12-06
75
-
76
59
### Added
77
-
78
60
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
79
61
80
62
## 1.0.0 - 2023-11-14
81
-
82
63
### Added
83
-
84
64
- Added support for charts with multiple encodings
85
65
86
66
## 0.2.0 - 2023-11-02
87
-
88
67
### Added
89
-
90
68
- Extended React compatibility to support projects with React >=16.14.0
91
69
- Set up automatic semantic versioning
0 commit comments