Skip to content

Commit 84c2e42

Browse files
chore(release): 2.14.2 [skip ci]
## [2.14.2](v2.14.1...v2.14.2) (2024-08-11) ### Bug Fixes * add lx and ly for stacked plots ([fe6db71](fe6db71)) * use level instead of y label in verbose mode for stacked bar ([#517](#517)) ([1363d5c](1363d5c)), closes [#515](#515)
1 parent 1eb5ac8 commit 84c2e42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.14.2](https://github.com/xability/maidr/compare/v2.14.1...v2.14.2) (2024-08-11)
2+
3+
4+
### Bug Fixes
5+
6+
* add lx and ly for stacked plots ([fe6db71](https://github.com/xability/maidr/commit/fe6db7113bf9d740854518151468d95866fcca67))
7+
* use level instead of y label in verbose mode for stacked bar ([#517](https://github.com/xability/maidr/issues/517)) ([1363d5c](https://github.com/xability/maidr/commit/1363d5cc8245aa440fe2e477775865e541285dcd)), closes [#515](https://github.com/xability/maidr/issues/515)
8+
19
## [2.14.1](https://github.com/xability/maidr/compare/v2.14.0...v2.14.1) (2024-07-30)
210

311

Diff for: package.json

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