Skip to content

Commit 1a833e3

Browse files
chore(main): release 8.6.0 (#1867)
1 parent 4db34be commit 1a833e3

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.5.0"
2+
".": "8.6.0"
33
}

Diff for: CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [8.6.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.5.0...v8.6.0) (2025-01-27)
4+
5+
6+
### Features
7+
8+
* add connect to DB dialog ([#1838](https://github.com/ydb-platform/ydb-embedded-ui/issues/1838)) ([ba22a39](https://github.com/ydb-platform/ydb-embedded-ui/commit/ba22a39e20f6417a9f24a2c0f5084cb63c4cf759))
9+
* pass database to whoami ([#1860](https://github.com/ydb-platform/ydb-embedded-ui/issues/1860)) ([1990103](https://github.com/ydb-platform/ydb-embedded-ui/commit/19901033fef639450c729e398fb73c75e4cacc66))
10+
* **SchemaTree:** do not expand childless nodes ([#1868](https://github.com/ydb-platform/ydb-embedded-ui/issues/1868)) ([ae8aa6d](https://github.com/ydb-platform/ydb-embedded-ui/commit/ae8aa6d0e75b42609e51612a12594d0ab7b2bdcf))
11+
* **Storage:** add State column ([#1859](https://github.com/ydb-platform/ydb-embedded-ui/issues/1859)) ([cda185b](https://github.com/ydb-platform/ydb-embedded-ui/commit/cda185bb35ec4c860b737bd407dd50af96bb31fe))
12+
13+
14+
### Bug Fixes
15+
16+
* **QueryEditor:** dont render Results every time editor input changes ([#1879](https://github.com/ydb-platform/ydb-embedded-ui/issues/1879)) ([4db34be](https://github.com/ydb-platform/ydb-embedded-ui/commit/4db34be1f6a30054feb9674d69ef9f80e57c112f))
17+
* **SchemaTree:** expand nodes if ChildrenExist is undefined ([#1872](https://github.com/ydb-platform/ydb-embedded-ui/issues/1872)) ([2af9d9e](https://github.com/ydb-platform/ydb-embedded-ui/commit/2af9d9e3ed075d8b457748d8c80e48947c07ca0b))
18+
* **UptimeViewer:** do not show StartTime if DisconnectTime present ([#1864](https://github.com/ydb-platform/ydb-embedded-ui/issues/1864)) ([36038bc](https://github.com/ydb-platform/ydb-embedded-ui/commit/36038bcfb7a463a32d49c3c20d5ca29ae615a552))
19+
* use eye icon for preview ([#1873](https://github.com/ydb-platform/ydb-embedded-ui/issues/1873)) ([c11e616](https://github.com/ydb-platform/ydb-embedded-ui/commit/c11e6165791b8c7258aca5ab9f972b2360cbfd21))
20+
* **VDisks:** use fixed VDisk width ([#1857](https://github.com/ydb-platform/ydb-embedded-ui/issues/1857)) ([613bbf6](https://github.com/ydb-platform/ydb-embedded-ui/commit/613bbf60600bb802aba2338db78b86044e1a0e1c))
21+
322
## [8.5.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.4.0...v8.5.0) (2025-01-22)
423

524

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "8.5.0",
3+
"version": "8.6.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)