v2.19.1
What's Changed
- fix: use correct path property for Resolution Height setting by @willeastcott in #1869
- fix: use consistent import path for Attribute type in engine settings by @willeastcott in #1870
- fix: call unbind() on mask event handles in anim inspector by @willeastcott in #1871
- fix: remove dead code in unlink() for anim, button and collision inspectors by @willeastcott in #1872
- fix: remove extra arguments from element inspector binding constructors by @willeastcott in #1873
- fix: rename isCLustered to isClustered in light inspector by @willeastcott in #1874
- fix: replace inline import() type annotations with regular imports in inspector by @willeastcott in #1876
- fix: remove redundant unlink calls before super.link in inspectors by @willeastcott in #1877
- fix: correct type annotation and use public getter in anim inspector by @willeastcott in #1878
- fix: use typed constructor args for component inspectors by @willeastcott in #1879
- fix: use editor layout API instead of document.querySelector in anim inspector by @willeastcott in #1882
- fix: correct type errors and operator precedence in component inspectors by @willeastcott in #1881
- fix: use base class _entityEvents instead of custom _evts array in anim inspector by @willeastcott in #1884
- fix: standardize naming in component inspectors by @willeastcott in #1885
- fix: type _entities as EntityObserver[] in component inspectors by @willeastcott in #1886
- chore(deps): update docker/setup-buildx-action action to v4 by @renovate[bot] in #1883
- chore(deps): bump immutable from 5.1.4 to 5.1.5 by @dependabot[bot] in #1880
- Fix requestAnimationFrame field naming, type, and handle lifecycle by @willeastcott in #1887
Full Changelog: v2.19.0...v2.19.1