Skip to content

Releases: playcanvas/editor

v2.19.1

05 Mar 11:42

Choose a tag to compare

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

v2.19.0

04 Mar 17:40

Choose a tag to compare

What's Changed

  • feat: add Ctrl/Cmd+A shortcut to select all entities in scene by @kpal81xd in #1866
  • feat: add numpad shortcuts for viewport camera presets by @kpal81xd in #1867
  • fix: smart horizontal scroll on entity selection in hierarchy by @kpal81xd in #1863

Full Changelog: v2.18.3...v2.19.0

v2.18.3

04 Mar 10:46

Choose a tag to compare

What's Changed

  • [FEAT] Add delegate command for autonomous task lifecycle by @kpal81xd in #1853
  • chore(deps): update dependency @playcanvas/pcui to v6.1.0 by @renovate[bot] in #1854
  • fix: update Inspector when arrow-keying through folders in Assets panel by @willeastcott in #1855
  • fix: prevent 'Go one folder up' from changing editor selection by @willeastcott in #1856
  • chore(deps): update dependency @playcanvas/pcui to v6.1.1 by @renovate[bot] in #1861
  • chore(deps): update docker/login-action action to v4 by @renovate[bot] in #1862

Full Changelog: v2.18.2...v2.18.3

v2.18.2

03 Mar 15:08

Choose a tag to compare

What's Changed

Full Changelog: v2.18.1...v2.18.2

v2.18.1

02 Mar 14:13

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /test-suite by @dependabot[bot] in #1837
  • fix: pin search filter and add scene button at top of scene picker by @willeastcott in #1838

Full Changelog: v2.18.0...v2.18.1

v2.18.0

02 Mar 12:17

Choose a tag to compare

What's Changed

  • fix: resolve TypeScript property errors in asset inspectors by @willeastcott in #1823
  • refactor: standardize asset inspector preview classes by @willeastcott in #1825
  • fix: resolve TypeScript property errors in component inspectors by @willeastcott in #1826
  • fix: resolve TypeScript property errors in settings panel inspectors by @willeastcott in #1827
  • fix: resolve TypeScript property errors in anim state graph editor by @willeastcott in #1828
  • chore(deps): update dependency @playcanvas/pcui to v6 by @renovate[bot] in #1829
  • fix: decouple selection from focus in Table and align with PCUI v6 by @willeastcott in #1831
  • refactor: reorganize toolbar directory into toolbar, viewport-controls, and alerts by @willeastcott in #1832
  • refactor: compact left toolbar and add responsive overflow by @willeastcott in #1833
  • fix: add missing class field declarations in inspector classes by @willeastcott in #1834
  • fix: resolve TypeScript errors in code-editor modules by @willeastcott in #1835
  • test: add Playwright UI tests for texture format conversion by @kpal81xd in #1836

Full Changelog: v2.17.1...v2.18.0

v2.17.1

27 Feb 15:43

Choose a tag to compare

What's Changed

  • refactor: move anim state graph editor to its own directory by @willeastcott in #1821
  • fix: stop view cube animation when user interacts with viewport by @kpal81xd in #1824

Full Changelog: v2.17.0...v2.17.1

v2.17.0

27 Feb 13:33

Choose a tag to compare

What's Changed

  • refactor: use PCUI placeholder for hierarchy search input by @willeastcott in #1803
  • [FEAT] Replace What's New overlay with version button in status bar by @kpal81xd in #1804
  • chore: remove @playcanvas/editor-api npm dep from test-suite by @kpal81xd in #1805
  • chore(deps): update dependency @playcanvas/pcui to v5.6.0 by @renovate[bot] in #1806
  • refactor: adopt PCUI 5.6 TreeView API improvements by @willeastcott in #1807
  • fix: allow dashes and underscores in animation state names by @willeastcott in #1810
  • feat: add ViewCube orientation gizmo with user toggle by @kpal81xd in #1809
  • chore(deps): update dependency @playcanvas/pcui to v5.7.0 by @renovate[bot] in #1812
  • fix: correct dragstart event name in grid view destroy handler by @willeastcott in #1811
  • chore(deps): update actions/upload-artifact action to v7 by @renovate[bot] in #1813
  • chore(deps): update dependency @playcanvas/pcui to v5.7.1 by @renovate[bot] in #1815
  • fix: prevent TreeViewItem from stealing GridView focus on folder selection by @willeastcott in #1814
  • fix: account for sticky header when scrolling table rows via arrow keys by @willeastcott in #1816
  • chore(deps): update dependency @playcanvas/pcui to v5.8.0 by @renovate[bot] in #1817
  • feat: unify asset activation via activate event for Enter and double-click by @willeastcott in #1818
  • feat: add View Cube Size user setting by @kpal81xd in #1819
  • fix: prevent anim state graph fullscreen from closing on double-click by @willeastcott in #1820

Full Changelog: v2.16.2...v2.17.0

v2.16.2

26 Feb 11:30

Choose a tag to compare

What's Changed

Full Changelog: v2.16.1...v2.16.2

v2.16.1

25 Feb 15:40

Choose a tag to compare

What's Changed

  • perf: fix main thread hang on editor load from layout thrashing by @kpal81xd in #1796

Full Changelog: v2.16.0...v2.16.1