From 91797e754c90ce1201ef385c57e7e5dd0c175567 Mon Sep 17 00:00:00 2001 From: Jonathan Lurie Date: Wed, 28 Feb 2024 15:02:35 +0100 Subject: [PATCH] Updated changelog and version (#6) * FIX now bundling with Vite to avoid dynamic import issues * ADD logo imnage support * FIX PR issues * Udate dependency * FIX updating the logo * ADD auto activate AR with example * FIX merge conflict * ENH more reliable way to wait for model viewer to be ready * changelog and package json update --- CHANGELOG.md | 5 +++++ package.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8140e4b..0d6f905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # MapTiler AR Control Changelog +## v1.1.0 +### New Features +- Possibility to launch the AR mode automatically (when device allows) with the opt-in option `activateAR` set to `true` +- Corrected colorimetry, now using the "commerce" colorspace + ## v1.0.0 ### New Features - First release diff --git a/package.json b/package.json index ec2718e..523eb11 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "@maptiler/ar-control", - "version": "1.0.0", + "version": "1.1.0", "description": "AR Control for MapTiler SDK", "type": "module", + "homepage": "https://docs.maptiler.com/sdk-js/modules/ar/", "exports": { ".": { "import": "./dist/maptiler-ar-control.mjs",