Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Version 2.2.1

Compare
Choose a tag to compare
@rbiggs rbiggs released this 15 May 16:01
· 56 commits to master since this release
Cleaned up Component class.

1. Moved requestAnimationFrame polyfill from Component class to separate file in utils.
2. Moved testIfVNodesDiffer from Component class to separate file in utils.
3. Simplified execution of componentWillUpdate and componentDidUpdate in Component class.
4. Got rid of trailing spaces from many files.