virtual_dom 0.1.7
virtual_dom: ^0.1.7 copied to clipboard
The Virtual DOM is a small, lightweight, low-level implementation of the Virtual DOM.
0.1.7 #
- Added helper function
el.
0.1.6 #
- Added description to
README.mdfile for using global error reporting for non-UI cases.
0.1.5 #
- Fixed bug in
VTree._getKey(). At the very beginning of the implementation, virtual keys could only be specified forVElementnodes (via thekeyattribute), now virtual keys could be specified for any kind of nodes (in theObject? VNode.keyfield). This was not taken into account and was incorrect work. Now this shortcoming has been eliminated.
0.1.4 #
- Added
ValueNotifier<ErrorReport?> globalstatic field toErrorReportclass. - The
VNode.renderSafely()method has been changed to take into account the addition of the globalErrorReport.
0.1.3 #
- Fixed a critical error in the
VNode.updateElement()method. The error is related to the incorrect update of listeners.
0.1.2 #
- Changes have been made to the file
README.md.
0.1.1 #
- Changes have been made to the file
README.md.
0.1.0 #
- Initial release