Skip to content

Releases: c-frame/aframe-editor

1.7.12

03 Jul 08:14
Compare
Choose a tag to compare

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.

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

25 Jun 14:00
Compare
Choose a tag to compare

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.

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

21 Jun 16:26
Compare
Choose a tag to compare

What's Changed

Update the scene graph on the left when you remove/add a component that remove/add children, like the environment component.

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

1.7.9

01 Jun 09:48
Compare
Choose a tag to compare

What's Changed

You can now add an entity as a child of another entity!

  • Add a new child entity to the selected entity by @hazho in #23

New Contributors

  • @hazho made their first contribution in #23

Full Changelog: 1.7.8...1.7.9

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.8

05 Apr 17:28
Compare
Choose a tag to compare

What's Changed

Fix UI crash when clicking on an entity using a material with a canvas texture.

Full Changelog: 1.7.7...1.7.8

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.7

21 Feb 11:42
Compare
Choose a tag to compare

What's Changed

Just some code cleanup!

Full Changelog: 1.7.6...1.7.7

How to use it

<script src="https://aframe.io/releases/1.7.0/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.6

07 Feb 18:59
Compare
Choose a tag to compare

What's Changed

Fix some edges cases of creating a component with an id, be sure the user is entering a valid id. We now keep the camera position when switching to the inspector, time saver!

Full Changelog: 1.7.5...1.7.6

How to use it

<!-- <script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script> not yet released at the time, use a master build of aframe for now (Feb 4, 2025, three r173): -->
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@20cf0f6913708be7a6002869fdeefefde69d7693/dist/aframe-master.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.5

28 Jan 09:46
Compare
Choose a tag to compare

What's Changed

If you're editing a light, geometry, material, it will now hide irrelevant properties, for example you'll see an additional groundColor property only if you select type hemisphere for your light.
Duplicating an entity with animation won't play the animation anymore.
And copy component to clipboard button now works as expected, returning only the modified properties.

Full Changelog: 1.7.4...1.7.5

How to use it

<!-- <script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script> not yet released at the time, use a master build of aframe for now (Jan 27, 2025, three r172): -->
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@6024588c1060a23e42826953455c4537a35905eb/dist/aframe-master.min.js"></script>
<a-scene
  inspector="url: https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-editor.min.js">

1.7.4

25 Jan 11:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4

How to use it

<!-- <script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script> not yet released at the time, use a master build of aframe for now (Jan 23, 2025, three r172): -->
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@f67e6ecd06e64514a39f323b49f0a3522f6b2b82/dist/aframe-master.min.js"></script>
<a-scene
  inspector="url: https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-editor.min.js">

1.7.3

24 Jan 15:47
Compare
Choose a tag to compare

What's Changed

  • Fix react-select usage: custom no results message now properly working, click on Add mixins select working, clear select value after adding a component. Add support for editing a property of type array. by @vincentfretin aframevr#794

Full Changelog: 1.7.2...1.7.3

How to use it

<!-- <script src="https://aframe.io/releases/1.7.0/aframe.min.js"></script> not yet released at the time, use a master build of aframe for now (Jan 23, 2025, three r172): -->
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@f67e6ecd06e64514a39f323b49f0a3522f6b2b82/dist/aframe-master.min.js"></script>
<a-scene
  inspector="url: https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-editor.min.js">