From e4b31578933a93a5115d633b58a765b083590f4e Mon Sep 17 00:00:00 2001 From: Nikolay Mihaylov Date: Tue, 19 Jun 2018 20:21:36 +0300 Subject: [PATCH] Move markerFound and markerLost event changelog notes to the newest version. --- CHANGELOG.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3cde8e..b3e5251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 1.6.1-dev -... nothing yet +## aframe-ar.js + +- aframe-ar.js - `` elements will emit `markerFound` and `markerLost` events, if they have `emitevents='true'` set. + +## Demos + +- Created [an example](https://jeromeetienne.github.io/AR.js/aframe/examples/marker-events.html) that demonstrates emitting events when markers are found and lost, and registering the respective event listeners. # 1.6.0 @@ -33,14 +39,6 @@ --- -# 1.5.2 - -## aframe-ar.js -- aframe-ar.js - `` elements will emit `markerFound` and `markerLost` events, if they have `emitevents='true'` set. - -## Demos -- Created [an example](https://jeromeetienne.github.io/AR.js/aframe/examples/marker-events.html) that demonstrates emitting events when markers are found and lost, and registering the respective event listeners. - # 1.5.1 ## aframe-ar.js -- GitLab