Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 23:11
· 245 commits to main since this release

Patch Changes

  • #2320 13b3270 Thanks @DylanPiercey! - Optimize how style and script tags are diffed (similar to textarea) where the text nodes are concatenated and diffed as a whole.

  • #2320 a9da4d6 Thanks @DylanPiercey! - Fix regression from #2138 which caused nullable native dynamic tags with body contents to not output the end tag. 😱