Skip to content

Commit 8f2a38f

Browse files
chore(release): 2.28.0 [skip ci]
# [2.28.0](v2.27.1...v2.28.0) (2025-01-22) ### Bug Fixes * scatter points not clearing properly ([#630](#630)) ([2e78cc3](2e78cc3)) ### Features * goto feature; hit g to open a menu with locations to go to ([#629](#629)) ([7e3711f](7e3711f))
1 parent 5d7b7e8 commit 8f2a38f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.28.0](https://github.com/xability/maidr/compare/v2.27.1...v2.28.0) (2025-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* scatter points not clearing properly ([#630](https://github.com/xability/maidr/issues/630)) ([2e78cc3](https://github.com/xability/maidr/commit/2e78cc341fb02fc018816bdd3e9416bd984a6fb6))
7+
8+
9+
### Features
10+
11+
* goto feature; hit g to open a menu with locations to go to ([#629](https://github.com/xability/maidr/issues/629)) ([7e3711f](https://github.com/xability/maidr/commit/7e3711f26ad111f9fe54395c56836e38407439fa))
12+
113
## [2.27.1](https://github.com/xability/maidr/compare/v2.27.0...v2.27.1) (2025-01-20)
214

315

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.27.1",
3+
"version": "2.28.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)