Skip to content

Commit 37c3747

Browse files
committed
chore: release v2.0.2
1 parent d286e8b commit 37c3747

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
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.2 - 2024-10-24
1010
### Added
11-
1211
- Dynamic changes in the data or DOM elements now trigger updates in the tool
1312

1413
## 2.0.1 - 2024-10-08
15-
1614
### Added
17-
1815
- Aligned native ShortcutGuide styling with the prototypes
1916

2017
## 2.0.0 - 2024-10-04
21-
2218
### Added
23-
2419
- Changed bundler from babel to vite
2520
- Replaced jest with cypress
2621
- Converted Javascript to Typescript
@@ -30,32 +25,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3025
- Converted the ShortcutGuide into a prop, making it overridable and customizable
3126

3227
## 1.0.3 - 2024-01-09
33-
3428
### Added
35-
3629
- Remove unused dependency
3730

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

4435
## 1.0.1 - 2023-12-06
45-
4636
### Added
47-
4837
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
4938

5039
## 1.0.0 - 2023-11-14
51-
5240
### Added
53-
5441
- Added support for charts with multiple encodings
5542

5643
## 0.2.0 - 2023-11-02
57-
5844
### Added
59-
6045
- Extended React compatibility to support projects with React >=16.14.0
6146
- 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.1",
5+
"version": "2.0.2",
66
"author": "Feedzai",
77
"license": "AGPL-3.0",
88
"keywords": [

0 commit comments

Comments
 (0)