Skip to content

Commit

Permalink
Add a changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Dec 23, 2024
1 parent 71ea4e5 commit d118b2b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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!

0 comments on commit d118b2b

Please sign in to comment.