Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kinokon committed Nov 14, 2023
1 parent 43a20d1 commit 2e8baab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# 8.1.0
- Fixes #97: support `disabled` on `<link>` element.
- Fixes #94: supports `forwardRef` and `useImperativeHandle`.
- Fixes #68: exports more types.
- Bumped TypeScript definition sync with `@types/react` at #e05c7e9.
- Removes all `*Capture` event listener types. They were never supported.

# 8.0.5
- Added support for using `DOMTokenList` (e.g. `element.classList`) for `className`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsx-dom",
"version": "8.0.6",
"version": "8.1.0",
"description": "JSX to document.createElement.",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 2e8baab

Please sign in to comment.