Skip to content

Commit 95168ee

Browse files
chore(release): 2.17.3 [skip ci]
## [2.17.3](v2.17.2...v2.17.3) (2024-10-08) ### Bug Fixes * selection change no longer calls itself and gets stuck in an infinite loop, messing up audio and more while in braille mode ([#572](#572)) ([ade8fdb](ade8fdb))
1 parent 36b9a1a commit 95168ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.17.3](https://github.com/xability/maidr/compare/v2.17.2...v2.17.3) (2024-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* selection change no longer calls itself and gets stuck in an infinite loop, messing up audio and more while in braille mode ([#572](https://github.com/xability/maidr/issues/572)) ([ade8fdb](https://github.com/xability/maidr/commit/ade8fdb9ebbc8676e270954bca5d0ba0fc6899f2))
7+
18
## [2.17.2](https://github.com/xability/maidr/compare/v2.17.1...v2.17.2) (2024-10-01)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maidr",
3-
"version": "2.17.2",
3+
"version": "2.17.3",
44
"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).",
55
"main": "dist/maidr.js",
66
"scripts": {

0 commit comments

Comments
 (0)