Skip to content

Commit 1e90c1f

Browse files
authored
Prepare for 12.0.0-alpha.13 release (#7490)
1 parent 32cedc0 commit 1e90c1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.13 (Unreleased)
13+
# 12.0.0-alpha.13
1414

1515
#### :boom: Breaking Change
1616

@@ -25,15 +25,15 @@
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
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
2929
- Add slot prop to `JsxDOM.domProps`. https://github.com/rescript-lang/rescript/pull/7487
3030

3131
#### :bug: Bug fix
3232

3333
- Fix broken `bstracing` CLI location. https://github.com/rescript-lang/rescript/pull/7398
3434
- Fix field flattening optimization to avoid creating unnecessary copies of allocating constants. https://github.com/rescript-lang/rescript-compiler/pull/7421
3535
- Fix leading comments removed when braces inside JSX contains `let` assignment. https://github.com/rescript-lang/rescript/pull/7424
36-
- Fix JSON escaping in code editor analysis: JSON was not always escaped properly, which prevented code actions from being available in certain situations https://github.com/rescript-lang/rescript/pull/7435
36+
- Fix JSON escaping in code editor analysis: JSON was not always escaped properly, which prevented code actions from being available in certain situations. https://github.com/rescript-lang/rescript/pull/7435
3737
- Fix regression in pattern matching for optional fields containing variants. https://github.com/rescript-lang/rescript/pull/7440
3838
- Fix missing checks for duplicate literals in variants with payloads. https://github.com/rescript-lang/rescript/pull/7441
3939
- Fix printer removing private for empty record. https://github.com/rescript-lang/rescript/pull/7448
@@ -45,7 +45,7 @@
4545

4646
- AST: Add bar location to `case`. https://github.com/rescript-lang/rescript/pull/7407
4747
- Clean up lazy from ASTs and back-end. https://github.com/rescript-lang/rescript/pull/7474
48-
- Compile runtime with rewatch and add rewatch tests to the compiler repo. https://github.com/rescript-lang/rescript/pull/7422/files
48+
- Compile runtime with rewatch and add rewatch tests to the compiler repo. https://github.com/rescript-lang/rescript/pull/7422
4949

5050
#### :nail_care: Polish
5151

0 commit comments

Comments
 (0)