Releases: feedzai/AutoVizuA11y
Releases · feedzai/AutoVizuA11y
v3.1.0
3.1.0 - 2026-02-10
Added
- Added alt text to the Readme images
Changed
- Updated Shortcut Guides to better follow the Dialog (Modal) Pattern by W3C
- Updated cypress tests accordingly
v3.0.3
3.0.3 - 2025-12-03
Added
- Fixed vulnerable dependency
v3.0.2
3.0.2 - 2025-12-03
Added
- Fixed multiple vulnerable dependencies
v3.0.1
3.0.1 - 2025-10-06
Added
- Fixed vulnerable dependency
v3.0.0
3.0.0 - 2025-09-15
Added
- Implemented i18n alternatives as the new "internationalization" property
- Fixed tests / github pipeline errors
- Adapted the ShortcutGuide to vary between "Alt" and "option" depending on the OS
- Added support for OpenAI API-compatible providers via the new
baseUrlprop - Added new i18n Cypress tests
- Added Arrow Navigation to the ShortcutGuide
Changed
- Replaced arrow symbols with text on the ShortcutGuide
- Re-did ShortcutGuide
<dl>structure - Moved the context prop to inside autoDescriptions
v2.0.4
2.0.4 - 2025-01-06
Added
- Fixed an issue where series values having spaces would invalidate class names
v2.0.3
2.0.3 - 2024-11-04
Added
- Adds missing types
- Fixed the issue where components were not being properly exported
v2.0.2
2.0.2 - 2024-10-24
Added
- Dynamic changes in the data or DOM elements now trigger updates in the tool
v2.0.1
2.0.1 - 2024-10-08
Added
- Aligned native ShortcutGuide styling with the prototypes
v2.0.0
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