Skip to content

Commit 42afee7

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.0...v2.12.0) (2024-06-17) ### Features * add cursor routing functionality in beta mode, just for barplots ([#503](#503)) ([719c684](719c684))
1 parent fbcb02a commit 42afee7

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.12.0](https://github.com/xability/maidr/compare/v2.11.0...v2.12.0) (2024-06-17)
2+
3+
4+
### Features
5+
6+
* add cursor routing functionality in beta mode, just for barplots ([#503](https://github.com/xability/maidr/issues/503)) ([719c684](https://github.com/xability/maidr/commit/719c68451c2df3602169e8f6b256a2d535156af0))
7+
18
# [2.11.0](https://github.com/xability/maidr/compare/v2.10.0...v2.11.0) (2024-04-18)
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.11.0",
3+
"version": "2.12.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)