Releases: ydb-platform/ydb-embedded-ui
Releases · ydb-platform/ydb-embedded-ui
v8.3.0
v8.2.2
v8.2.1
v8.2.0
v8.1.0
v8.0.0
v7.2.0
7.2.0 (2024-12-10)
Features
- add wrapper for gravity-ui/table (#1736) (26d00e9)
- JSONTree: allow case insensitive search (#1735) (d4845d3)
- redirect to embedded (#1732) (dacc546)
- show negative uptime for nodes when disconnected (#1740) (3991c56)
- TopQueries: add limit, sort on backend (#1737) (bc8acee)
Bug Fixes
v7.1.0
v7.0.0
7.0.0 (2024-12-02)
⚠ BREAKING CHANGES
window.api
was previously a flatYdbEmbeddedAPI
object. It has been refactored into multiple distributedAxiosWrapper
instances. Each endpoint is now handled by a dedicated wrapper instance, improving modularity and maintainability. Developers should update their integrations to use the new structure. For example: Replacewindow.api.getTenants
withwindow.api.viewer.getTenants
.
Features
- Network: add peer role filter (#1724) (1285049)
- Preview: add rows count and truncated flag (#1715) (6e1e701)
- QueryResultTable: display row number (#1714) (eba72a0)
- refactor API structure (#1718) (e050bd7)
- Versions: use columns from Nodes table (#1713) (9b3f779)
Bug Fixes
- dependabot found vulnerabilities (#1720) (0faaf87)
- deploy test report error (#1703) (efb0b9c)
- FullScreen: ensure the content is scrollable (#1723) (f6e79f2)
- QueryResultTable: optimise rendering (#1697) (d93e866)
- styles: tune hover for tables (#1710) (e86c845)
- TopQueries: add queryHashColumns (#1701) (278f622)
- Versions: tune default color (#1719) (97c66b8)