Skip to content

Commit 52972c9

Browse files
committed
chore: release v3.1.0
1 parent def59de commit 52972c9

2 files changed

Lines changed: 5 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,33 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@feedzai/autovizua11y",
33
"description": "AutoVizuA11y is a React library that automates the process of creating accessible data visualizations",
44
"private": false,
5-
"version": "3.0.3",
5+
"version": "3.1.0",
66
"author": "Feedzai",
77
"license": "AGPL-3.0",
88
"keywords": [

0 commit comments

Comments
 (0)