Skip to content

v1.0.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@ognen ognen released this 22 Aug 13:23
· 162 commits to master since this release

Bug Fixes

  • Declare react-native entrypoint in package json. (0e25b9e)
  • core: Remove default 'content' child position from transformer API. (ff0206f)

NOTE: From this release on, Girders elements packages declare two entry points in their respective package.json files:

  • react-native which points to src/index.js, i.e. to ES6 sources
  • main which points to the compiled down version of the scripts in dist/es5

If you are using React Native older than 0.46, you may experience loss of sourcemaps due to this change.