Skip to content

1.2.9

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 07 Sep 13:49
bb0d38c
  • 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).