Skip to content

Commit

Permalink
Updated changelog and version (#6)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jonathanlurie authored Feb 28, 2024
1 parent a625add commit 91797e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 91797e7

Please sign in to comment.