Skip to content

Commit 94dc1e1

Browse files
committed
Update CHANGELOG and README
1 parent f5e0af4 commit 94dc1e1

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

CHANGELOG.md

+39-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,47 @@
11
# Changelog
22

3+
> **Tags:**
4+
>
5+
> - :boom: [Breaking Change]
6+
> - :eyeglasses: [Spec Compliance]
7+
> - :rocket: [New Feature]
8+
> - :bug: [Bug Fix]
9+
> - :memo: [Documentation]
10+
> - :house: [Internal]
11+
> - :nail_care: [Polish]
12+
13+
## 0.12.0-alpha.2
14+
15+
#### :rocket: New Feature
16+
17+
- Added `React.lazy_`.
18+
19+
#### :boom: Breaking Change
20+
21+
- Requires ReScript 11.0.0-alpha.6 or newer.
22+
23+
#### :bug: Bug Fix
24+
25+
- Fixed children type for `Fragment`, `StrictMode` and `Suspense`.
26+
27+
#### :nail_care: Polish
28+
29+
- Removed experimental `SuspenseList` component.
30+
331
## 0.12.0-alpha.1
432

33+
#### :rocket: New Feature
34+
535
- Compatibility with ReScript 11 uncurried mode.
6-
- Breaking: removed `React.callback` type.
36+
- Added `gap` prop to `ReactDOMStyle.make`.
37+
38+
#### :boom: Breaking Change
39+
40+
- Removed `React.callback` type.
41+
42+
#### :bug: Bug Fix
43+
44+
- Updated `React_V3` compatibility module to define record field `current` for `ref`.
745

846
## 0.11.0
947

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ If you want to try build your project with JSX v3, see [the V3 compatibility mod
3535

3636
### Requirements
3737

38-
- v0.11.0+
38+
- v0.12.0+:
39+
40+
- ReScript Compiler v11.0+
41+
- ReactJS v18.0.0+
42+
43+
- v0.11.0
3944

4045
- ReScript Compiler v10.1+
4146
- ReactJS v18.0.0+

0 commit comments

Comments
 (0)