Skip to content

Commit 379f4b1

Browse files
committed
Prepare for 13.0.0-alpha.5 release
1 parent 342a8ce commit 379f4b1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 13.0.0-alpha.5 (Unreleased)
13+
# 13.0.0-alpha.5
1414

1515
#### :boom: Breaking Change
1616

1717
- Make `Jsx.component` abstract. https://github.com/rescript-lang/rescript/pull/8390
1818
- Drop Node.js version 20.x support, as it is reaching EOL. https://github.com/rescript-lang/rescript/pull/8401
1919
- Remove the `@taggedTemplate` decorator in favor of the new first-class `taggedTemplate<'param, 'output>` builtin type. Using the decorator, or backtick tagged-template syntax on a value that is not a `taggedTemplate`, is now a compile error pointing to the new binding form. https://github.com/rescript-lang/rescript/pull/8461
2020

21-
#### :eyeglasses: Spec Compliance
22-
2321
#### :rocket: New Feature
2422

2523
- Add a first-class `taggedTemplate<'param, 'output>` builtin type and the `TaggedTemplate` stdlib module (`TaggedTemplate.make`). Tagged-template tags are now tracked through the type system, so they emit real JS tagged-template syntax across module boundaries, when passed as first-class values, and when constructed at runtime by a factory (e.g. `postgres`). https://github.com/rescript-lang/rescript/pull/8461
@@ -43,8 +41,6 @@
4341
- Fix unnecessary boxing of `Some(React.component)`. https://github.com/rescript-lang/rescript/pull/8500
4442
- Fix GenType React element output to support React 19 typedefs. https://github.com/rescript-lang/rescript/pull/8501
4543

46-
#### :memo: Documentation
47-
4844
#### :nail_care: Polish
4945

5046
- Consolidate record mutation output into a single spread object literal. https://github.com/rescript-lang/rescript/pull/8473

0 commit comments

Comments
 (0)