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.3 - 2025-12-03
1010### Added
11-
1211- Fixed vulnerable dependency
1312
1413## 3.0.2 - 2025-12-03
15-
1614### Added
17-
1815- Fixed multiple vulnerable dependencies
1916
2017## 3.0.1 - 2025-10-06
21-
2218### Added
23-
2419- Fixed vulnerable dependency
2520
2621## 3.0.0 - 2025-09-15
27-
2822### Added
29-
3023- Implemented i18n alternatives as the new "internationalization" property
3124- Fixed tests / github pipeline errors
3225- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -35,40 +28,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3528- Added Arrow Navigation to the ShortcutGuide
3629
3730### Changed
38-
3931- Replaced arrow symbols with text on the ShortcutGuide
4032- Re-did ShortcutGuide ` <dl> ` structure
4133- Moved the context prop to inside autoDescriptions
4234
4335## 2.0.4 - 2025-01-06
44-
4536### Added
46-
4737- Fixed an issue where series values having spaces would invalidate class names
4838
4939## 2.0.3 - 2024-11-04
50-
5140### Added
52-
5341- Adds missing types
5442- Fixed the issue where components were not being properly exported
5543
5644## 2.0.2 - 2024-10-24
57-
5845### Added
59-
6046- Dynamic changes in the data or DOM elements now trigger updates in the tool
6147
6248## 2.0.1 - 2024-10-08
63-
6449### Added
65-
6650- Aligned native ShortcutGuide styling with the prototypes
6751
6852## 2.0.0 - 2024-10-04
69-
7053### Added
71-
7254- Changed bundler from babel to vite
7355- Replaced jest with cypress
7456- Converted Javascript to Typescript
@@ -78,32 +60,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7860- Converted the ShortcutGuide into a prop, making it overridable and customizable
7961
8062## 1.0.3 - 2024-01-09
81-
8263### Added
83-
8464- Remove unused dependency
8565
8666## 1.0.2 - 2023-12-06
87-
8867### Added
89-
9068- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
9169
9270## 1.0.1 - 2023-12-06
93-
9471### Added
95-
9672- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
9773
9874## 1.0.0 - 2023-11-14
99-
10075### Added
101-
10276- Added support for charts with multiple encodings
10377
10478## 0.2.0 - 2023-11-02
105-
10679### Added
107-
10880- Extended React compatibility to support projects with React >=16.14.0
10981- Set up automatic semantic versioning
0 commit comments