Skip to content

11.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 22:16
· 39 commits to master since this release

Fixes

Removes debug symbols originally added in version 11.0.0, intended for debug builds only, but leaking into release builds. Users without proper NDK configuration would not strip these symbols and see increased deliverable app sizes. These symbols have now been removed again. In the future we will distribute symbols with builds in a side channel to be determined.


  • fix(Android): Do not include debug symbols (#11788) 806facbaca e9dff3c
  • fix: reinit scripted objects owned by the state machine (#11783) 72f38fef07 ad259f8
  • chore: make viewmodel references safer (#11781) 0961388866 2179cec
  • fix(unit tests): Update a test case to have a correctly-formatted category (#11778) 4edb867bde a7a0e8c
  • Intersection board in renderer now allows overlap (#11724) 352adc26ac efc4371
  • feat(vkcwa): Move borrowed coverage to a dedicated subpass (#11761) 57feaeef08 a1ff69a
  • fix: allow artboard conditions without data context (#11776) e9c66affc8 4e4ddd5
  • fix(editor): stop audio when playback is stopped (#11771) d8ff1c2d88 68182a6