File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 125125- Deprecate ` %external ` extension, which has never been officially introduced. https://github.com/rescript-lang/rescript-compiler/pull/6906
126126- Deprecate ` xxxU ` functions in Belt. https://github.com/rescript-lang/rescript-compiler/pull/6941
127127- 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
128129
129130# 11.1.3
130131
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ type domProps = {
136136 defaultValue ?: string ,
137137 /* global html attributes */
138138 accessKey ?: string ,
139+ capture ?: [#user | #environment ],
139140 className ?: string /* substitute for "class" */ ,
140141 contentEditable ?: bool ,
141142 contextMenu ?: string ,
You can’t perform that action at this time.
0 commit comments