feat: add typed WRN declarations

This commit is contained in:
2026-07-19 18:44:27 +05:30
parent 0d3ec79ee4
commit 94ae40d8bd
81 changed files with 942 additions and 241 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.2.13
- Added explicit prop and state types, local `types` blocks, and typed function
parameter/return highlighting and completion snippets.
- Nested component diagnostics now resolve typed prop and state expressions.
## 0.2.12
- Added component-aware prop completions, hover tables, required-prop checks,