release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 12m19s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-04 12:19:09 +05:30
parent 4cebacadfe
commit 72e4d3eceb
108 changed files with 2276 additions and 532 deletions
+15
View File
@@ -5,6 +5,21 @@
- Rebuilt the embedded WRN compiler with the 0.8.3 SSR, computed-value, Async-scope, and typed loop-prop fixes.
- Added compiler awareness for pruned and bundled browser hydration imports.
- Aligned the extension version with the WRNexusJS 0.8.3 framework release.
- Fixed repeated language-server crashes by producing a Node-executable bundle and containing
diagnostics failures without disposing the language-client connection.
- Fixed false missing/mismatched HTML tags from TypeScript generics, object payload types, comments,
and code samples outside or inside WRN `view` blocks.
- Fixed formatting of `<pre><code>` examples, compact sibling markup, long text elements, and
multiline tags so repeated formatting is idempotent.
- Fixed false boolean/string and literal-option diagnostics for dynamic component props such as
`external='{item.external || false}'`.
- Kept component prop/event intelligence active while the shared language server is enabled.
- Suppressed unavailable TypeScript standard-library and unmapped virtual-document implementation
diagnostics in packaged extension environments.
- Fixed false `unknown`/index-access diagnostics in valid dynamic event forwarding handlers such as
`output[type](payload)` by preserving JavaScript semantics for omitted parameter types.
- Resolved TypeScript standard libraries from the active workspace so semantic diagnostics run
consistently in the repository and extension development environment.
## 0.8.0