UNPKG

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