Releases: compassinformatics/ngx-ol
v20.1.3
Full Changelog: v20.1.2...v20.1.3
v20.1.2
Full Changelog: v20.1.1...v20.1.2
v20.1.1
Full Changelog: v20.1.0...v20.1.1
v20.1.0
Changes
Events which previously emitted MapBrowserEvent<MouseEvent> (e.g. olClick, dblClick, pointerDrag, etc) now emits MapBrowserEvent<MouseEvent>|any
This is due to a change in OpenLayers 10.5 where the signature of MapBrowserEvent changed. To allow maximum flexibility and compatibility any is now emitted.
The event handler in your code should use type MapBrowserEvent<MouseEvent> or MapBrowserEvent<PointerEvent> depending on what version of OpenLayers you are using.
Breaking change:
runOutsideAngular now defaults to true - Change detection won't automatically fire for certain event types, unless the event handler update a Signal or Observable and that Signal or Observable is used in the template
To revert to previous behaviour, set the option to false:
<aol-map [runOutsideAngular]="false">
Full Changelog: v20.0.0...v20.1.0
v20.0.0
Full Changelog: v19.0.0...v20.0.0
Breaking change:
runOutsideAngular now defaults to true - Change detection won't automatically fire for certain event types, unless the event handler update a Signal or Observable and that Signal or Observable is used in the template
To revert to previous behaviour, set the option to false:
<aol-map [runOutsideAngular]="false">
v19.0.0
Full Changelog: v18.5.1...v19.0.0
v18.5.1
Full Changelog: v18.5.0...v18.5.1
v18.5.0
What's Changed
- Add OGC vector and map tile support by @fergaldoyle in #5
Full Changelog: v18.4.0...v18.5.0
v18.4.0
Full Changelog: v18.3.0...v18.4.0
Add runOutsideAngular option
v18.3.0
Expand peerdependencies to include Angular 19
Full Changelog: v18.2.0...v18.3.0