6.0.0
Major Changes
-
#241
e8cbf66Thanks @developit! - Improve performance by another 5-10% usingswitchand short-circuiting, and move pretty-printing + shallow rendering intopreact-render-to-string/jsx. -
#282
6376f62Thanks @JoviDeCroock! - Remove trailing space for void_elements, this could fail some test_assertions as
<img />will become<img/>, the otherVOID_ELEMENTSthis will be applied for
can be found here -
#286
7a8b590Thanks @JoviDeCroock! - Remove the castin to VNode forpreact/debug, this is fixed in Preact >= 10.13.0
Patch Changes
-
#286
7a8b590Thanks @JoviDeCroock! - Change style calculation to use a Set rather than Regex -
#285
a0546feThanks @JoviDeCroock! - Fix CJS export -
#288
0b04860Thanks @glenchao! - Enumerate draggable attribute, so the output isn'tdraggablebutdraggable="true" -
#283
3defa9dThanks @JoviDeCroock! - Follow up fixes to #278 -
#289
07ebc66Thanks @JoviDeCroock! - Supportdataattribute -
#270
5c6877dThanks @developit! - improve unmount option hook call performance -
#278
8cf7cefThanks @JoviDeCroock! - Improve performance by- storing the void_elements in a Set
- hoisting the
x-linkregex - remove case-insensitive from regexes and calling
.toLowerCase()instead - caching suffixes for css-props