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
+5-5
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,6 @@ These are only breaking changes for unformatted code.
61
61
62
62
# 10.1.1
63
63
64
-
#### :boom: Breaking Change
65
-
66
-
- The prop names duplicated to keyword are not mangled automatically in JSX v4.
67
-
- Use `@as` instead
68
-
69
64
#### :rocket: New Feature
70
65
71
66
- Add support for empty inlined record literal `{}` for inlined records where all fields are optional https://github.com/rescript-lang/rescript-compiler/pull/5900
@@ -79,6 +74,11 @@ These are only breaking changes for unformatted code.
79
74
80
75
# 10.1.0
81
76
77
+
#### :boom: Breaking Change
78
+
79
+
- The prop names duplicated to keyword are not mangled automatically in JSX v4.
80
+
- Use `@as` instead
81
+
82
82
#### :bug: Bug Fix
83
83
84
84
- Fix issue where no error was reported when ? was used for non-optional fields. https://github.com/rescript-lang/rescript-compiler/pull/5853
0 commit comments