0.7.0 (2019-10-11)
- 🐛 make pan-zoom.active private to avoid extra updates (630ef62)
- 🎸 remove
svg-floorplan
component (f756c5b)
- 🧨
svg-floorplan
component no longer exists
0.6.1 (2019-09-12)
- 🐛 limits work correctly for PanZoom (5902a58)
- 🐛 pan-zoom fills parent container and is abs positioned (c474b34)
- 🎸 improve PanZoom demo (3d35660)
0.6.0 (2019-09-12)
- 🐛 activeElementId now changes selected element on map (caddc1a)
- 🐛 add missing dependency for svg-floorplan (a0982cb)
- 🐛 map-editor properly deprecated (4617607)
- 🐛 remove some prohibited styles (a2f7bdb)
- 🐛 revert map demo changes (9d0e3dc)
- 🧨 removed public methods
clearActiveElement
andsetActiveElement
. Instead, provide the ID of the element to select with the propertyactiveElementId
.
0.5.0 (2019-06-03)
- 🐛 change marker-symbol class name for alt colour (e0d2734)
- 🐛 Changes needed for stencil-one (b9ed31b)
- 🐛 update to stencil 1.0.0 and other package updates (d301923)
- Changed
rl-svg__symbol--alt
torl-svg__symbol-${symbolName}-alt
0.4.4 (2019-05-24)
- 🐛 DetailDialog initial category/type (f9132c6)
- 🐛 linting issue with
select-menu
resolved (abee7e7) - 🐛 linting issues (d44f064)
- 🐛 satisfy build warning for initial negative number (3da1239)
- 🐛 simplify
map
andmap-editor
SVG structure (743ef42) - 🐛 update demo for
map
andmap-editor
for changes (5099fc4)
- Map and MapEditor CSS names have changed and follow a new BEM pattern.
0.4.3 (2019-05-10)
- 🐛 changed case to use label of element (8cc359b)
- 🐛 fix additional styles for the map editor (089ddb9)
- 🐛 fix polygon styles in MapEditor (b96c907)
- 🐛 getDetails now properly uses and returns Promise (da43f34)
- 🐛 increase size of map marker (2f6ca8a)
- 🐛 MapMarker hidden until 'created' when user clicks (fa33d29)
- 🎸 MapMarker shows name as label (20da53c)
0.4.2 (2019-05-08)
- 🎸 Map image fades in when changing (f1eef8e)
- mapRendered event removed, use componentDidUpdate
0.4.1 (2019-04-17)
- 🐛 add missing component documentation (c9b54d7)
- 🐛 correct image path names in map and map-editor (ccb6e30)
- 🐛 fix bug in pathFromCoordinateArray (b356ab8)
- 🐛 fix script name in test files (7b1ec1d)
- 🐛 fix typo in map demo and improve example elements (5397a20)
- 🐛 linting issues (415e110)
- 🐛 properly get id of clicked marker icons (5e6303d), closes #1
- 🐛 regenerate auto generated files (e98233f)
- 🎸 add detail-dialog component (4e1375f)
- 🎸 add double-click handler for map editor (45cb3a5)
- 🎸 add select-menu component (53fa99f)
- 🎸 add text-field component (f7eb6f0)
- 🎸 overhaul of map element system (222c73f)
- Renamed MapPoint and MapRegion. Definition of MapElement changed to MapElementData and MapElementMap changed to MapElementDataMap.
0.4.0 (2019-04-16)
- 🐛 correct image path names in map and map-editor (ccb6e30)
- 🐛 fix script name in test files (7b1ec1d)
- 🐛 properly get id of clicked marker icons (5e6303d), closes #1
- 🎸 add detail-dialog component (4e1375f)
- 🎸 add double-click handler for map editor (45cb3a5)
- 🎸 add select-menu component (53fa99f)
- 🎸 add text-field component (f7eb6f0)
- 🎸 overhaul of map element system (222c73f)
- Renamed MapPoint and MapRegion. Definition of MapElement changed to MapElementData and MapElementMap changed to MapElementDataMap.
0.3.1 (2019-04-16)
- 🐛 correct image path names in map and map-editor (ccb6e30)
- 🐛 fix script name in test files (7b1ec1d)
- 🐛 properly get id of clicked marker icons (5e6303d), closes #1
- 🎸 add detail-dialog component (4e1375f)
- 🎸 add double-click handler for map editor (45cb3a5)
- 🎸 add select-menu component (53fa99f)
- 🎸 add text-field component (f7eb6f0)
- 🎸 overhaul of map element system (222c73f)
- Renamed MapPoint and MapRegion. Definition of MapElement changed to MapElementData and MapElementMap changed to MapElementDataMap.
0.3.0 (2019-03-15)
- 🐛 fix script name in test files (7b1ec1d)
- 🎸 add detail-dialog component (4e1375f)
- 🎸 add double-click handler for map editor (45cb3a5)
- 🎸 add select-menu component (53fa99f)
- 🎸 add text-field component (f7eb6f0)
- 🎸 overhaul of map element system (222c73f)
- Renamed MapPoint and MapRegion. Definition of MapElement changed to MapElementData and MapElementMap changed to MapElementDataMap.