virtual_dom 0.1.6 copy "virtual_dom: ^0.1.6" to clipboard
virtual_dom: ^0.1.6 copied to clipboard

outdated

The Virtual DOM is a small, lightweight, low-level implementation of the Virtual DOM.

0.1.6 #

  • Added description to README.md file 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 for VElement nodes (via the key attribute), now virtual keys could be specified for any kind of nodes (in the Object? VNode.key field). This was not taken into account and was incorrect work. Now this shortcoming has been eliminated.

0.1.4 #

  • Added ValueNotifier<ErrorReport?> global static field to ErrorReport class.
  • The VNode.renderSafely() method has been changed to take into account the addition of the global ErrorReport.

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
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

The Virtual DOM is a small, lightweight, low-level implementation of the Virtual DOM.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on virtual_dom