Releases: quentinlampin/ngx-openlayers
Releases · quentinlampin/ngx-openlayers
18.0.2
18.0.1
chore(release): version 18.0.1
18.0.0
chore(release): version 18.0.0
18.0.0-next.0
This version upgrades ol
dependency to ~10.5.0
and upgrades project to Angular 18.
⚠ BREAKING CHANGES
- Angular 16 is no more supported
ol
peer dep is now~10.5.0
- see all breaking changes from
ol
10.0.0
(https://github.com/openlayers/openlayers/blob/main/changelog/v10.0.0.md)
build
- update to Angular 18 (eaf8b49)
Features
- update openlayers to
10.5.0
(8fd4db4)
Full Changelog: 17.0.0-next.2...18.0.0-next.0
17.0.0-next.2
This version upgrades ol dependency to ~9.2.4 and upgrades project to Angular 17.
⚠ BREAKING CHANGES
ol
peer dep is now~9.2.4
- see all breaking changes from
ol
9.0.0
(https://github.com/openlayers/openlayers/blob/main/changelog/v9.0.0.md) - Angular 15 is no more supported
build
- update to Angular 17 (c3bed7d)
Features
- update openlayers to
9.2.4
(725e363)
17.0.0-next.1
chore(release): version 17.0.0-next.1
16.0.0-next.0
This version upgrades ol dependency to ~8.2.0
and upgrades project to Angular 16.
⚠ BREAKING CHANGES
ol
peer dep is now8.2.0
- see all breaking changes from
ol
8.0.0
(https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#800) - Angular 14 is no more supported
build
- update to Angular 16 (b129c81)
Features
- update openlayers to
8.2.0
(8b376e3)
15.0.0-next.0
This version upgrades ol
dependency to ~7.5.2
and upgrades project to Angular 15.
⚠ BREAKING CHANGES
ol
peer dep is now~7.5.2
- see all breaking changes from
ol
7.0.0
(https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#700) - see all breaking changes from
ol
7.1.0
(https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#710) - see all breaking changes from
ol
7.2.0
(https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#720) - see all breaking changes from
ol
7.5.0
(https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#750)
Features
- update openlayers to
~7.5.2
(0c0e3cb)
14.1.0-next.0
Features
- source-vector: support of 'loader' input (58c1a6b)
14.0.0-next.0
This version upgrades ol
dependency from 6.3.x
to 6.15.x
. As of openlayers 6.6.0
, types are now included in ol
dependency.
⚠ BREAKING CHANGES
ol
peer dep is now~6.15.1
DrawInteractionComponent
: inputtype
is now of typeType
SourceImageWMSComponent
: inputserverType
is now of typeServerType
OverlayComponent
: inputpositioning
is now of typePositioning
SourceTileWMSComponent
: inputprojection
is now of typeProjectionLike
and inputserverType
is now of typeServerType
SourceTileWMTSComponent
: inputrequestEncoding
is now of typeRequestEncoding
- all components inputs of type
Element
orNode
are now of typeHTMLElement
- all
olChangeActive
andpropertyChange
outputs are nowEventEmitter<ObjectEvent>
FormatMVTComponent
: inputfeatureClass
is now of typeFeatureClass
DragAndDropInteractionComponent
: inputformatConstructors
is now of typeFeatureFormat[]
LayerComponent
:prerender
andpostrender
inputs functions should now manage events of typeRenderEvent
SourceImageArcGISRestComponent
:attributions
input is now of typeAttributionLike
SourceTileWMTSComponent
:tileGrid
input is now of typeWMTSTileGrid
SourceUTFGridComponent
:tileJSON
input is now of typeConfig
StyleCircleComponent
:snapToPixel
andatlasManager
have been removedStyleIconComponent
:img
input is now of typeHTMLImageElement | HTMLCanvasElement
MapComponent
:prerender
output has been removed,precompose
output has been added.olClick
,dblClick
,pointerDrag
,pointerMove
,singleClick
outputs are now of typeEventEmitter<MapBrowserEvent<UIEvent>>
ViewComponent
:changeZoom
output has been removed