Skip to content

Releases: compassinformatics/ngx-ol

v20.1.3

01 Jul 10:34

Choose a tag to compare

v20.1.2

01 Jul 10:05

Choose a tag to compare

Full Changelog: v20.1.1...v20.1.2

v20.1.1

26 Jun 14:11

Choose a tag to compare

Full Changelog: v20.1.0...v20.1.1

v20.1.0

26 Jun 13:37

Choose a tag to compare

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

26 Jun 10:18

Choose a tag to compare

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

26 Jun 10:13

Choose a tag to compare

Full Changelog: v18.5.1...v19.0.0

v18.5.1

12 Jun 15:52

Choose a tag to compare

Full Changelog: v18.5.0...v18.5.1

v18.5.0

10 Jun 12:30
b33113e

Choose a tag to compare

What's Changed

Full Changelog: v18.4.0...v18.5.0

v18.4.0

14 May 13:59

Choose a tag to compare

Full Changelog: v18.3.0...v18.4.0

Add runOutsideAngular option

v18.3.0

14 Feb 14:27

Choose a tag to compare

Expand peerdependencies to include Angular 19

Full Changelog: v18.2.0...v18.3.0