Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
- Improved contrast and font size in the search input.
- Improve keyboard-based navigation
- Tweaked colors and font sizes to meet WCAG requirements.
- Adjusted the behavior of the select input for better accessibility
- Tweaked Tabs component for better behaviour with screen readers.
- Marked decorative elements with `role="presentation"` for the
  screen readers.
- Fix #undefined named anchors for question permalinks
- Few more accessibility tweaks, small bug fixes and minor improvements
  • Loading branch information
tnajdek committed Oct 28, 2024
1 parent 367e9e3 commit cf9bae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zoterobib",
"license": "AGPL-3.0",
"version": "2.2.3",
"version": "2.3.0",
"private": true,
"description": "",
"repository": "",
Expand Down

0 comments on commit cf9bae7

Please sign in to comment.