Skip to content

Commit 5f0db44

Browse files
committed
chore: release v2.0.4
1 parent 86c05e9 commit 5f0db44

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,30 @@
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.4 - 2025-01-06
1010
### Added
11-
1211
- Fixed an issue where series values having spaces would invalidate class names
1312

1413
## 2.0.3 - 2024-11-04
15-
1614
### Added
17-
1815
- Adds missing types
1916
- Fixed the issue where components were not being properly exported
2017

2118
## 2.0.2 - 2024-10-24
22-
2319
### Added
24-
2520
- Dynamic changes in the data or DOM elements now trigger updates in the tool
2621

2722
## 2.0.1 - 2024-10-08
28-
2923
### Added
30-
3124
- Aligned native ShortcutGuide styling with the prototypes
3225

3326
## 2.0.0 - 2024-10-04
34-
3527
### Added
36-
3728
- Changed bundler from babel to vite
3829
- Replaced jest with cypress
3930
- Converted Javascript to Typescript
@@ -43,32 +34,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4334
- Converted the ShortcutGuide into a prop, making it overridable and customizable
4435

4536
## 1.0.3 - 2024-01-09
46-
4737
### Added
48-
4938
- Remove unused dependency
5039

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

5744
## 1.0.1 - 2023-12-06
58-
5945
### Added
60-
6146
- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts
6247

6348
## 1.0.0 - 2023-11-14
64-
6549
### Added
66-
6750
- Added support for charts with multiple encodings
6851

6952
## 0.2.0 - 2023-11-02
70-
7153
### Added
72-
7354
- Extended React compatibility to support projects with React >=16.14.0
7455
- 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.3",
5+
"version": "2.0.4",
66
"author": "Feedzai",
77
"license": "AGPL-3.0",
88
"keywords": [

0 commit comments

Comments
 (0)