Skip to content

Releases: Getsoren/map

1.11.0

11 Jun 15:31

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.11.0 (2026-06-11)

✨ Features

  • add mode prop to Markers for theme-aware color handling (becdd72)
  • restore @mui/icons-material dependency in package.json and bun.lock (a31e6e3)
  • update @mui/icons-material to version 7.3.11 and enhance MapView styles (083ed84)

1.10.0 (2026-06-10)

✨ Features

  • zIndex style handling for markers in MapView component (af42135)

1.9.1 (2026-06-10)

1.9.0 (2026-06-10)

✨ Features

  • add maxZoom prop to FitBounds for configurable zoom levels (3af5a76)

1.8.18 (2026-03-26)

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

[1.2.3]...

Read more

1.10.0

10 Jun 13:11

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.10.0 (2026-06-10)

✨ Features

  • zIndex style handling for markers in MapView component (af42135)

1.9.1 (2026-06-10)

1.9.0 (2026-06-10)

✨ Features

  • add maxZoom prop to FitBounds for configurable zoom levels (3af5a76)

1.8.18 (2026-03-26)

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

[1.2.1](v1.2.0...v1....

Read more

1.9.1

10 Jun 09:33

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.9.1 (2026-06-10)

1.9.0 (2026-06-10)

✨ Features

  • add maxZoom prop to FitBounds for configurable zoom levels (3af5a76)

1.8.18 (2026-03-26)

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample ([a9c4eb7](a9c4eb7184...
Read more

1.9.0

10 Jun 09:15

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.9.0 (2026-06-10)

✨ Features

  • add maxZoom prop to FitBounds for configurable zoom levels (3af5a76)

1.8.18 (2026-03-26)

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample (a9c4eb7)
  • add DefaultMarker component and update Marker...
Read more

1.8.18

26 Mar 16:54

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.18 (2026-03-26)

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample (a9c4eb7)
  • add DefaultMarker component and update MarkerMap to use it for improved marker rendering (1007ed3)
  • add husky for pre-commit linting and update package dependencies ([17e27cc](17e27cc...
Read more

1.8.17

26 Mar 12:12

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.17 (2026-03-26)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample (a9c4eb7)
  • add DefaultMarker component and update MarkerMap to use it for improved marker rendering (1007ed3)
  • add husky for pre-commit linting and update package dependencies (17e27cc)
  • add openPopup functionality with TextField for m...
Read more

1.8.16

26 Mar 12:06

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.16 (2026-03-26)

1.8.13 (2026-01-15)

πŸ› Fixes

  • enhance marker anchor positioning logic in MapView (4874474)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample (a9c4eb7)
  • add DefaultMarker component and update MarkerMap to use it for improved marker rendering ([1007ed3](1007ed...
Read more

1.8.15

26 Mar 11:56

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.14 (2026-03-25)

πŸ› Fixes

  • filter out non-finite coordinates in FitsBounds calculations (99470ce)

1.8.13 (2026-01-15)

πŸ› Fixes

  • enhance marker anchor positioning logic in MapView (4874474)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

Read more

1.8.14

25 Mar 09:28

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.14 (2026-03-25)

πŸ› Fixes

  • filter out non-finite coordinates in FitsBounds calculations (99470ce)

1.8.13 (2026-01-15)

πŸ› Fixes

  • enhance marker anchor positioning logic in MapView (4874474)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

Read more

1.8.13

15 Jan 14:17

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.13 (2026-01-15)

πŸ› Fixes

  • enhance marker anchor positioning logic in MapView (4874474)

1.8.12 (2026-01-15)

πŸ› Fixes

  • add customizable anchor positions for markers and popups in MapView (f5eae1a)

1.8.11 (2026-01-14)

πŸ› Fixes

  • set default projection to "mercator" in MapView if not provided (4fc90c0)

1.8.10 (2025-12-05)

πŸ› Fixes

  • implement EmptyState component for handling WebGL errors in MapView (8654f48)
  • refactor marker handling in MapView for improved readability (fb3113d)
  • remove unused dev:sandbox script from package.json (b3a5bb7)
  • simplify marker onClick handling and deprecate CustomMarkerMapProps (c4fb51f)
  • update asset paths and remove unnecessary basename from BrowserRouter (22a5c56)

1.8.9 (2025-11-20)

πŸ› Fixes

  • handle WebGL errors in MapView with user-friendly message (7d7f2fc)

1.8.8 (2025-11-19)

πŸ› Fixes

  • add PopupContent component for improved tooltip rendering in MapView (1a77dca)

1.8.7 (2025-11-07)

πŸ› Fixes

  • update borderRadius in MapView for improved styling consistency (e4dc421)

1.8.6 (2025-11-07)

πŸ› Fixes

  • add square prop to MapView in multiple examples for consistent styling (03e680e)

1.8.5 (2025-11-07)

πŸ› Fixes

  • add type prop to Markers component and update defaultMarker in MapView (f773338)

1.8.4 (2025-11-07)

πŸ› Fixes

  • change marker anchor position from bottom to center (3a38239)

1.8.3 (2025-11-07)

πŸ› Fixes

  • size & color marker props (1a3da73)

1.8.2 (2025-11-07)

πŸ› Fixes

  • enhance latitude and longitude validation by adding toNumber utility function (1d0f4f3)

1.8.1 (2025-11-07)

πŸ› Fixes

  • add isValidLatLngTuple function to validate latitude and longitude tuples (18b8f00)

1.8.0 (2025-11-06)

✨ Features

  • add latitude and longitude validation functions and enhance MarkerProps type guard (aa480fe)

1.7.1 (2025-11-04)

1.7.0 (2025-11-04)

✨ Features

  • add LineLabel component and refactor itinerary handling in MapView (776c3d4)
  • enhance MapView component with detailed documentation and improve itinerary label display (796f6eb)
  • upgrade map (1756417)

1.6.5 (2025-10-31)

1.6.4 (2025-10-31)

1.6.3 (2025-10-31)

1.6.2 (2025-10-31)

1.6.1 (2025-10-31)

πŸ› Fixes

  • add ApiReference and CodeExample components, refactor LandingPage structure, and update imports for MapViewProps (205d1ba)

1.6.0 (2025-10-30)

✨ Features

  • refactor map components to use MapView and implement ThemeModeProvider for theme management (c193afe)

1.5.1 (2025-10-30)

1.5.0 (2025-10-29)

✨ Features

  • add isochrone functionality with Mapbox API and integrate into MarkerMap (6da9ebe)

1.4.4 (2025-10-29)

πŸ› Fixes

  • implement Mapbox and OSRM services for routing and nearest point functionality (23ef134)

1.4.3 (2025-10-29)

1.4.2 (2025-10-29)

1.4.1 (2025-10-29)

1.4.0 (2025-10-29)

✨ Features

  • refactor routing logic to use engine type and add mapboxFindNearestPoint service (f5a3c04)

1.3.2 (2025-10-29)

πŸ› Fixes

  • enhance MarkerMap and FitBounds components with improved functionality and documentation (0b9b598)

1.3.1 (2025-10-29)

1.3.0 (2025-10-29)

✨ Features

  • add NearestMarkerExample and integrate nearest marker functionality in MarkerMap (dcdfd0d)

1.2.7 (2025-10-27)

πŸ› Fixes

  • add isMapReady state to MarkerMap and use it for conditional rendering (b29bc65)

1.2.6 (2025-10-27)

πŸ› Fixes

  • enhance FitBounds and MarkerMap components for improved popup handling and layout (f8f254b)

1.2.5 (2025-10-27)

πŸ› Fixes

  • update FitBounds component to handle animationKey in useEffect for improved popup functionality (d5ad9b3)

1.2.4 (2025-10-27)

πŸ› Fixes

  • replace offset prop with openPopup in FitBounds component for improved functionality (c2a0241)

1.2.3 (2025-10-27)

πŸ› Fixes

  • add offset prop to FitBounds component for improved map positioning (6b4d7e6)

1.2.2 (2025-10-27)

πŸ› Fixes

  • refactor marker validation logic and improve marker rendering in MarkerMap (2e5749e)

1.2.1 (2025-10-27)

1.2.0 (2025-10-27)

✨ Features

  • add customizable itinerary line styles to MarkerMap and RoutesExample (a9c4eb7)
  • add DefaultMarker component and update MarkerMap to use it for improved marker rendering (1007ed3)
  • add husky for pre-commit linting and update pac...
Read more