Releases: c-frame/aframe-editor
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/[email protected]/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/[email protected]/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/[email protected]/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/[email protected]/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.15
What's Changed
- Fix editing entity id, trigger the update only on blur and enter by @vincentfretin in #52
Full Changelog: 1.7.14...1.7.15
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/[email protected]/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.14
What's Changed
- Properly close canvas element in index.html by @vincentfretin in aframevr#821
- Allow dash in component instance id like bind__troika-text by @vincentfretin in aframevr#822
Full Changelog: 1.7.13...1.7.14
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/[email protected]/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.13
What's Changed
- Fix clicking on boolean property label to toggle the checkbox by @vincentfretin in aframevr#819
- Fix wrong camera position calculation when focusing an element by @vincentfretin in aframevr#820
Full Changelog: 1.7.12...1.7.13
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/[email protected]/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.12
What's Changed
For the copy component to clipboard feature, be sure to filter out properties that didn't change from the default value and in the UI change back the property color to gray from white if you change a property back to the default value.
- Clean up Component.js code by @vincentfretin in aframevr#814
- Proper usage of jsdoc optional param syntax by @vincentfretin in aframevr#815
- Filter out properties that are the same as their default value by @vincentfretin in aframevr#816
- Fix single number properties alignment with the other properties by @vincentfretin in aframevr#817
Full Changelog: 1.7.11...1.7.12
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/[email protected]/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.11
What's Changed
Do not show sceneOnly components in the available components on an entity, adding an animation component with an id now properly has a checkbox for the loop property.
- Filter out sceneOnly components when selected entity is not a-scene by @vincentfretin in aframevr#811
- Call pause on the created entity by @vincentfretin in #40
- Force type boolean for loop property on animation component with specific id by @vincentfretin in aframevr#813
Full Changelog: 1.7.10...1.7.11
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/[email protected]/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.10
What's Changed
Update the scene graph on the left when you remove/add a component that remove/add children, like the environment component.
- Some optimizations in SceneGraph code by @vincentfretin in aframevr#809
- Use child-attached/child-detached events to update SceneGraph by @vincentfretin in aframevr#810
- Update webpack-dev-server and other vulnerable packages by @vincentfretin in be3077e
Full Changelog: 1.7.9...1.7.10
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/[email protected]/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
