Releases: c-frame/aframe-editor
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
1.7.17 - Theme selector!
What's Changed
- Disable spellcheck on some input fields by @vincentfretin in aframevr#825
- Fix css rules that removed color widget inner padding by @vincentfretin in aframevr#826
- Put back the border on focused input for string and number by @vincentfretin in aframevr#827
- Fix some vertical alignment issues, Safari style issues, select and checkbox now uses the primary color by @vincentfretin in aframevr#830
- Include gltf icon as an svg so the css color and hover color are applied by @vincentfretin in aframevr#831
- Remove useless THREE.ImageUtils.crossOrigin line by @vincentfretin in aframevr#831
- Clean up css rules related to button icons hover, remove margin-left usage and properly use flex gap, uniform spacing for actions in toolbar, remove bottom black pixel in transform actions by @vincentfretin in aframevr#833
- Use css variables by @vincentfretin in aframevr#834
- Add theme selector by @vincentfretin in aframevr#835
Full Changelog: 1.7.16...1.7.17
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.16
What's Changed
- Be sure to not register again asset with same url, create a-assets if missing by @vincentfretin in aframevr#824
Full Changelog: 1.7.15...1.7.16
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
