Skip to content

Releases: BabylonJS/BabylonReactNative

0.3.0-alpha.30

11 Nov 17:19
c9f2935
Compare
Choose a tag to compare
0.3.0-alpha.30 Pre-release
Pre-release

Bug Fixes:

  • Threading stabilization fixes
  • Support updating window in ARKit XR
  • Fixed Android local file loading using "file://" format urls

0.3.0-alpha.29

05 Nov 18:33
ef431d7
Compare
Choose a tag to compare
0.3.0-alpha.29 Pre-release
Pre-release

This brings in a few notable fixes:

Babylon.js

  • Fix for the vertex buffer leak.
  • Fix for an issue where WebRequest retry logic tries to use a global (location) that is only available in the browser (not React Native), which causes an error in retry scenarios such as when there is no internet connection.

Babylon Native

  • Improved support for skinned animations.
  • Fixes URLRequest/XMLHttpRequest client side error handling (e.g. don't crash when there is no internet connection).

0.3.0-alpha.28

28 Oct 22:34
e209e5f
Compare
Choose a tag to compare
0.3.0-alpha.28 Pre-release
Pre-release
  • XR Anchor fixes.
  • CreatePolygon fixes (affects ARCore planar polygons).

0.3.0-alpha.27

28 Oct 21:33
6f7f393
Compare
Choose a tag to compare
0.3.0-alpha.27 Pre-release
Pre-release

Updated graphics render threading, removal of NativeWindow.

0.3.0-alpha.26

28 Oct 19:52
19e9cdf
Compare
Choose a tag to compare
0.3.0-alpha.26 Pre-release
Pre-release

Fixes memory leaks related to NativeEngine instance lifetime management and XMLHttpRequest.

0.3.0-alpha.25

21 Oct 18:04
e841904
Compare
Choose a tag to compare
0.3.0-alpha.25 Pre-release
Pre-release

Fixes a few XR stability issues on both Android and iOS.

0.3.0-alpha.24

20 Oct 16:40
e092698
Compare
Choose a tag to compare
0.3.0-alpha.24 Pre-release
Pre-release
  • Fixes JS thread scheduling issues (more reliable, better perf).
  • Have most errors that bubble up from JS to native show up correctly in logbox/redbox.
  • Update Android package to have a unique name rather than the default you get one generating a new module/package with the React Native CLI (to avoid conflicts with other packages that make the same mistake).

0.3.0-alpha.23

14 Oct 22:29
6eac1e0
Compare
Choose a tag to compare
0.3.0-alpha.23 Pre-release
Pre-release

Fix TypeScript code to be compilable by TypeScript (in addition to Babel).

0.3.0-alpha.22

12 Oct 20:57
925179d
Compare
Choose a tag to compare
0.3.0-alpha.22 Pre-release
Pre-release

Use Babylon Native's XMLHttpRequest (less memory and faster) instead of React Native's.

0.3.0-alpha.21

08 Oct 22:47
61a3a8f
Compare
Choose a tag to compare
0.3.0-alpha.21 Pre-release
Pre-release
  • Babylon.js min ver that includes exposing the XR tracking state.
  • Babylon Native update that includes XR render loop fix.
  • Improved workaround to ensure JS immediates queue (including pending promise continuations) gets flushed.