Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
- Deprecate `%external` extension, which has never been officially introduced. https://github.com/rescript-lang/rescript-compiler/pull/6906
- Deprecate `xxxU` functions in Belt. https://github.com/rescript-lang/rescript-compiler/pull/6941
- Improve error messages for function arity errors. https://github.com/rescript-lang/rescript-compiler/pull/6990
- Add missing HTML attribute capture to JsxDOM.res. https://github.com/rescript-lang/rescript-compiler/pull/7006

# 11.1.3

Expand Down
1 change: 1 addition & 0 deletions jscomp/others/jsxDOM.res
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ type domProps = {
defaultValue?: string,
/* global html attributes */
accessKey?: string,
capture?: [#user | #environment],
className?: string /* substitute for "class" */,
contentEditable?: bool,
contextMenu?: string,
Expand Down