virtual_dom 0.1.4
virtual_dom: ^0.1.4 copied to clipboard
The Virtual DOM is a small, lightweight, low-level implementation of the Virtual DOM.
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