chore: v2.5.0 (#2684)

This commit is contained in:
Alex Varchuk 2025-04-14 17:17:50 +02:00 committed by GitHub
parent 45476135ad
commit 00bc6edfc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,17 @@
# [2.5.0](https://github.com/Redocly/redoc/compare/v2.4.0...v2.5.0) (2025-04-14)
### Bug Fixes
* enhance accessibility for menu items with keyboard support ([#2655](https://github.com/Redocly/redoc/issues/2655)) ([2db293b](https://github.com/Redocly/redoc/commit/2db293bfb2973497dd33f31dc99e97f5bb90bbe8))
### Features
* add keyboard navigation support to JsonViewer component ([#2654](https://github.com/Redocly/redoc/issues/2654)) ([1b4126f](https://github.com/Redocly/redoc/commit/1b4126fde4531387f49c90f52efbd0c0e5f7b6ea))
# [2.4.0](https://github.com/Redocly/redoc/compare/v2.3.0...v2.4.0) (2025-02-07)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "redoc",
"version": "2.4.0",
"version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "^1.4.0",

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.4.0",
"version": "2.5.0",
"description": "ReDoc",
"repository": {
"type": "git",