We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ea4e5 commit d118b2bCopy full SHA for d118b2b
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+
3
+## [0.4.0] - 2024-12-23
4
5
+* Introduced a [two pass](README.md#two-pass-mode) mode that will make a second pass over the DOM rewiring elements
6
+ that were removed but have stable IDs back into the DOM
7
+ * Uses the new `moveBefore()` API if it is available
8
+* Firmed up the implementation of softMatching to not soft match when elements have conflicting ids, which should allow
9
+ developers to avoid accidentally sliding behavior between noded
10
+* Fixed up the `package.json` file to properly show the esm file as the module
11
+* Main contributors to this release were @botandrose & @3AMichaelWest22, thank you!
12
13
+Sorry, I didn't keep track of earlier changes!
14
0 commit comments