Skip to content

Commit 429f901

Browse files
authored
Add changelog entry for preserve jsx and completion from own module (#7473)
1 parent 75ce70a commit 429f901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- Significantly reduced the download size by splitting binaries into optional platform-specific dependencies (e.g, `@rescript/linux-x64`). https://github.com/rescript-lang/rescript/pull/7395
2626
- JSX: do not error on ref as prop anymore (which is allowed in React 19). https://github.com/rescript-lang/rescript/pull/7420
2727
- Add new attribute `@notUndefined` for abstract types to prevent unnecessary wrapping with `Primitive_option.some` in JS output. https://github.com/rescript-lang/rescript/pull/7458
28+
- Preserve JSX: enable by adding `"-bs-jsx-preserve"` to `"bsc-flags"` (Does require `"jsx": { "version": 4 }`). https://github.com/rescript-lang/rescript/pull/7387
2829

2930
#### :bug: Bug fix
3031

@@ -48,6 +49,7 @@
4849
- In type errors, recommend stdlib over Belt functions for converting between float/int/string. https://github.com/rescript-lang/rescript/pull/7453
4950
- Remove unused type `Jsx.ref`. https://github.com/rescript-lang/rescript/pull/7459
5051
- Add `@notUndefined` attribute to all relevant abstract types in `Stdlib`. https://github.com/rescript-lang/rescript/pull/7464
52+
- Editor: Add pipe completions from current module. https://github.com/rescript-lang/rescript/pull/7471
5153

5254
# 12.0.0-alpha.12
5355

0 commit comments

Comments
 (0)