Release Notes
System Requirements
Mappedin JS is designed to work on a variety of devices, such as desktop & laptop computers, kiosks, smartphones and tablets. Hardware requirements such as CPU and memory will vary depending the size of the map and the display's size and resolution. A minimum of 2 GB available memory is recommended. The following requirements must also be met.
Graphics Hardware Requirements
- WebGL 2.0 Support
Supported Desktop Browsers
- Chrome 51+
- Safari 10+
- Edge 125+
- Firefox 115+
- Opera 190+
Supported Mobile Browsers
- Chrome 127+
- Safari 14.0+
- Samsung Internet 25+
- Firefox for Android 127+
- Opera Mobile 80+
v6.2.0
October 27, 2025
Features
mapView.__EXPERIMENTAL__auto(mapData.getByType('annotation'));now includes annotation images.
Fixes
- Fixed an issue where getDirections fails to return directions for valid start and end points.
v6.1.2
October 23, 2025
Fixes
- Fixed an issue blocking directions from being created on some maps.
v6.1.1
October 21, 2025
Fixes
- Fixed an issue which caused zod not to be included in the dependencies.
v6.1.0
October 21, 2025
⚠️ Breaking Changes
- All remaining BlueDot types and functions have been migrated to the
@mappedin/blue-dotpackage.
// ❌ Before
import {
GeolocationPositionExtended,
TBlueDotPositionUpdateWithFloor,
TBlueDotPositionProcessor,
TBlueDotState
TBlueDotOptions,
TBlueDotPositionUpdate,
TBlueDotUpdateOptions
} from "@mappedin/mappedin-js"
// ✅ After
import {
GeolocationPositionExtended,
BlueDotPositionUpdateWithFloor
BlueDotPositionProcessor,
BlueDotState
BlueDotOptions,
BlueDotPositionUpdate,
BlueDotUpdateOptions
} from "@mappedin/blue-dot"
Features
- Added path section highlighting using
MapView.Navigation.highlightPathSection(). - Added support for handling enterprise locations on map
Objects. - Added clipping planes API to 3D models.
- Added
autooption tofloorGapwhich will automatically use theFloor's maximum height. - Added support for
publicandladdernavigation flags. - Upgraded to zod v4 and marked as an external dependency.
Fixes
- Fixed issue where
visible: falseoption wasn't working onModelinitialization. - Fixed altitude not applying accurately on geometry initialization.
- Prevented outdoor nodes from being smoothed in MVFv3 format.
- Fixed creation of
Floors with no geometry. - Added map
Objects to the search index for improved search functionality. - Improved speed of
MapData.Query.nearest()search operations. - Fixed path smoothing to respect
Objectobstructions in MVFv3. - Fixed
Modelstate position handling to avoid instanceof issues. - Fixed missing watermark positions.
Performance Improvements
- Optimized Zod partial schema creation in
MapView.updateState()for faster state management. - Improved speed of
MapView.getDirections(). - Improved speed of initial map render.
v6.0.0
September 29, 2025
This is the first official release of Mappedin JS v6 and React SDK v6. This version introduces the last breaking changes for both SDKs as the API becomes stable.