Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Jul 19, 2017
1 parent 9c4fa1f commit 83eb39b
Show file tree
Hide file tree
Showing 21 changed files with 36,141 additions and 36,220 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
## 0.6.1 (July 17, 2017)

### Bug fixes

- Store oldData after building component data. undefined passed to update on component initialization (#2840)
- Set this.oldData before calling update to enable recursive setAttribute within the updat method (#2871)
- Wait for entities to load when the a-node has not been yet initialized (#2873)
- Add a mouse based cursor / raycaster and applies to the link traversal example (#2861)

## 0.6.0 (June 29, 2017)

Link traversal for navigating from page to page while staying in VR. Support
for VR controllers across the board with the addition of Daydream and GearVR
controller components as well as laser interactions. Large performance
improvements around `.getAttribute` and `.setAttribute`.
- Link traversal for navigating from page to page while staying in VR. Support
- for VR controllers across the board with the addition of Daydream and GearVR
- controller components as well as laser interactions. Large performance
- improvements around `.getAttribute` and `.setAttribute`.

### Major Changes

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ and publishing now, remix the starter example on Glitch:
```html
<html>
<head>
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>
</head>
<body>
<a-scene>
Expand All @@ -130,7 +130,7 @@ and publishing now, remix the starter example on Glitch:
```

With A-Frame's [entity-component
architecture](https://aframe.io/docs/0.6.0/core/), we can drop in community
architecture](https://aframe.io/docs/0.6.1/core/), we can drop in community
components from the ecosystem (e.g., ocean, physics) and plug them into our
objects straight from HTML:

Expand All @@ -139,7 +139,7 @@ objects straight from HTML:
```html
<html>
<head>
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-animation-component.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-particle-system-component.min.js"></script>
<script src="https://unpkg.com/aframe-extras.ocean@%5E3.5.x/dist/aframe-extras.ocean.min.js"></script>
Expand Down Expand Up @@ -171,11 +171,11 @@ objects straight from HTML:

### Builds

To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/0.6.0/aframe.min.js):
To use the latest stable build of A-Frame, include [`aframe.min.js`](https://aframe.io/releases/0.6.1/aframe.min.js):

```js
<head>
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>
</head>
```

Expand Down
473 changes: 0 additions & 473 deletions dist/aframe-v0.6.0.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/aframe-v0.6.0.min.js.map

This file was deleted.

Loading

0 comments on commit 83eb39b

Please sign in to comment.