5 Commits

Author SHA1 Message Date
Patrick Steele-Idem
2be98636ea Fixes #817 - Support dynamic root elements
[Optimizations] Simplified bookkeeping for component tree
A component stack is no longer used

Small API improvements

Improved how component boundaries are managed

Assign keys to all HTML elements and custom tags for better diffing

Checking in progress

Just build the src when calculating size
2017-09-08 12:32:17 -06:00
Patrick Steele-Idem
a602f3cd46 Introduced src/ and dist/ folders 2017-05-19 14:35:33 -06:00
Patrick Steele-Idem
c40276de02 [Performance] Separated out events/const from attrs and more 2017-03-28 11:02:12 -06:00
Patrick Steele-Idem
d33e8bfa65 Optimization: simplify diffing/patching for simple attrs (class, id and style) 2017-03-10 12:01:31 -07:00
Patrick Steele-Idem
4056a61f5a Improved SVG handling and tag name normalization by doing more in the compiler 2017-03-09 20:24:52 -07:00