Skip to content

Commit 5856787

Browse files
committed
chore: release v2.0.3
1 parent 82acfc0 commit 5856787

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
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.3 - 2024-11-04
1010
### Added
11-
1211
- Adds missing types
1312
- Fixed the issue where components were not being properly exported
1413

1514
## 2.0.2 - 2024-10-24
16-
1715
### Added
18-
1916
- Dynamic changes in the data or DOM elements now trigger updates in the tool
2017

2118
## 2.0.1 - 2024-10-08
22-
2319
### Added
24-
2520
- Aligned native ShortcutGuide styling with the prototypes
2621

2722
## 2.0.0 - 2024-10-04
28-
2923
### Added
30-
3124
- Changed bundler from babel to vite
3225
- Replaced jest with cypress
3326
- Converted Javascript to Typescript
@@ -37,32 +30,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3730
- Converted the ShortcutGuide into a prop, making it overridable and customizable
3831

3932
## 1.0.3 - 2024-01-09
40-
4133
### Added
42-
4334
- Remove unused dependency
4435

4536
## 1.0.2 - 2023-12-06
46-
4737
### Added
48-
4938
- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts
5039

5140
## 1.0.1 - 2023-12-06
52-
5341
### Added
54-
5542
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
5643

5744
## 1.0.0 - 2023-11-14
58-
5945
### Added
60-
6146
- Added support for charts with multiple encodings
6247

6348
## 0.2.0 - 2023-11-02
64-
6549
### Added
66-
6750
- Extended React compatibility to support projects with React >=16.14.0
6851
- 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.2",
5+
"version": "2.0.3",
66
"author": "Feedzai",
77
"license": "AGPL-3.0",
88
"keywords": [

0 commit comments

Comments
 (0)