Skip to content

v3.3.0

Compare
Choose a tag to compare
@gre gre released this 07 May 10:48
· 404 commits to master since this release

gl-react

  • fix(gl-react): prefer to _addGLNodeChild in DidMount lifecycle, because React 16 have a different didmount<>willmount ordering that was breaking.
  • feat(gl-react): add Node#onDraw func prop to hook to draw events. to address specific usecase where you want to wait a first draw for instance. (DidMount and DidUpdate are not the proper hook, as rendering occur in async in gl-react)