Releases: c-frame/aframe-editor
Release list
1.7.27
What's Changed
- Properly keep old value for entityupdate command for position/rotation/scale change through gizmo by @vincentfretin in #76
- Update to latest TransformControls by @vincentfretin in #77
Full Changelog: 1.7.26...1.7.27
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.26
What's Changed
- EntityReparentCommand: call updateLocalTransform synchronously by @vincentfretin in #70
- EntityReparentCommand: removed unneeded lines by @vincentfretin in #71
- Fix crash in selectionBox when gltf-model loads after entity is detached by @vincentfretin in #72
- Remap selector/selectorAll component values when cloning or pasting an entity tree by @vincentfretin in #73
- Fix history fromJSON when json.redos is not empty by @vincentfretin in #74
- Keep nanoids when copying entities, some components may reference them by @vincentfretin in #75
Full Changelog: 1.7.25...1.7.26
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.25
What's Changed
- Support editing properties of type array without oneOf, selector and selectorAll by @vincentfretin in #69
Full Changelog: 1.7.24...1.7.25
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.24
What's Changed
- Emit sceneplayingtoggle event to disable history when playing by @vincentfretin in #67
- Add entityreparent command to docs/commands.md by @vincentfretin in #68
- Fix editor focus for scaled targets by @vincentfretin in aframevr#854
- Fix g-flag regex in getValidId and CSS selector injection in getIdFromUrl by @vincentfretin in aframevr#853
Full Changelog: 1.7.23...1.7.24
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.23
What's Changed
- Add paste entity from clipboard button in toolbar (fix #24) by @vincentfretin in #61
- Fix entity reparent to preserve world scale by @vincentfretin in #62
- Remove default rotation/scale attributes after reparent instead of always setting them by @vincentfretin in #63
- Fix paste entity to create as child of selected entity instead of sibling by @vincentfretin in #64
- Add copy to clipboard button for position/rotation/scale properties by @vincentfretin in #65
- Add paste component button next to Add component dropdown (fix #41) by @vincentfretin in #66
Full Changelog: 1.7.22...1.7.23
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.22
What's Changed
- Tooltip feedback after clicking copy to clipboard buttons by @vincentfretin in #60
- Add a reset property button, visualize with bold italic property explicitly set to default value, add the meaning in the tooltip with also min and max values for number and int by @vincentfretin in aframevr#846 (adapted in 5af818c when I merged master into dev)
Full Changelog: 1.7.21...1.7.22
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.21
What's Changed
- Make all commands and undo/redo stack serializable by @vincentfretin in #58
- Remove the filterFunc param from prepareForSerialization introduced in #57 that broke copy scene to clipboard by @vincentfretin in #59
Full Changelog: 1.7.20...1.7.21
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.20
What's Changed
- Fix stylelint integration by @vincentfretin in #55
- Fix modal background and search icon by @vincentfretin in #56
- Allow to reparent or reorder an entity by @vincentfretin in #57
aframe-editor-reparent.mp4
Full Changelog: 1.7.19...1.7.20
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.19
What's Changed
- Fix undo/redo buttons color by @vincentfretin in #54
Full Changelog: 1.7.18...1.7.19
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin
1.7.18
What's Changed
- Fix undo/redo buttons style with other themes by @vincentfretin in #53
Full Changelog: 1.7.17...1.7.18
How to use it
<script src="https://aframe.io/releases/1.7.1/aframe.min.js"></script>
<a-scene
inspector="url: https://cdn.jsdelivr.net/gh/c-frame/aframe-editor@1.7.x/dist/aframe-editor.min.js">Sponsorship
If you want to see more features on an open source A-Frame editor, please consider sponsoring me https://github.com/sponsors/vincentfretin