Skip to content

Releases: nativescript-community/ui-massifmaps

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:33

3.0.1 (2026-08-22)

Bug Fixes

  • add publishConfig access public for scoped npm package (a345740)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:51

3.0.0 (2026-08-21)

⚠ BREAKING CHANGES

  • the package is now @nativescript-community/ui-massifmaps
    and the public API classes/functions have been renamed.

Package and layout:

  • @nativescript-community/ui-carto -> @nativescript-community/ui-massifmaps
  • src/ui-carto -> src/ui-massifmaps, packages/ui-carto -> packages/ui-massifmaps
  • typings carto..d.ts -> massifmaps..d.ts, ak.carto..d.ts -> ak.massifmaps..d.ts

Native API references:

  • Android: com.carto.* -> com.massifmaps.*
  • iOS: NT* class prefix -> MSF*
  • native additions package com.akylas.carto.* -> com.nativescript.massifmaps.*
  • CartoAdditions Xcode project/module -> MassifMapsAdditions
  • CartoMobileSDK module -> MassifMaps

Public API:

  • CartoMap -> MassifMap (XML element and CSSType are now MassifMap)
  • CartoViewBase -> MassifMapViewBase
  • CartoMapStyle -> MassifMapStyle
  • getCartoBitmap -> getMassifBitmap
  • nativeCartoImageProperty -> nativeMassifImageProperty
  • gradle properties cartoSDKVersion/cartoSDKVariant ->
    massifSDKVersion/massifSDKVariant

Dependencies now target MassifMaps 6.0.0:

  • com.github.massif-maps:MassifMaps-android-aar
  • SPM massif-maps/MassifMaps-ios-swift (currently commented out)
  • src-native Podfile pod 'MassifMaps'

CartoCSS names (CartoCSSStyleSet, StringCartoCSSStyleSetMap, the cartoCss
property) are kept, since upstream MassifMaps kept them. Both CHANGELOG.md
files are left untouched as historical records.

Co-Authored-By: Claude Opus 5 noreply@anthropic.com

Features

  • Added missing api methods to VectorElement (dbfd4cf)
  • generate native bindings from the ambient typings (0fe2b62)
  • rename plugin to ui-massifmaps (33b1661)

Bug Fixes

  • Added back removed getNative calls (d6cf7ab)
  • Corrected broken types and methods (6e47381)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 02 May 14:30

2.1.0 (2026-05-02)

Features

  • support httpHeaders for ValhallaOnlineRoutingService (ce02e8d)

v2.0.10

Choose a tag to compare

@github-actions github-actions released this 14 Apr 09:31

2.0.10 (2026-04-14)

Bug Fixes

  • ui-carto: android build fix (0cd8d3a)

v2.0.9

Choose a tag to compare

@github-actions github-actions released this 14 Apr 08:37

2.0.9 (2026-04-14)

Bug Fixes

  • ui-carto: android support for latest sdk (ea1b21e)

v2.0.8

Choose a tag to compare

@github-actions github-actions released this 13 Apr 06:22

2.0.8 (2026-04-13)

Bug Fixes

  • ui-carto: android broken build (7d98c91)

v2.0.7

Choose a tag to compare

@github-actions github-actions released this 07 Apr 14:19

2.0.7 (2026-04-07)

Bug Fixes

  • support new sdk features (pmtiles...) (2b22c77)

v2.0.6

Choose a tag to compare

@github-actions github-actions released this 16 Mar 10:30

2.0.6 (2026-03-16)

Bug Fixes

  • ios: ios build fix by using SPM (1a8b0dc)

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 16 Mar 08:52

2.0.5 (2026-03-16)

Bug Fixes

  • android: native api usage fix (c7c4b3b)

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Mar 15:08

2.0.4 (2026-03-15)

Bug Fixes

  • ui-carto: ios missing APIs (c1a3bd8)