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
+2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@
47
47
- Fix issue with JSX V4 and newtype https://github.com/rescript-lang/syntax/pull/737
48
48
- Fix issue with JSX V4 when components are nested https://github.com/rescript-lang/syntax/pull/738
49
49
- Fix issue where generic compare on `float` values would be different from the compare for type `float`https://github.com/rescript-lang/rescript-compiler/pull/6043
50
+
- Improve code generated for default arguments in JSX V4 https://github.com/rescript-lang/syntax/pull/739
51
+
- Fix issue with JSX V4 props of the form `~p as module(...)`https://github.com/rescript-lang/syntax/pull/739
0 commit comments