Skip to content

Commit 5616aae

Browse files
chore(main): release 15.0.0
1 parent b91cebb commit 5616aae

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "14.17.0"
2+
".": "15.0.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [15.0.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v14.17.0...v15.0.0) (2026-04-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* do not call describe on DB page, update uiFactory ([#3718](https://github.com/ydb-platform/ydb-embedded-ui/issues/3718))
9+
10+
### Features
11+
12+
* do not call describe on DB page, update uiFactory ([#3718](https://github.com/ydb-platform/ydb-embedded-ui/issues/3718)) ([65190d8](https://github.com/ydb-platform/ydb-embedded-ui/commit/65190d86ee5c7c77080c35454de116d53f3a5418))
13+
* **VDiskPopup:** add eviction ([#3713](https://github.com/ydb-platform/ydb-embedded-ui/issues/3713)) ([7cb2202](https://github.com/ydb-platform/ydb-embedded-ui/commit/7cb220250ea9803452b9cf0e669ce7bf02d8c403))
14+
15+
16+
### Bug Fixes
17+
18+
* opening database in non-existing cluster leads to errors and int… ([#3740](https://github.com/ydb-platform/ydb-embedded-ui/issues/3740)) ([edaf140](https://github.com/ydb-platform/ydb-embedded-ui/commit/edaf140a84494ead0d7c7a698928830719863c9a))
19+
* **TopicData:** show error if probe query fails ([#3728](https://github.com/ydb-platform/ydb-embedded-ui/issues/3728)) ([f3906cc](https://github.com/ydb-platform/ydb-embedded-ui/commit/f3906cc47a2066d2b331cd1260d2f3225831487c))
20+
* **VDiskInfo:** show lost donors ([#3743](https://github.com/ydb-platform/ydb-embedded-ui/issues/3743)) ([fc704cf](https://github.com/ydb-platform/ydb-embedded-ui/commit/fc704cf5e437312259b3ac707f64c7806a0d69c5))
21+
322
## [14.17.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v14.16.1...v14.17.0) (2026-03-31)
423

524

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "14.17.0",
3+
"version": "15.0.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)