Releases: BabylonJS/Editor
Releases · BabylonJS/Editor
v5.3.1
What's Changed
- fix: collect of collision meshes when loading scene by @julien-moreau in #782
- fix: check rootUrl and url exist in createTexture and createCubeTexture overrides in play mode by @julien-moreau in #783
- docs: remove "playing as-is" part of documentation by @julien-moreau in #784
- feat: add support of drag'n'drop of texture-set assets in fab plugin by @julien-moreau in #785
- feat: add hunter experiment in landing page by @julien-moreau in #786
- feat: add support of multi-selection in preview by using shift key and clone physics aggregate when creating instances by @julien-moreau in #788
- v5.3.1 by @julien-moreau in #789
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #769
- chore(deps): bump next from 16.1.1 to 16.1.5 by @dependabot[bot] in #773
- Finalize support of node particle system sets by @julien-moreau in #770
- chore: bump eslint to v9.29.0 by @julien-moreau in #775
- fix: hack support of "spatialSound" for legacy "Sound" entities by @julien-moreau in #777
- fix: node particle system size creation to support centimeters by default by @julien-moreau in #778
- v5.3.0 by @julien-moreau in #781
Full Changelog: v5.2.5...v5.3.0
v5.2.5
What's Changed
- chore: update Babylon.js to v8.41.0 by @julien-moreau in #749
- chore(deps): bump next from 14.0.4 to 14.2.35 in /website by @dependabot[bot] in #750
- feat: add support of electron template by @julien-moreau in #752
- chore(deps): bump next from 14.0.4 to 14.2.35 in /templates/nextjs by @dependabot[bot] in #753
- chore(deps): bump next from 14.2.32 to 14.2.35 by @dependabot[bot] in #751
- feat: add support of fab plugin by @julien-moreau in #756
- chore: add support of build-concurrently to improve release speed by @julien-moreau in #761
- chore(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #762
- feat: add support of keep transform when reparenting nodes in graph using shift key by @julien-moreau in #759
- fix: update hot-reload to fix with new babylonjs-editor-tools api by @julien-moreau in #766
- chore(deps): bump tar from 6.2.0 to 6.2.1 by @dependabot[bot] in #768
- v5.2.5 by @julien-moreau in #767
Full Changelog: v5.2.4...v5.2.5
v5.2.4
What's Changed
- chore(deps): bump glob from 11.0.0 to 11.1.0 by @dependabot[bot] in #733
- Add option to close dashboard when opening a project by @FilipeBeck in #726
- Avoid duplicated console log keys to prevent render looping by @FilipeBeck in #734
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 by @dependabot[bot] in #741
- feat: add link to mansion cinematic by @julien-moreau in #743
- Fixes and experimental game development tools by @julien-moreau in #745
- v5.2.4 by @julien-moreau in #746
New Contributors
- @FilipeBeck made their first contribution in #726
Full Changelog: v5.2.3...v5.2.4
v5.2.3
What's Changed
- Add metadata to objects by @yuripourre in #727
- fix: minor preview fixes when removing objects from graph or switching camera by @julien-moreau in #730
- v5.2.3 by @julien-moreau in #731
Full Changelog: v5.2.2...v5.2.3
v5.2.2
What's Changed
- Enable changing installation directory in NSIS config by @gsw945 in #724
- fix: always save editor data for node material and keep uniqueIds to be fixed by @julien-moreau in #722
- v5.2.2 by @julien-moreau in #728
New Contributors
Full Changelog: v5.2.1...v5.2.2
v5.2.1
What's Changed
- feat: force to match "babylonjs-editor-tools" package version with the currently running version of editor by @julien-moreau in #709
- feat: align camera on axis when an axis is clicked in the preview panel by @julien-moreau in #710
- feat: add support of quality for textures and shadows in scene loader in babylonjs-editor-tools by @julien-moreau in #712
- fix: prevent copying assets elsewhere than at least the /assets folder with a proper error message by @julien-moreau in #713
- feat: Add context menu item to export scene and nodes by @yuripourre in #604
- fix: import of filenamify in export node and put feature as experimental by @julien-moreau in #717
- chore: add support of code signing for Windows by @julien-moreau in #673
- feat: add cinematic editor curves editing capabilities by @julien-moreau in #714
- fix: hide axis labels in preview panel when not in fit mode by @julien-moreau in #719
- v5.2.1 by @julien-moreau in #720
Full Changelog: v5.2.0...v5.2.1
v5.2.0
What's Changed
- fix: remove mansion pages by @julien-moreau in #688
- chore: update electron to v37.6.0 by @julien-moreau in #689
- feat: add support of hot-reload when playing scene inline in editor by @julien-moreau in #690
- chore(deps-dev): bump vite from 6.3.5 to 6.4.1 in /templates/vanillajs by @dependabot[bot] in #696
- feat: add support of Sprites by @julien-moreau in #695
- chore(deps-dev): bump vite from 6.3.5 to 6.4.1 in /templates/solidjs by @dependabot[bot] in #700
- fix: normalize url when playing scene inline in editor by @julien-moreau in #701
- fix: restore object highlight under pointer and prevent right click when no object under pointer by @julien-moreau in #703
- v5.2.0 by @julien-moreau in #704
Full Changelog: v5.1.10...v5.2.0
v5.1.10
What's Changed
- fix: include scene to preload assets in babylonjs-editor-tools by @julien-moreau in #679
- feat: add support of automatic shadows quality in babylonjs-editor-tools by @julien-moreau in #680
- feat: add support of default objects when creating a new scene by @julien-moreau in #684
- feat: add support of "targetStopDuration" for ParticleSystem and GPUParticleSystem inspectors by @julien-moreau in #665
- fix: render options for custom render dimensions due to multiviews by @julien-moreau in #686
- v5.1.10 by @julien-moreau in #687
Full Changelog: v5.1.9...v5.1.10
v5.1.9
What's Changed
- fix: check for metadata in nodes before preloading script assets in babylonjs-editor-tools by @julien-moreau in #675
- Drag and Drop for material section in meshInspector by @Soullnik in #669
- fix: force fog color in lava material by @julien-moreau in #676
- chore: bump Babylon.js to v8.29.0 by @julien-moreau in #677
- v5.1.9 by @julien-moreau in #678
Full Changelog: v5.1.8...v5.1.9