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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,11 @@ These are only breaking changes for unformatted code.
62
62
63
63
# 10.1.1
64
64
65
+
#### :boom: Breaking Change
66
+
67
+
- The prop names duplicated to keyword are not mangled automatically in JSX v4.
68
+
- Use `@as` instead
69
+
65
70
#### :rocket: New Feature
66
71
67
72
- Add support for empty inlined record literal `{}` for inlined records where all fields are optional https://github.com/rescript-lang/rescript-compiler/pull/5900
@@ -71,6 +76,7 @@ These are only breaking changes for unformatted code.
71
76
- Prevent inlining of async functions in additional cases https://github.com/rescript-lang/rescript-compiler/issues/5860
72
77
- Fix build error where aliasing arguments to `_` in the make function with JSX V4. https://github.com/rescript-lang/rescript-compiler/pull/5881
73
78
- Fix parsing of spread props as an expression in JSX V4 https://github.com/rescript-lang/rescript-compiler/pull/5885
79
+
- Fix dropping attributes from props in make function in JSX V4 https://github.com/rescript-lang/rescript-compiler/pull/5905
0 commit comments