Skip to content

Commit

Permalink
Merge pull request #434 from MapsPeople/feature/upgrade-sdk
Browse files Browse the repository at this point in the history
Upgrade to SDK v4.38.4.
  • Loading branch information
andreeaceachir142 authored Jan 8, 2025
2 parents 810ce07 + 1d9e742 commit ecaf16f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packages/map-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.65.1] - 2025-01-08

## Fixed

- Upgrade to SDK v4.38.3.

## [1.65.0] - 2025-01-08

## Added

- Added functionality to exit location details by clicking outside MapsIndoors data on the map for both Google Maps and Mapbox
- Added functionality to exit location details by clicking outside MapsIndoors data on the map for both Google Maps and Mapbox.

## [1.64.0] - 2025-01-02

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ function MapTemplate({ apiKey, gmApiKey, mapboxAccessToken, venue, locationId, p

const miSdkApiTag = document.createElement('script');
miSdkApiTag.setAttribute('type', 'text/javascript');
miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.38.2/mapsindoors-4.38.2.js.gz');
miSdkApiTag.setAttribute('integrity', 'sha384-Ywo8TNPD4mVQcg1bSohPqLygw8huofC98LqPHf12dEreXTEUeoW7nFj/qQVlZNTt');
miSdkApiTag.setAttribute('src', 'https://app.mapsindoors.com/mapsindoors/js/sdk/4.38.3/mapsindoors-4.38.3.js.gz');
miSdkApiTag.setAttribute('integrity', 'sha384-FxD5vpehKEMNIGGGttzJBH+usFb0qGMRbFOGqUY15cpDCIKZv4Dbc812+aYCIyvZ');
miSdkApiTag.setAttribute('crossorigin', 'anonymous');
document.body.appendChild(miSdkApiTag);
miSdkApiTag.onload = () => {
Expand Down

0 comments on commit ecaf16f

Please sign in to comment.