- Update to Openlayers 10.2.0
- Expose ol.render.toContext
- Update to Openlayers 9.1.0
- Removed legacy alias ol.PluggableMap. Use ol.Map instead
- Update to Openlayers 7.5.2
- Expose all formats from ol.formats
- Update to Openlayers 7.3.0
Please see Openlayers 7.0.0 release notes for BC breaks.
- Update to Openlayers 6.15.1
Please see upgrading notes on upstream v6.15.0 release.
- Update to Openlayers 6.14.1
Please see upgrading notes on upstream v6.5.0 and v6.6.0 releases.
- Drop webpack; switch to rollup build to fix missing "internal" properties in minified build
- Drop separate
dev
task, build minified / debug output in a single npm task (build
)
- Add
ol.format.filter
sub-namespace for WFS support (PR#2) - Misc minor package updates for security audit
- Update to Openlayers 6.4.3
- Add
ol.events.Event
sub-namespace; contained symbols:ol.events.Event.BaseEvent
ol.events.Event.preventDefault
ol.events.Event.stopPropagation
- Add ol.loadingstrategy (PR#1)
- Add ol.events and ol.events.condition sub-namespaces
- Add ol.tilegrid.WMTS
- Add Polygon factory methods (fromExtent etc) under ol.geom.Polygon