Skip to content

v0.2.0

Compare
Choose a tag to compare
@CodyJasonBennett CodyJasonBennett released this 28 May 04:48
· 131 commits to main since this release

What's Changed

This release does away with platform-specific imports (react-ogl/web or react-ogl/native) in favor of a unified target (react-ogl).

// web
- import ... from 'react-ogl/web'
+ import ... from 'react-ogl'

// native
- import ... from 'react-ogl/native'
+ import ... from 'react-ogl'

Additional fixes improve internal stability when using concurrent features, suspense, and devtools.

Full Changelog: v0.1.6...v0.2.0