Skip to content

Commit

Permalink
chore: release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoRDuarte committed Oct 24, 2024
1 parent d286e8b commit 37c3747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 2.0.2 - 2024-10-24
### Added

- Dynamic changes in the data or DOM elements now trigger updates in the tool

## 2.0.1 - 2024-10-08

### Added

- Aligned native ShortcutGuide styling with the prototypes

## 2.0.0 - 2024-10-04

### Added

- Changed bundler from babel to vite
- Replaced jest with cypress
- Converted Javascript to Typescript
Expand All @@ -30,32 +25,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Converted the ShortcutGuide into a prop, making it overridable and customizable

## 1.0.3 - 2024-01-09

### Added

- Remove unused dependency

## 1.0.2 - 2023-12-06

### Added

- Fixed the previously correction of the "series:" class attribution in the data elements that would break the navigation inside multi series charts

## 1.0.1 - 2023-12-06

### Added

- Corrected the attribution of the "series:" class in the data elements that would break the navigation inside multi series charts

## 1.0.0 - 2023-11-14

### Added

- Added support for charts with multiple encodings

## 0.2.0 - 2023-11-02

### Added

- Extended React compatibility to support projects with React >=16.14.0
- Set up automatic semantic versioning
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@feedzai/autovizua11y",
"description": "AutoVizuA11y is a React library that automates the process of creating accessible data visualizations",
"private": false,
"version": "2.0.1",
"version": "2.0.2",
"author": "Feedzai",
"license": "AGPL-3.0",
"keywords": [
Expand Down

0 comments on commit 37c3747

Please sign in to comment.