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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@
12
12
13
13
# 10.1.0-rc.1
14
14
15
+
#### :boom: Breaking Change
16
+
17
+
- Change the DOM element attribute `method` to `method_`
18
+
15
19
## :rocket: New Feature
16
20
17
21
- Add extra variants for output filename suffixes in `bsconfig.json`: `.bs.mjs` and `.bs.cjs` are allowed https://github.com/rescript-lang/rescript-compiler/pull/5631
@@ -22,10 +26,6 @@
22
26
- Fix location issue in make function in JSX V4 that breaks dead code elimination https://github.com/rescript-lang/syntax/pull/660
23
27
- Fix parsing (hence pretty printing) of expressions with underscore `_` and comments.
0 commit comments