-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## [0.4.0] - 2024-12-23 | ||
|
||
* Introduced a [two pass](README.md#two-pass-mode) mode that will make a second pass over the DOM rewiring elements | ||
that were removed but have stable IDs back into the DOM | ||
* Uses the new `moveBefore()` API if it is available | ||
* Firmed up the implementation of softMatching to not soft match when elements have conflicting ids, which should allow | ||
developers to avoid accidentally sliding behavior between noded | ||
* Fixed up the `package.json` file to properly show the esm file as the module | ||
* Main contributors to this release were @botandrose & @3AMichaelWest22, thank you! | ||
|
||
Sorry, I didn't keep track of earlier changes! | ||
|