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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
17
17
- Deprecate DOM element attributes in `JsxDOM.domProps`: `begin_`, `end_`, `to_`
18
18
- Use `begin`, `end`, `to` instead.
19
+
- Emit an error when a `@string` or `@int` attribute is used in a V4 component https://github.com/rescript-lang/rescript-compiler/issues/5724
Copy file name to clipboardExpand all lines: jscomp/napkin/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@
10
10
> -:house:[Internal]
11
11
> -:nail_care:[Polish]
12
12
13
+
#### :boom: Breaking Change
14
+
15
+
- Emit an error when a `@string` or `@int` attribute is used in a V4 component https://github.com/rescript-lang/rescript-compiler/issues/5724
16
+
13
17
#### :rocket: New Feature
14
18
15
19
- Add surface syntax for `async`/`await`https://github.com/rescript-lang/syntax/pull/600
0 commit comments