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
10- ### Changed
9+ ## 3.1.0 - 2026-02-10
10+ ### Added
11+ - Added alt text to the Readme images
1112
13+ ### Changed
1214- Updated Shortcut Guides to better follow the [ Dialog (Modal) Pattern] ( https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/ ) by W3C
1315- Updated cypress tests accordingly
1416
15- ### Added
16-
17- - Added alt text to the Readme images
18-
1917## 3.0.3 - 2025-12-03
20-
2118### Added
22-
2319- Fixed vulnerable dependency
2420
2521## 3.0.2 - 2025-12-03
26-
2722### Added
28-
2923- Fixed multiple vulnerable dependencies
3024
3125## 3.0.1 - 2025-10-06
32-
3326### Added
34-
3527- Fixed vulnerable dependency
3628
3729## 3.0.0 - 2025-09-15
38-
3930### Added
40-
4131- Implemented i18n alternatives as the new "internationalization" property
4232- Fixed tests / github pipeline errors
4333- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
@@ -46,40 +36,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4636- Added Arrow Navigation to the ShortcutGuide
4737
4838### Changed
49-
5039- Replaced arrow symbols with text on the ShortcutGuide
5140- Re-did ShortcutGuide ` <dl> ` structure
5241- Moved the context prop to inside autoDescriptions
5342
5443## 2.0.4 - 2025-01-06
55-
5644### Added
57-
5845- Fixed an issue where series values having spaces would invalidate class names
5946
6047## 2.0.3 - 2024-11-04
61-
6248### Added
63-
6449- Adds missing types
6550- Fixed the issue where components were not being properly exported
6651
6752## 2.0.2 - 2024-10-24
68-
6953### Added
70-
7154- Dynamic changes in the data or DOM elements now trigger updates in the tool
7255
7356## 2.0.1 - 2024-10-08
74-
7557### Added
76-
7758- Aligned native ShortcutGuide styling with the prototypes
7859
7960## 2.0.0 - 2024-10-04
80-
8161### Added
82-
8362- Changed bundler from babel to vite
8463- Replaced jest with cypress
8564- Converted Javascript to Typescript
@@ -89,32 +68,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8968- Converted the ShortcutGuide into a prop, making it overridable and customizable
9069
9170## 1.0.3 - 2024-01-09
92-
9371### Added
94-
9572- Remove unused dependency
9673
9774## 1.0.2 - 2023-12-06
98-
9975### Added
100-
10176- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
10277
10378## 1.0.1 - 2023-12-06
104-
10579### Added
106-
10780- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
10881
10982## 1.0.0 - 2023-11-14
110-
11183### Added
112-
11384- Added support for charts with multiple encodings
11485
11586## 0.2.0 - 2023-11-02
116-
11787### Added
118-
11988- Extended React compatibility to support projects with React >=16.14.0
12089- Set up automatic semantic versioning
0 commit comments