diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e4794a..34dab00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.18.0](https://github.com/gravity-ui/components/compare/v4.17.0...v4.18.0) (2026-01-22) + + +### Features + +* **Stories:** add keyboard navigation with arrow keys ([#370](https://github.com/gravity-ui/components/issues/370)) ([34bc1f1](https://github.com/gravity-ui/components/commit/34bc1f103258f120780201c36b910d27ece1e54f)) + + +### Bug Fixes + +* **Gallery:** add min-width for the gallery content ([#364](https://github.com/gravity-ui/components/issues/364)) ([962426b](https://github.com/gravity-ui/components/commit/962426bcb1ca8a84ed230847263544f38687b87d)) +* **Gallery:** reduce gallery controls area height ([#367](https://github.com/gravity-ui/components/issues/367)) ([b69d7f3](https://github.com/gravity-ui/components/commit/b69d7f3d60d1a0ddab5d81c8255c22155b20b2e2)) + ## [4.17.0](https://github.com/gravity-ui/components/compare/v4.16.0...v4.17.0) (2025-12-16) diff --git a/package-lock.json b/package-lock.json index aa9baa4b..8e8fb4ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.18.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 2d4ee43b..4917eed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/components", - "version": "4.17.0", + "version": "4.18.0", "description": "", "license": "MIT", "type": "commonjs",