This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Version 2.5.8
Update to vdom for onupdate hook. 1. Previous the onupdate hook always fired whether the props changed or not. Introduced a check to only fire onupdate when an element's props have changed.