Comparing version 2.2.3-next.1 to 2.2.3-next.2
{ | ||
"name": "mithril", | ||
"version": "2.2.3-next.1", | ||
"version": "2.2.3-next.2", | ||
"description": "A framework for building brilliant applications", | ||
@@ -5,0 +5,0 @@ "author": "Leo Horie", |
@@ -265,7 +265,2 @@ "use strict" | ||
// variable rather than fetching it using `getNextSibling()`. | ||
// | ||
// The fourth part of the diff currently inserts nodes unconditionally, leading to issues | ||
// like #1791 and #1999. We need to be smarter about those situations where adjascent old | ||
// nodes remain together in the new list in a way that isn't covered by parts one and | ||
// three of the diff algo. | ||
@@ -272,0 +267,0 @@ function updateNodes(parent, old, vnodes, hooks, nextSibling, ns) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1482448
18646