You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
-
# 12.0.0-alpha.9 (Unreleased)
13
+
# 12.0.0-alpha.9
14
14
15
15
#### :boom: Breaking Change
16
16
@@ -36,14 +36,14 @@
36
36
- Fix runtime type check for Object in untagged variants when one variant case is `null`. https://github.com/rescript-lang/rescript/pull/7303
37
37
- Fix files that were being truncated when sent to the CDN over FTP. https://github.com/rescript-lang/rescript/pull/7306
38
38
- Fix better editor completion for applications. https://github.com/rescript-lang/rescript/pull/7291
39
-
- Fix @react.componentWithProps no longer works with @directive("'use memo'"). https://github.com/rescript-lang/rescript/pull/7300
39
+
- Fix `@react.componentWithProps` no longer works with `@directive("'use memo'")`. https://github.com/rescript-lang/rescript/pull/7300
40
40
41
41
#### :house: Internal
42
42
43
-
- Remove ignore in res_scanner.ml. https://github.com/rescript-lang/rescript/pull/7280
43
+
- Remove `ignore` in `res_scanner.ml`. https://github.com/rescript-lang/rescript/pull/7280
44
44
- Use the new stdlib modules in the analysis tests. https://github.com/rescript-lang/rescript/pull/7295
45
45
- Build with OCaml 5.3.0. https://github.com/rescript-lang/rescript/pull/7294
0 commit comments