Skip to content

Commit 6e5cde0

Browse files
authored
Bumps (#390)
1 parent 0fb007b commit 6e5cde0

File tree

3 files changed

+49
-37
lines changed

3 files changed

+49
-37
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.19.0] - 2025-09-29
4+
- TopoViewer/editor:
5+
- Improve custom nodes with interface patterns
6+
- Hover menu for networks
7+
- Custom nodes and Network can now be added mutliple times
8+
- sr-sim ssh and links support for distributed nodes
9+
- sr-sim mda fixes for integrated types
10+
- Env files
11+
- General
12+
- Running Labs treeview now refreshes more specific in 5 seconds
13+
- Fixes
14+
315
## [0.18.0] - 2025-09-25
416
- TopoViewer/editor:
517
- Add SR-SIM component support to TopoViewer

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "resources/containerlab.png",
66
"description": "Manages containerlab topologies in VS Code",
77
"author": "SRL Labs",
8-
"version": "0.18.0",
8+
"version": "0.19.0",
99
"homepage": "https://containerlab.dev/manual/vsc-extension/",
1010
"engines": {
1111
"vscode": "^1.99.0"
@@ -1368,16 +1368,16 @@
13681368
"@types/cytoscape-edgehandles": "^4.0.4",
13691369
"@types/leaflet": "^1.9.20",
13701370
"@types/mocha": "^10.0.10",
1371-
"@types/node": "^24.4.0",
1371+
"@types/node": "^24.5.2",
13721372
"@types/sinon": "^17.0.4",
13731373
"@types/vscode": "^1.99.0",
13741374
"@typescript-eslint/eslint-plugin": "^8.41.0",
13751375
"@typescript-eslint/parser": "^8.38.0",
1376-
"@vscode/vsce": "^3.6.0",
1376+
"@vscode/vsce": "^3.6.2",
13771377
"ajv": "^8.17.1",
13781378
"ajv-formats": "^3.0.1",
13791379
"autoprefixer": "^10.4.21",
1380-
"chai": "^6.0.1",
1380+
"chai": "^6.2.0",
13811381
"css-loader": "^7.1.2",
13821382
"cytoscape": "^3.33.1",
13831383
"cytoscape-cola": "^2.5.1",
@@ -1389,7 +1389,7 @@
13891389
"cytoscape-svg": "^0.4.0",
13901390
"esbuild": "^0.25.10",
13911391
"esbuild-loader": "^4.3.0",
1392-
"eslint": "^9.35.0",
1392+
"eslint": "^9.36.0",
13931393
"eslint-plugin-sonarjs": "^3.0.5",
13941394
"fs-extra": "^11.3.2",
13951395
"jscpd": "^4.0.5",
@@ -1409,4 +1409,4 @@
14091409
"webpack-cli": "^6.0.1",
14101410
"yaml": "^2.8.1"
14111411
}
1412-
}
1412+
}

0 commit comments

Comments
 (0)