UNPKG

2.3 kBMarkdownView Raw
1# Changelog
2
3## 14.0
4Support for Angular.io 14. 🎉
5
6## 13.0
7Support for Angular.io 13. 🎉
8We skipped a bunch of versions to get to the Ivy built, Angular-CLI based latest.
9This was a big migration to a new structure and build process, so file a bug if you encounter any issues.
10
11### 13.0.1
12Minor cleanup in the project and removed an accidental dependency
13
14## 8.1
15Added call to Map.remove in OnDestroy handler.
16This should ensure that any outstanding event handlers are cleaned up.
17Added demo example for adding/removing maps dynamically.
18
19## 8.0
20Support for Angular.io 10.
21
22## 7.0
23Support for Angular.io 9. 🎉
24
25- 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.
26- Renamed UMD bundle to `ngx-leaflet.umd.js`. This shouldn't affect anyone unless you're manually including the bundle.
27- Angular deprecated parameterless forRoot, so I removed the static function. You may need to update your import.
28
29### 7.0.1
30Fixed an error running the demo.
31Cleanup in the README.
32Fixing minification to exclude comments and include license.
33
34
35## 6.0
36Support for Angular.io 8.
37
38
39## 5.0
40Support for Angular.io 7.
41Also moved demo to `localhost:4200`.
42
43
44## 4.0
45Support for Angular 6.
46Also migrated to using npm scripts for the build (no more dev dependency on gulp).
47
48### 4.1.0
49Exporting the `LeafletUtil` class.
50
51
52## 3.0
53Support for Angular 5. Also cleaned up some of the functionality related to Angular zone management.
54Added documentation to README on Zone management.
55
56### 3.1.0
57Added [map events](#map-events), [layer events](#layer-events).
58Added several input bound map options including ```[leafletMaxBounds]```, ```[leafletMaxZoom]```, and ```[leafletMinZoom]```.
59Added output binding for map center - ```(leafletMapCenter)``` and map zoom - ```(leafletMapZoom)```.
60
61
62## 2.0
63Support for Angular 4.
64
65### 2.6.0
66Wrapping several map operations in ```NgZone.runOutsideAngular``` in order to prevent excessive dirty checking.
67If you encounter an unexpected issue due to this change, please file an issue.
68
69### 2.5.0
70Added the ```[leafletLayer]``` directive for adding/removing individual layers.
71
72### 2.3.0
73Renamed the package to ```ngx-leaflet```
74
\No newline at end of file