From a44af168260c46ac68a3f406f00651ea7f43ca9b Mon Sep 17 00:00:00 2001 From: kalwalt Date: Sun, 6 Nov 2022 23:34:28 +0100 Subject: [PATCH] Last commit before release --- CHANGELOG.md | 11 +- README.md | 2 +- aframe/build/aframe-ar-location-only.js | 2432 +------ aframe/build/aframe-ar-new-location-only.js | 490 +- aframe/build/aframe-ar-nft.js | 7106 +------------------ aframe/build/aframe-ar.js | 7102 +----------------- package-lock.json | 2 +- package.json | 2 +- three.js/build/ar-threex-location-only.js | 602 +- three.js/build/ar-threex.js | 3321 +-------- three.js/build/ar.js | 3805 +--------- three.js/src/threex/arjs-context.js | 2 +- 12 files changed, 21 insertions(+), 24856 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09b6620..b19fba22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ - +# 3.4.1 + +- Support for other Barcode Markers #469: + - AR_MATRIX_CODE_5x5_BCH_22_12_5 + - AR_MATRIX_CODE_5x5_BCH_22_7_7 + - AR_MATRIX_CODE_5x5 + - AR_MATRIX_CODE_6x6 +- New `arjs-nft-init-data` event to get importan NFT marker data (width, height and dpi) #469; +- Fix for oriantation on iOS #432 +- Typo fix in an example #431 # 3.4.0 - New gh build script to compile libs see #415 diff --git a/README.md b/README.md index 4a238c99..3a3bc960 100644 --- a/README.md +++ b/README.md @@ -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 -