Skip to content

Releases: playcanvas/editor

v2.19.8

12 Mar 14:42

Choose a tag to compare

What's Changed

Full Changelog: v2.19.7...v2.19.8

v2.19.7

12 Mar 11:07

Choose a tag to compare

What's Changed

  • fix: add index signature to ModelSchema for dynamic asset data schemas by @kpal81xd in #1933

Full Changelog: v2.19.6...v2.19.7

v2.19.6

11 Mar 15:25

Choose a tag to compare

What's Changed

  • fix: remove index signature from ProjectSettings config type by @kpal81xd in #1932

Full Changelog: v2.19.5...v2.19.6

v2.19.5

11 Mar 14:43

Choose a tag to compare

What's Changed

Full Changelog: v2.19.4...v2.19.5

v2.19.4

09 Mar 13:41

Choose a tag to compare

What's Changed

Full Changelog: v2.19.3...v2.19.4

v2.19.3

09 Mar 12:25

Choose a tag to compare

What's Changed

  • chore(deps): update docker/build-push-action action to v7 by @renovate[bot] in #1907
  • chore(deps): update dependency @playcanvas/pcui to v6.1.2 by @renovate[bot] in #1908
  • chore(deps): update dependency @playcanvas/pcui to v6.1.3 by @renovate[bot] in #1909
  • chore(deps): update node.js to v22.22.1 by @renovate[bot] in #1903
  • Type settings inspector constructor args by @willeastcott in #1910
  • fix: resolve type errors in animstategraph inspectors by @willeastcott in #1911
  • fix: improve typing across animstategraph modules by @willeastcott in #1912
  • chore(deps): update dependency @playcanvas/pcui-graph to v5.2.1 by @renovate[bot] in #1913
  • chore(deps): update dependency @playcanvas/pcui-graph to v5.2.2 by @renovate[bot] in #1914
  • chore(deps): update dependency @playcanvas/pcui-graph to v5.2.4 by @renovate[bot] in #1915
  • fix: enable undo for keyboard Delete in AnimStateGraph editor by @willeastcott in #1916

Full Changelog: v2.19.2...v2.19.3

v2.19.2

06 Mar 11:04

Choose a tag to compare

What's Changed

  • refactor: centralize AttributesInspector management in ComponentInspector base class by @willeastcott in #1888
  • fix: use base class _entityEvents instead of custom _evts array in button and collision inspectors by @willeastcott in #1889
  • refactor: move legacy/removed title logic to component inspector subclasses by @willeastcott in #1890
  • refactor: import engine constants instead of duplicating them by @willeastcott in #1891
  • fix: disable horizontal scroll on entity selection in hierarchy by @kpal81xd in #1894
  • fix: only disable audiosource fields when engine is v2 by @willeastcott in #1899
  • [FIX] Align entity picker hierarchy visibility styling by @kpal81xd in #1898
  • refactor: remove unused _assets field from GSplat component inspector by @willeastcott in #1901
  • refactor: remove unnecessary deepCopy of ATTRIBUTES in screen inspector by @willeastcott in #1902
  • chore: add missing TypeScript field declarations to UI classes by @kpal81xd in #1897
  • chore: add missing field declarations to thumbnail renderer classes by @kpal81xd in #1893
  • refactor: migrate asset inspector previews to pointer events by @willeastcott in #1905

Full Changelog: v2.19.1...v2.19.2

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