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
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@
18
18
19
19
-:boom: when V4 is activated, at most one component is allowed for each module.
20
20
21
-
- Add support for empty record literal `{}` for records with only optional fields, and type definition of empty record (e.g. `type empty = {}`) https://github.com/rescript-lang/syntax/pull/632
21
+
- Add support for empty record literal `{}` for records with only optional fields, and type definition of empty record (e.g. `type empty = {}`) https://github.com/rescript-lang/syntax/pull/632
22
22
23
23
#### :bug: Bug Fix
24
24
25
+
- Fix location issue in error messages with JSX V4 where the body of the component is an application https://github.com/rescript-lang/syntax/pull/633
25
26
- Fix issue where the printer would omit attributes for `->` and `|>`https://github.com/rescript-lang/syntax/pull/629
26
27
- Fix printing of optional fields in records https://github.com/rescript-lang/rescript-compiler/issues/5654
0 commit comments