-
Dispatch the render event on roots. (#15)
The render event provides a hook to add custom logic after the render is
complete. It allows to restore focus, selection and caret positions after
render. -
Filter out null and undefined interpolations in the html helper. (#8)
-
Ignore tests and examples in npm. (#11)