Skip to content

Commit 3245b9e

Browse files
chore(release): 2.27.0 [skip ci]
# [2.27.0](v2.26.1...v2.27.0) (2024-12-28) ### Bug Fixes * prevented ctrl home and end in review mode ([#625](#625)) ([631c469](631c469)) ### Features * conversation chaining support for gemini ([#624](#624)) ([7a4875a](7a4875a)) * mark and recall a point ([#626](#626)) ([a96ddd2](a96ddd2))
1 parent 2298b73 commit 3245b9e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.27.0](https://github.com/xability/maidr/compare/v2.26.1...v2.27.0) (2024-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* prevented ctrl home and end in review mode ([#625](https://github.com/xability/maidr/issues/625)) ([631c469](https://github.com/xability/maidr/commit/631c4694fed2fc2b24e2589996f69cbf5047ae67))
7+
8+
9+
### Features
10+
11+
* conversation chaining support for gemini ([#624](https://github.com/xability/maidr/issues/624)) ([7a4875a](https://github.com/xability/maidr/commit/7a4875afefb10390bb5093b8fe66b9b02d961bbc))
12+
* mark and recall a point ([#626](https://github.com/xability/maidr/issues/626)) ([a96ddd2](https://github.com/xability/maidr/commit/a96ddd2ec8db0f4715803bdd472e9473c27c49c0))
13+
114
## [2.26.1](https://github.com/xability/maidr/compare/v2.26.0...v2.26.1) (2024-12-20)
215

316

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