diff --git a/CHANGELOG.md b/CHANGELOG.md index e9687fb8e..a85d2a85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.8](https://github.com/xability/maidr/compare/v2.14.7...v2.14.8) (2024-08-30) + + +### Bug Fixes + +* update current active element's highlight color or fill on color change ([#538](https://github.com/xability/maidr/issues/538)) ([d001287](https://github.com/xability/maidr/commit/d00128715d52d2deab1b2a3d95c4bfc76cf731b0)) + ## [2.14.7](https://github.com/xability/maidr/compare/v2.14.6...v2.14.7) (2024-08-29) diff --git a/package.json b/package.json index e0b85f5fa..b9a6649ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.14.7", + "version": "2.14.8", "description": "maidr: Multimodal Access and Interactive Data Representation. maidr is a system for non-visual access and control of statistical charts. It aims to provide an inclusive experience for users with visual impairments by offering multiple modes of interaction: braille, text, and sonification. This comprehensive approach enhances the accessibility of data visualization and encourages a multi-model exploration on visualization. Check out the current build: [MAIDR Demo](https://xability.github.io/maidr/user_study_pilot/intro.html).", "main": "dist/maidr.js", "scripts": {