Skip to content

Commit 2e0a20d

Browse files
committed
new 3.4.0-alpha-rc1 version
1 parent 626dee3 commit 2e0a20d

File tree

13 files changed

+2017
-29
lines changed

13 files changed

+2017
-29
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.4.0-alpha-rc1
2+
- ES6 feature into master
3+
- new threejs location based
4+
- new dispose methods in arjs-context.js andarjs-source.js
5+
- use of artoolkit5-js instead of old jsartoolkit5 as base code
6+
- other bug fixes see PR #400
17
# 3.3.3
28

39
- Fixed bug which prevents `minDistance` and `maxDistance` working with a simulated location

HOW_TO_RELEASE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ package.json
99
README.md
1010

1111
# Build everything - aka a-frame and three.js
12-
make build
13-
cd aframe
14-
make build-location-only
15-
cd ..
12+
npm install
13+
npm run build
1614

1715
# Commit everything
1816
git add . && git commit -a -m 'Last commit before release' && git push

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Please import the one you need for your project, not both:
5050
You can also import a specific version replacing `master` keyword with version tag:
5151

5252
```html
53-
<script src="https://raw.githack.com/AR-js-org/AR.js/3.3.3/aframe/build/aframe-ar-nft.js">
53+
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.0-alpha-rc1/aframe/build/aframe-ar-nft.js">
5454
```
5555
5656
## Get started

aframe/build/aframe-ar-nft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aframe/build/aframe-ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1999 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ar-js-org/ar.js",
3-
"version": "3.3.3-es6-beta-04",
3+
"version": "3.4.0-alpha-rc1",
44
"description": "Efficient Augmented Reality for the Web",
55
"main": "./aframe/build/aframe-ar.js",
66
"scripts": {

three.js/build/ar-nft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

three.js/build/ar-threex-nft.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

three.js/build/ar-threex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)