Skip to content

Commit

Permalink
Last commit before release
Browse files Browse the repository at this point in the history
- release 3.4.0-alpha-rc2
  • Loading branch information
kalwalt committed Mar 24, 2022
1 parent bb912e5 commit 3fdc52a
Show file tree
Hide file tree
Showing 10 changed files with 2,835 additions and 28 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# 3.4.0-alpha-rc2

- Fixed bug in aframe image tracking see #407
- Enhanced three location based code #409 #410
- Removed double build in Three.js (nft or not) #407
- Added prettier as formatter and husky as pre-formatter #407
- New action github script to test linting and code formatting #407
# 3.4.0-alpha-rc1

- ES6 feature into master
- new threejs location based
- new dispose methods in arjs-context.js and arjs-source.js
- use of artoolkit5-js instead of old jsartoolkit5 as base code
- other bug fixes see PR #400
- New threejs location based
- New dispose methods in arjs-context.js and arjs-source.js
- Use of artoolkit5-js instead of old jsartoolkit5 as base code
- Other bug fixes see PR #400
# 3.3.3

- Fixed bug which prevents `minDistance` and `maxDistance` working with a simulated location
Expand Down
3 changes: 1 addition & 2 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
```bash
# Update following files:
CHANGELOG.md
three.js/src/threex/threex-artoolkitcontext.js
three.js/src/threex/threex-artoolkitcontext-nft.js
three.js/src/threex/arjs-context.js
package.json
README.md

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Please import the one you need for your project, not both:
You can also import a specific version replacing `master` keyword with version tag:

```html
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.0-alpha-rc1/aframe/build/aframe-ar-nft.js">
<script src="https://raw.githack.com/AR-js-org/AR.js/3.4.0-alpha-rc2/aframe/build/aframe-ar-nft.js">
```
## Get started
Expand Down
2 changes: 1 addition & 1 deletion aframe/build/aframe-ar-nft.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aframe/build/aframe-ar.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3fdc52a

Please sign in to comment.