You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added support for both object and string values in the style attribute, addressing this change in issue (#756).
Achieving more consistent behavior between client and server rendering for reserved DOM attributes like spellcheck, draggable, translate, etc., is credited to @frenzzy. This improvement is discussed in issue (#629).
The performance of the keyed algorithm has been enhanced, resulting in fewer "insertBefore" calls when a keyed item is removed, but other items remain in the same order. This enhancement was contributed by @SkaterDad and is detailed in issue (#663).