12.0.0-beta.10
Pre-release
Pre-release
·
67 commits
to master
since this release
🚀 New Feature
- Support mapping more standard library types automatically to TS types via
gentype
, without requiring shims. #7842
🐛 Bug fix
- Show
Stdlib.TypedArray
completions for typed arrays. #7827 - Show
Stdlib.Null
andStdlib.Nullable
completions forStdlib.null<'a>
andStdlib.nullable<'a>
types, respectively. #7826 - Fix generation of interfaces for module types containing multiple type constraints. #7825
- JSX preserve mode: fix "make is not a valid component name". #7831
- Rewatch: include parser arguments of experimental features. #7836
- Stop mangling tagged templates and backquoted strings. #7841
- JSX v4: fix arity mismatch for
@react.component
withReact.forwardRef
. #7845