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.0 - 2025-09-15
1010### Added
11-
1211- Implemented i18n alternatives as the new "internationalization" property
1312- Fixed tests / github pipeline errors
1413- 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
1716- Added Arrow Navigation to the ShortcutGuide
1817
1918### Changed
20-
2119- Replaced arrow symbols with text on the ShortcutGuide
2220- Re-did ShortcutGuide ` <dl> ` structure
2321- Moved the context prop to inside autoDescriptions
2422
2523## 2.0.4 - 2025-01-06
26-
2724### Added
28-
2925- Fixed an issue where series values having spaces would invalidate class names
3026
3127## 2.0.3 - 2024-11-04
32-
3328### Added
34-
3529- Adds missing types
3630- Fixed the issue where components were not being properly exported
3731
3832## 2.0.2 - 2024-10-24
39-
4033### Added
41-
4234- Dynamic changes in the data or DOM elements now trigger updates in the tool
4335
4436## 2.0.1 - 2024-10-08
45-
4637### Added
47-
4838- Aligned native ShortcutGuide styling with the prototypes
4939
5040## 2.0.0 - 2024-10-04
51-
5241### Added
53-
5442- Changed bundler from babel to vite
5543- Replaced jest with cypress
5644- Converted Javascript to Typescript
@@ -60,32 +48,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6048- Converted the ShortcutGuide into a prop, making it overridable and customizable
6149
6250## 1.0.3 - 2024-01-09
63-
6451### Added
65-
6652- Remove unused dependency
6753
6854## 1.0.2 - 2023-12-06
69-
7055### Added
71-
7256- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
7357
7458## 1.0.1 - 2023-12-06
75-
7659### Added
77-
7860- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
7961
8062## 1.0.0 - 2023-11-14
81-
8263### Added
83-
8464- Added support for charts with multiple encodings
8565
8666## 0.2.0 - 2023-11-02
87-
8867### Added
89-
9068- Extended React compatibility to support projects with React >=16.14.0
9169- Set up automatic semantic versioning
0 commit comments