11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
56and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
67
78## Unreleased
89
10+ ### Added
11+
12+ - Fixed vulnerable dependency
13+
914## 3.0.0 - 2025-09-15
15+
1016### Added
17+
1118- Implemented i18n alternatives as the new "internationalization" property
1219- Fixed tests / github pipeline errors
1320- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -16,29 +23,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1623- Added Arrow Navigation to the ShortcutGuide
1724
1825### Changed
26+
1927- Replaced arrow symbols with text on the ShortcutGuide
2028- Re-did ShortcutGuide ` <dl> ` structure
2129- Moved the context prop to inside autoDescriptions
2230
2331## 2.0.4 - 2025-01-06
32+
2433### Added
34+
2535- Fixed an issue where series values having spaces would invalidate class names
2636
2737## 2.0.3 - 2024-11-04
38+
2839### Added
40+
2941- Adds missing types
3042- Fixed the issue where components were not being properly exported
3143
3244## 2.0.2 - 2024-10-24
45+
3346### Added
47+
3448- Dynamic changes in the data or DOM elements now trigger updates in the tool
3549
3650## 2.0.1 - 2024-10-08
51+
3752### Added
53+
3854- Aligned native ShortcutGuide styling with the prototypes
3955
4056## 2.0.0 - 2024-10-04
57+
4158### Added
59+
4260- Changed bundler from babel to vite
4361- Replaced jest with cypress
4462- Converted Javascript to Typescript
@@ -48,22 +66,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4866- Converted the ShortcutGuide into a prop, making it overridable and customizable
4967
5068## 1.0.3 - 2024-01-09
69+
5170### Added
71+
5272- Remove unused dependency
5373
5474## 1.0.2 - 2023-12-06
75+
5576### Added
77+
5678- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
5779
5880## 1.0.1 - 2023-12-06
81+
5982### Added
83+
6084- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
6185
6286## 1.0.0 - 2023-11-14
87+
6388### Added
89+
6490- Added support for charts with multiple encodings
6591
6692## 0.2.0 - 2023-11-02
93+
6794### Added
95+
6896- Extended React compatibility to support projects with React >=16.14.0
6997- Set up automatic semantic versioning
0 commit comments