You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a regression where the Lua Data global — which exposes view model constructors like Data.MyViewModel.new() — was nil in scripts, breaking script-driven view model instance creation. (#454)
Changed
Improved time-to-first-frame by drawing the first frame synchronously when resuming from a paused state, instead of relying on the display link.
Commits
perf(apple): draw first frame synchronously rather than on display link (#13009) f744b8acbc d64dca3
feature: add data bind font support (#13031) 25b5033ad8 3529867
fix(scripting): decode lua colors as unsigned integers (#13053) 991f5d87ab 92f83ea
feat(runtime): add requestArtboardSize to command queue (#12854) d3fe2f47e6 5eeb23a
fix(shaders): stabilize cross-stage HLSL names, per-stage id fallbacks collided and silently dropped the struct-layout sidecar (#13046) 662780d846 80b64a3
fix(editor and runtime): arboard selection and state machine selection (#13049) 6150d71336 66f5946