Skip to content

Commit e6603ab

Browse files
chore(release): 2.19.0 [skip ci]
# [2.19.0](v2.18.0...v2.19.0) (2024-10-16) ### Bug Fixes * prevent autocomplete for review input ([#579](#579)) ([4742cb4](4742cb4)) * replaying current point with Space doesn't work on histogram ([d0c565a](d0c565a)) ### Features * scale autoplay rate to chart size, expose var AUTOPLAY_RATE to users ([#580](#580)) ([ebb19a9](ebb19a9))
1 parent f1b1e44 commit e6603ab

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.19.0](https://github.com/xability/maidr/compare/v2.18.0...v2.19.0) (2024-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent autocomplete for review input ([#579](https://github.com/xability/maidr/issues/579)) ([4742cb4](https://github.com/xability/maidr/commit/4742cb453781e537e6da75abf4a6cab527b3c280))
7+
* replaying current point with Space doesn't work on histogram ([d0c565a](https://github.com/xability/maidr/commit/d0c565af3072d7216a278ead282621f618c51a98))
8+
9+
10+
### Features
11+
12+
* scale autoplay rate to chart size, expose var AUTOPLAY_RATE to users ([#580](https://github.com/xability/maidr/issues/580)) ([ebb19a9](https://github.com/xability/maidr/commit/ebb19a9e3df4d8953593abfa81fa1a88787e1237))
13+
114
# [2.18.0](https://github.com/xability/maidr/compare/v2.17.3...v2.18.0) (2024-10-12)
215

316

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maidr",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
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)