@yarrow-uz/yarrow-map-web-sdk 1.0.46 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [1.0.47] - 2026-04-14
6
+
7
+ ### Added
8
+ - New `buildRoute()` method with customizable colors, widths, opacity, labels, and hover popups showing route duration and distance.
9
+ - `excludePoiLayer` config option (default: false).
10
+ - `enablePoiLayer()` and `disablePoiLayer()` runtime methods.
11
+
12
+ ### Changed
13
+ - Improved TypeScript strictness with explicit type annotations.
14
+ - Updated biome to v2.4.11 and rollup to v4.60.1.
15
+ - Added `"type": "module"` to package.json.
16
+
17
+ ### Deprecated
18
+ - `buildRouteWithLabels()` - use `buildRoute()` instead.
19
+ - `buildMultiSegmentRouteWithLabels()` - use `buildRoute()` instead.
20
+
5
21
  ## [1.0.46] - 2026-04-06
6
22
 
7
23
  ### Changed