UNPKG

1.96 kBMarkdownView Raw
1# Changelog
2
3## 8.0
4Support for Angular.io 10.
5
6## 8.1
7Added call to Map.remove in OnDestroy handler.
8This should ensure that any outstanding event handlers are cleaned up.
9Added demo example for adding/removing maps dynamically.
10
11
12## 7.0
13Support for Angular.io 9. 🎉
14
15- Are your markers broken? In Leaflet 1.6, the marker icons changed enough to create new hashes. See [README](https://github.com/Asymmetrik/ngx-leaflet/blob/master/README.md#a-note-about-markers) for more details.
16- Renamed UMD bundle to `ngx-leaflet.umd.js`. This shouldn't affect anyone unless you're manually including the bundle.
17- Angular deprecated parameterless forRoot, so I removed the static function. You may need to update your import.
18
19### 7.0.1
20Fixed an error running the demo.
21Cleanup in the README.
22Fixing minification to exclude comments and include license.
23
24
25## 6.0
26Support for Angular.io 8.
27
28
29## 5.0
30Support for Angular.io 7.
31Also moved demo to `localhost:4200`.
32
33
34## 4.0
35Support for Angular 6.
36Also migrated to using npm scripts for the build (no more dev dependency on gulp).
37
38### 4.1.0
39Exporting the `LeafletUtil` class.
40
41
42## 3.0
43Support for Angular 5. Also cleaned up some of the functionality related to Angular zone management.
44Added documentation to README on Zone management.
45
46### 3.1.0
47Added [map events](#map-events), [layer events](#layer-events).
48Added several input bound map options including ```[leafletMaxBounds]```, ```[leafletMaxZoom]```, and ```[leafletMinZoom]```.
49Added output binding for map center - ```(leafletMapCenter)``` and map zoom - ```(leafletMapZoom)```.
50
51
52## 2.0
53Support for Angular 4.
54
55### 2.6.0
56Wrapping several map operations in ```NgZone.runOutsideAngular``` in order to prevent excessive dirty checking.
57If you encounter an unexpected issue due to this change, please file an issue.
58
59### 2.5.0
60Added the ```[leafletLayer]``` directive for adding/removing individual layers.
61
62### 2.3.0
63Renamed the package to ```ngx-leaflet```
64
\No newline at end of file