diff --git a/CHANGELOG.md b/CHANGELOG.md index a2603271c..4cf32f450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.5.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v5.4.0...v5.5.0) (2024-04-02) + + +### Features + +* add databases label ([#774](https://github.com/ydb-platform/ydb-embedded-ui/issues/774)) ([7b8e473](https://github.com/ydb-platform/ydb-embedded-ui/commit/7b8e473845e0769575e3e35a3cd525fdfcdf02b9)) +* add VDisk page ([#773](https://github.com/ydb-platform/ydb-embedded-ui/issues/773)) ([ea7ea88](https://github.com/ydb-platform/ydb-embedded-ui/commit/ea7ea884bce3f6660a6c96adced730b6fb6a9e1e)) +* **formatNumber:** render numbers with spaces instead of comas ([#778](https://github.com/ydb-platform/ydb-embedded-ui/issues/778)) ([5b42808](https://github.com/ydb-platform/ydb-embedded-ui/commit/5b4280858fb8bc44975bc7a705c15c7152b69c45)) + + +### Bug Fixes + +* initial bundle size ([#776](https://github.com/ydb-platform/ydb-embedded-ui/issues/776)) ([b13344d](https://github.com/ydb-platform/ydb-embedded-ui/commit/b13344d3da2a91a6c76733100d34fb3bc3c0f8fa)) +* **MetricChart:** zero min value ([#787](https://github.com/ydb-platform/ydb-embedded-ui/issues/787)) ([f767d00](https://github.com/ydb-platform/ydb-embedded-ui/commit/f767d00000666e2a0109a334291406b1bb2a5686)) +* **Storage:** use media type for groups ([#788](https://github.com/ydb-platform/ydb-embedded-ui/issues/788)) ([4b46f38](https://github.com/ydb-platform/ydb-embedded-ui/commit/4b46f38bc535971a5e1f9a3ec37f9b1e134084cc)) +* **Tablet:** disable restart for stopped tablets ([#780](https://github.com/ydb-platform/ydb-embedded-ui/issues/780)) ([9bcffd6](https://github.com/ydb-platform/ydb-embedded-ui/commit/9bcffd6540e70cdfa93ea22fcd2ca69e97187389)) +* **VirtualTable:** make table resizeable by default ([#772](https://github.com/ydb-platform/ydb-embedded-ui/issues/772)) ([fe6ad27](https://github.com/ydb-platform/ydb-embedded-ui/commit/fe6ad27e5b598191d8a3b5c3aeba94ff3377a164)) + ## [5.4.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v5.3.0...v5.4.0) (2024-03-23) diff --git a/package-lock.json b/package-lock.json index 4ef2ea377..47dde1c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-embedded-ui", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ydb-embedded-ui", - "version": "5.4.0", + "version": "5.5.0", "dependencies": { "@gravity-ui/axios-wrapper": "^1.4.1", "@gravity-ui/chartkit": "^4.23.0", diff --git a/package.json b/package.json index 407522461..082b057f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-embedded-ui", - "version": "5.4.0", + "version": "5.5.0", "files": [ "dist" ],