Skip to content

Commit d744f1f

Browse files
chore(vscode): release 1.30.1 (#736)
Patch for the Lineage canvas fix (#735): the Inspector's Lineage tab was missing ReactFlow's stylesheet, so the minimap/controls rendered as an unstyled black box and edges were unstyled. Now renders fully. vscode-only; engine stays 1.46.0.
1 parent 22774de commit d744f1f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

editors/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.30.1] — 2026-05-28
11+
12+
### Fixed
13+
14+
- **Lineage tab renders correctly** — the Inspector's Lineage canvas showed its minimap and zoom controls as an unstyled dark box (a stylesheet wasn't loaded) and left edges unstyled. The canvas now renders fully: nodes, edges, a themed minimap, and controls.
15+
1016
## [1.30.0] — 2026-05-27
1117

1218
A ground-up rebuild of Rocky's visual surfaces in the editor: a React Flow lineage canvas, and a Rocky Inspector that turns any model into a trust dashboard — cost, blast radius, drift, governance, and freshness, read straight from the engine's typed output.

editors/vscode/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.

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rocky",
33
"displayName": "Rocky",
44
"description": "Language support for Rocky SQL transformation engine",
5-
"version": "1.30.0",
5+
"version": "1.30.1",
66
"publisher": "rocky-data",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)