Skip to content

Commit f8d1d3a

Browse files
committed
update changelog
1 parent 2c45d1b commit f8d1d3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
#### :boom: Breaking Change
1616

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

1920
## :rocket: New Feature
2021

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

32+
#### :nail_care: Polish
33+
34+
- Add `loading`, `aria-*` DOM element attributes in `JsxDOM.domProps`: `ariaCurrent`, `ariaInvalid`, `ariaAutocomplete`, etc.
35+
3136
# 10.1.0-alpha.2
3237

3338
#### :rocket: New Feature

0 commit comments

Comments
 (0)