@object-ui/plugin-map 3.3.1 → 3.4.0
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 +33 -0
- package/dist/index.js +1122 -1010
- package/dist/index.umd.cjs +34 -34
- package/dist/packages/plugin-map/src/ObjectMap.d.ts.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @object-ui/plugin-map
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e93fe35: Mobile UX round 3 — Gantt and Map
|
|
8
|
+
|
|
9
|
+
**@object-ui/plugin-gantt**
|
|
10
|
+
- Added a sticky vertical "Today" marker on the timeline plus a one-tap **Jump to Today** toolbar button so on-call users can re-orient the view instantly on small screens.
|
|
11
|
+
- Added a **collapsible task list** (toolbar toggle + auto-collapse on the first narrow render) so the timeline area gets the full viewport on phones.
|
|
12
|
+
- Added **pinch-to-zoom** touch gestures on the timeline; wired `columnWidthOverride` state so the existing zoom buttons also respond (previously a no-op).
|
|
13
|
+
|
|
14
|
+
**@object-ui/plugin-map**
|
|
15
|
+
- Added a **geolocate button** with the standard `navigator.geolocation.getCurrentPosition` permission flow, an inline error banner, a busy state, and a **user-location marker** (blue dot) the map flies to on success.
|
|
16
|
+
- **Cluster tap-through**: tapping a cluster now flies the map in (zoom + 2, capped at 20) instead of just sitting there.
|
|
17
|
+
- On mobile, the desktop popup is replaced by a **bottom-sheet record card** with safe-area padding and an explicit close button. Desktop continues to use the popup.
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [a2d7023]
|
|
20
|
+
- Updated dependencies [f1ca238]
|
|
21
|
+
- Updated dependencies [de881ef]
|
|
22
|
+
- @object-ui/components@3.4.0
|
|
23
|
+
- @object-ui/types@3.4.0
|
|
24
|
+
- @object-ui/core@3.4.0
|
|
25
|
+
- @object-ui/react@3.4.0
|
|
26
|
+
|
|
27
|
+
## 3.3.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- @object-ui/types@3.3.2
|
|
32
|
+
- @object-ui/core@3.3.2
|
|
33
|
+
- @object-ui/react@3.3.2
|
|
34
|
+
- @object-ui/components@3.3.2
|
|
35
|
+
|
|
3
36
|
## 3.3.1
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|