11# Changelog
2-
32All notable changes to this project will be documented in this file.
43
54The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
65and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
76
87## Unreleased
98
9+ ## 3.0.1 - 2025-10-06
1010### Added
11-
1211- Fixed vulnerable dependency
1312
1413## 3.0.0 - 2025-09-15
15-
1614### Added
17-
1815- Implemented i18n alternatives as the new "internationalization" property
1916- Fixed tests / github pipeline errors
2017- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -23,40 +20,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2320- Added Arrow Navigation to the ShortcutGuide
2421
2522### Changed
26-
2723- Replaced arrow symbols with text on the ShortcutGuide
2824- Re-did ShortcutGuide ` <dl> ` structure
2925- Moved the context prop to inside autoDescriptions
3026
3127## 2.0.4 - 2025-01-06
32-
3328### Added
34-
3529- Fixed an issue where series values having spaces would invalidate class names
3630
3731## 2.0.3 - 2024-11-04
38-
3932### Added
40-
4133- Adds missing types
4234- Fixed the issue where components were not being properly exported
4335
4436## 2.0.2 - 2024-10-24
45-
4637### Added
47-
4838- Dynamic changes in the data or DOM elements now trigger updates in the tool
4939
5040## 2.0.1 - 2024-10-08
51-
5241### Added
53-
5442- Aligned native ShortcutGuide styling with the prototypes
5543
5644## 2.0.0 - 2024-10-04
57-
5845### Added
59-
6046- Changed bundler from babel to vite
6147- Replaced jest with cypress
6248- Converted Javascript to Typescript
@@ -66,32 +52,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6652- Converted the ShortcutGuide into a prop, making it overridable and customizable
6753
6854## 1.0.3 - 2024-01-09
69-
7055### Added
71-
7256- Remove unused dependency
7357
7458## 1.0.2 - 2023-12-06
75-
7659### Added
77-
7860- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
7961
8062## 1.0.1 - 2023-12-06
81-
8263### Added
83-
8464- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
8565
8666## 1.0.0 - 2023-11-14
87-
8867### Added
89-
9068- Added support for charts with multiple encodings
9169
9270## 0.2.0 - 2023-11-02
93-
9471### Added
95-
9672- Extended React compatibility to support projects with React >=16.14.0
9773- Set up automatic semantic versioning
0 commit comments