Skip to content

Commit 7810b2f

Browse files
chore(main): release 6.26.0
1 parent 9daa5a3 commit 7810b2f

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

3+
## [6.26.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.25.0...v6.26.0) (2024-10-16)
4+
5+
6+
### Features
7+
8+
* add/drop table index template ([#1456](https://github.com/ydb-platform/ydb-embedded-ui/issues/1456)) ([d7a8e0b](https://github.com/ydb-platform/ydb-embedded-ui/commit/d7a8e0ba5d59ac0d9f483b8f70083393531b8a5c))
9+
* **ObjectSummary:** improve object overview ([#1447](https://github.com/ydb-platform/ydb-embedded-ui/issues/1447)) ([4afa2b6](https://github.com/ydb-platform/ydb-embedded-ui/commit/4afa2b65370772a78980114f856579e8c73b5952))
10+
* paginated tables - enable setting by default ([#1464](https://github.com/ydb-platform/ydb-embedded-ui/issues/1464)) ([9006a52](https://github.com/ydb-platform/ydb-embedded-ui/commit/9006a527be9c75227cd970eda848bf0316977616))
11+
* **RunningQueries:** add userSID search ([#1462](https://github.com/ydb-platform/ydb-embedded-ui/issues/1462)) ([1194b34](https://github.com/ydb-platform/ydb-embedded-ui/commit/1194b34cacacc25c7547da60e6f6ec305bfae173))
12+
13+
14+
### Bug Fixes
15+
16+
* **Cluster, TabletsTable:** add node fqdn and loading state ([#1468](https://github.com/ydb-platform/ydb-embedded-ui/issues/1468)) ([4090696](https://github.com/ydb-platform/ydb-embedded-ui/commit/40906964c978189c84dfff86c9c581756d5ebfa5))
17+
* correct key columns order ([#1478](https://github.com/ydb-platform/ydb-embedded-ui/issues/1478)) ([da4cf1f](https://github.com/ydb-platform/ydb-embedded-ui/commit/da4cf1ffd25b7fbba374d933099be01785c6b49f))
18+
* popup closes on context menu copy ([#1453](https://github.com/ydb-platform/ydb-embedded-ui/issues/1453)) ([9daa5a3](https://github.com/ydb-platform/ydb-embedded-ui/commit/9daa5a384a433dac57bc5822a72df108067ef973))
19+
* **Tablet:** remove nodeId from header and api requests for tablet ([#1461](https://github.com/ydb-platform/ydb-embedded-ui/issues/1461)) ([e452f15](https://github.com/ydb-platform/ydb-embedded-ui/commit/e452f15b797dc85ff5af3fffe43f7fa42ad7f5bf))
20+
* turn off default paginated tables ([#1475](https://github.com/ydb-platform/ydb-embedded-ui/issues/1475)) ([d4f528c](https://github.com/ydb-platform/ydb-embedded-ui/commit/d4f528cafb660ddc603b1ba9f740f7d119526985))
21+
322
## [6.25.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.24.0...v6.25.0) (2024-10-11)
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": "6.25.0",
3+
"version": "6.26.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)