File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
tests/analysis_tests/tests/src/expected Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- Add ` Dict.has ` and double ` Dict.forEachWithKey ` /` Dict.mapValues ` performance. https://github.com/rescript-lang/rescript/pull/7316
18
18
- Add popover attributes to JsxDOM.domProps. https://github.com/rescript-lang/rescript/pull/7317
19
+ - Add ` inert ` attribute to ` JsxDOM.domProps ` . https://github.com/rescript-lang/rescript/pull/7326
19
20
20
21
#### :boom : Breaking Change
21
22
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ type domProps = {
153
153
draggable ?: bool ,
154
154
hidden ?: bool ,
155
155
id ?: string ,
156
+ inert ?: bool ,
156
157
lang ?: string ,
157
158
popover ?: popover ,
158
159
popoverTarget ?: string ,
You can’t perform that action at this time.
0 commit comments