Skip to content

Commit

Permalink
Finalize changelog and upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed May 6, 2024
1 parent 63b25c9 commit 0be7766
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

* (improvement) Remove internal `elementMatches()` helper.
* (improvement) Remove outdated `CustomEvent` workaround.
* (deprecation) Deprecate `createEvent` helper.
* (improvement) Remove outdated `MediaQueryList.addEventListener()` workaround.


Expand Down
8 changes: 7 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.x to 2.0.0
2.x to 3.0
==========

* The `createEvent` helper was removed, use `new CustomEvent()` directly.


1.x to 2.0
============

* The import path for `mount()` has changed `/mount.js -> /react/mount.mjs`.
Expand Down

0 comments on commit 0be7766

Please sign in to comment.