Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.0.0 source code.tar.gz | 2018-07-07 | 9.9 kB | |
6.0.0 source code.zip | 2018-07-07 | 12.1 kB | |
README.md | 2018-07-07 | 457 Bytes | |
Totals: 3 Items | 22.4 kB | 0 |
- Use faster reconciliation algorithm.
- Rename
render
topatch
. - Fix delayed element removals in
onremove
ocassionally failing. - Improve handling DOM attributes:
draggable
,spellcheck
, andtranslate
. - Add new
recycle
export function, enabling you to patch over server-side rendered markup instead of rendering your view from scratch. - Improve SVG and add
xlink:*
support. - Bring back built-in pure JSX component support.