Skip to content

Commit db9d657

Browse files
committed
chore: Release v0.3.2
Features: - Added support for components and directives with no selector, displaying them with `'ng-component'` and `'[<directive>]'` placeholders respectively - Added support for missing redirect routes with `'unset-redirect'` path placeholder Fixes & Performance: - Enhanced `loadComponent` processing to fully support dynamic imports with default exports - Added safeguards for project data access and route operations to improve overall stability - Optimized component `styleUrls` processing Maintenance & SEO: - Added the official project site https://graphlens.dev to the extension manifest
1 parent 1e00ce5 commit db9d657

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to the **GraphLens** extension will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.3.2] - 2026-03-28
9+
10+
### Features
11+
- Added support for components and directives with no selector, displaying them with `'ng-component'` and `'[<directive>]'` placeholders respectively
12+
- Added support for missing redirect routes with `'unset-redirect'` path placeholder
13+
14+
### Fixes & Performance
15+
- Enhanced `loadComponent` processing to fully support dynamic imports with default exports
16+
- Added safeguards for project data access and route operations to improve overall stability
17+
- Optimized component `styleUrls` processing
18+
19+
### Maintenance & SEO
20+
- Added the official project site https://graphlens.dev to the extension manifest
21+
22+
823
## [0.3.1] - 2026-03-17
924

1025
### Features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<h1>GraphLens</h1>
55
<details align="center">
66
<summary>
7-
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Version"><img src="https://img.shields.io/badge/version-0.3.1-blue.svg" alt="Version" /></a>
7+
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Version"><img src="https://img.shields.io/badge/version-0.3.2-blue.svg" alt="Version" /></a>
88
<a href="https://github.com/GraphLens/graphlens" title="Status"><img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" /></a>
99
<a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview" title="Last updated"><img src="https://img.shields.io/visual-studio-marketplace/last-updated/GraphLens.graphlens?cacheSeconds=7200" alt="status" /></a>
1010
<a href="https://open-vsx.org/extension/GraphLens/graphlens" title="Verification on Open VSX Registry"><img src="https://img.shields.io/badge/Open%20VSX-Verified-8a35da?logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAgMC41TDAgNC41TDAuNTU1NTU2IDEwLjVDMS4xMzA2MSAxNi4wNSA0LjI2NjY3IDIxLjI0IDEwIDIyLjVDMTUuNzMzMyAyMS4yNCAxOC44NjM5IDE2LjA1IDE5LjQ0NDQgMTAuNUwyMCA0LjVMMTAgMC41Wk04LjE4MTU5IDE2LjA0NTRMMy43ODk0NCAxMS45NDUzTDUuMzM3NjggMTAuNUw4LjE4MTU5IDEzLjE0NDZMMTUuNDE3NyA2LjM4OTYxTDE2Ljk2NTkgNy44NDUxNkw4LjE4MTU5IDE2LjA0NTRaIiBmaWxsPSJ3aGl0ZSIgLz4gPC9zdmc+Cg==" alt="Verification on Open VSX Registry" /></a>
11-
<a href="https://vt-scan.graphlens.dev" title="VirusTotal Scan Report"><img src="https://img.shields.io/badge/VirusTotal-%E2%9C%93%200%2F66%20Clean-2962FF?logo=virustotal&color=2962FF" alt="VirusTotal Scan Report" /></a>
11+
<a href="https://vt-scan.graphlens.dev" title="VirusTotal Scan Report"><img src="https://img.shields.io/badge/VirusTotal-%E2%9C%93%200%2F65%20Clean-2962FF?logo=virustotal&color=2962FF" alt="VirusTotal Scan Report" /></a>
1212
<br>
1313
<a href="https://github.com/GraphLens/graphlens" title="GitHub stars"><img src="https://img.shields.io/github/stars/GraphLens/graphlens?style=flat&logo=github&color=gold" alt="GitHub stars" /></a>
1414
<a href="https://github.com/GraphLens/graphlens/commits/main" title="GitHub latest update"><img src="https://img.shields.io/github/last-commit/GraphLens/graphlens?style=flat&color=blueviolet&logo=github&cacheSeconds=7200" alt="GitHub last commit" /></a>
@@ -41,7 +41,7 @@
4141

4242
### 📢 Updates
4343

44-
> **Release 0.3.0-0.3.1:** Advanced directives, soft in-class connections, auto-arranging graph nodes, and full selector processing! Details on the [Releases page](https://github.com/GraphLens/graphlens/releases).
44+
> **Release 0.3.2:** Stability improvements, support for route dynamic imports and selector-less template entities! Details on the [Releases page](https://github.com/GraphLens/graphlens/releases).
4545
4646
> **Foundation & Identity:** Meet our new brand style and explore the principal concepts driving GraphLens – from software entropy to code liquidity – in the [Core Philosophy](#7-core-philosophy-).
4747

0 commit comments

Comments
 (0)