@trackunit/iris-app-api 1.18.3 → 1.19.3

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
@@ -1,3 +1,26 @@
1
+ ## 1.19.3 (2026-05-06)
2
+
3
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
4
+
5
+ ## 1.19.2 (2026-05-06)
6
+
7
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
8
+
9
+ ## 1.19.1 (2026-05-05)
10
+
11
+ ### 🚀 Features
12
+
13
+ - **react-map:** MapMarker DOM component — pill/circle, stick animation, direction indicator [SAGA-162, SAGA-356, SAGA-357, SAGA-358] ([#23075](https://github.com/Trackunit/manager/pull/23075))
14
+
15
+ ### ❤️ Thank You
16
+
17
+ - Cursor @cursoragent
18
+ - Michael Buss Rønne @man-trackunit
19
+
20
+ ## 1.19.0 (2026-05-04)
21
+
22
+ This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
23
+
1
24
  ## 1.18.3 (2026-04-30)
2
25
 
3
26
  This was a version bump only for iris-app-api to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "1.18.3",
3
+ "version": "1.19.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -23,6 +23,7 @@ export declare const iconNames: {
23
23
  readonly Heatmap: "Heatmap";
24
24
  readonly Gps: "Gps";
25
25
  readonly GpsArrow: "GpsArrow";
26
+ readonly GpsArrowNorth: "GpsArrowNorth";
26
27
  readonly Fuel: "Fuel";
27
28
  readonly FitToWidth: "FitToWidth";
28
29
  readonly FitToHeight: "FitToHeight";
@@ -26,6 +26,7 @@ exports.iconNames = {
26
26
  Heatmap: "Heatmap",
27
27
  Gps: "Gps",
28
28
  GpsArrow: "GpsArrow",
29
+ GpsArrowNorth: "GpsArrowNorth",
29
30
  Fuel: "Fuel",
30
31
  FitToWidth: "FitToWidth",
31
32
  FitToHeight: "FitToHeight",