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