File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 125
125
- Deprecate ` %external ` extension, which has never been officially introduced. https://github.com/rescript-lang/rescript-compiler/pull/6906
126
126
- Deprecate ` xxxU ` functions in Belt. https://github.com/rescript-lang/rescript-compiler/pull/6941
127
127
- Improve error messages for function arity errors. https://github.com/rescript-lang/rescript-compiler/pull/6990
128
+ - Add missing HTML attribute capture to JsxDOM.res. https://github.com/rescript-lang/rescript-compiler/pull/7006
128
129
129
130
# 11.1.3
130
131
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ type domProps = {
136
136
defaultValue ?: string ,
137
137
/* global html attributes */
138
138
accessKey ?: string ,
139
+ capture ?: [#user | #environment ],
139
140
className ?: string /* substitute for "class" */ ,
140
141
contentEditable ?: bool ,
141
142
contextMenu ?: string ,
You can’t perform that action at this time.
0 commit comments