v3.3.0
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)