Skip to content

6.0.0

Compare
Choose a tag to compare
@marvinhagemeister marvinhagemeister released this 28 Mar 10:26
2484cd4

Major Changes

  • #241 e8cbf66 Thanks @developit! - Improve performance by another 5-10% using switch and short-circuiting, and move pretty-printing + shallow rendering into preact-render-to-string/jsx.

  • #282 6376f62 Thanks @JoviDeCroock! - Remove trailing space for void_elements, this could fail some test_assertions as
    <img /> will become <img/>, the other VOID_ELEMENTS this will be applied for
    can be found here

  • #286 7a8b590 Thanks @JoviDeCroock! - Remove the castin to VNode for preact/debug, this is fixed in Preact >= 10.13.0

Patch Changes