UNPKG

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