Skip to content

Commit 8da574d

Browse files
committed
chore: release v2.0.1
1 parent 98872d3 commit 8da574d

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
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

9+
## 2.0.1 - 2024-10-08
1010
### Added
11-
1211
- Aligned native ShortcutGuide styling with the prototypes
1312

1413
## 2.0.0 - 2024-10-04
15-
1614
### Added
17-
1815
- Changed bundler from babel to vite
1916
- Replaced jest with cypress
2017
- Converted Javascript to Typescript
@@ -24,32 +21,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2421
- Converted the ShortcutGuide into a prop, making it overridable and customizable
2522

2623
## 1.0.3 - 2024-01-09
27-
2824
### Added
29-
3025
- Remove unused dependency
3126

3227
## 1.0.2 - 2023-12-06
33-
3428
### Added
35-
3629
- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
3730

3831
## 1.0.1 - 2023-12-06
39-
4032
### Added
41-
4233
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
4334

4435
## 1.0.0 - 2023-11-14
45-
4636
### Added
47-
4837
- Added support for charts with multiple encodings
4938

5039
## 0.2.0 - 2023-11-02
51-
5240
### Added
53-
5441
- Extended React compatibility to support projects with React >=16.14.0
5542
- 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": "2.0.0",
5+
"version": "2.0.1",
66
"author": "Feedzai",
77
"license": "AGPL-3.0",
88
"keywords": [

0 commit comments

Comments
 (0)