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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

#### :boom: Breaking Change

- Change the DOM element attribute `method` to `method_`
- Deprecate DOM element attributes in `JsxDOM.domProps`: `begin_`, `end_`, `to_`
- Use `begin`, `end`, `to` instead.

## :rocket: New Feature

Expand All @@ -28,6 +29,10 @@
- Fix parsing (hence pretty printing) of expressions with underscore `_` and comments.
- Fix issue where uncurried async functions were emitted without `async` https://github.com/rescript-lang/rescript-compiler/pull/5718

#### :nail_care: Polish

- Add `loading`, `aria-*` DOM element attributes in `JsxDOM.domProps`: `ariaCurrent`, `ariaInvalid`, `ariaAutocomplete`, etc.

# 10.1.0-alpha.2

#### :rocket: New Feature
Expand Down
6 changes: 3 additions & 3 deletions jscomp/main/builtin_cmi_datasets.ml

Large diffs are not rendered by default.

Loading