Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

51 lines (40 loc) · 1.5 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.0.3 - 2024-11-04

Added

  • Adds missing types
  • Fixed the issue where components were not being properly exported

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
  • Added documentation
  • Revised the file structure
  • Refactored code with React best practices
  • 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