release: WRNexusJS 0.8.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user