- v6.14.0
- Bump version to match OpenLayers
- Updated to OpenLayers v6.14.1
- v3.13.0
- Updated to OpenLayers v6.13.0
- v3.12.1
- Add
undefined
to optional properties
- Add
- v3.12.0
- Updated to OpenLayers v6.12.0
- v3.11.0
- Updated to OpenLayers v6.11.0
- v3.10.0
- Updated to OpenLayers v6.10.0
- v3.9.1
- Allow
null
as style of VectorImage and VectorTile #32
- Allow
- v3.9.0
- Updated to OpenLayers v6.9.0
- v3.8.0
- Updated to OpenLayers v6.8.1
- v3.7.0
- Updated to OpenLayers v6.7.0
- v3.6.1
- Updated to OpenLayers v6.6.1
- v3.6.0
- Updated to OpenLayers v6.6.0
- v3.5.4
- Include
void
in union return type - Improve
Observable
events typing
- Include
- v3.5.3
- Implemented layer generic types
- v3.5.2
- Fixed nullable properties
- v3.5.1
- Fixed missing
typeof
type operator
- Fixed missing
- v3.5.0
- Updated to OpenLayers v6.5.0
- v3.4.2
- Removed
GeolocationPositionError
(formerlyPositionError
) workaround.
- Removed
- v3.4.1
- Reflect javascript exports
- Added
ol/Geolocation~GeolocationError
- v3.4.0
- Updated to OpenLayers v6.4.3
- v3.3.0
- Updated to OpenLayers v6.3.1
- v3.2.0
- Updated to OpenLayers v6.2.1
- Set
opt_options
constructor parameter ofol/source/IIIF~IIIF
as optional. ol/Object~BaseObject
derived classes can accept extra options.- Changed
ol/size.Size
type fromnumber[]
to[number, number]
- v3.1.0
- Updated to OpenLayers v6.1.1
- Changed
ol/extent.Extent
type fromnumber[]
to[number, number, number, number]
- Tools upgrade:
[email protected]
and[email protected]
- v3.0.0
- OpenLayers v6
- v2.0.8
- nullable parameter types
- fix
ol/Feature.setStyle
andol/layer/Vector.setStyle
- v2.0.7
- Add unified
undefined
parameter type--e.g.,ol/Overlay~Overlay#setPosition
method can accept either coordinate orundefined
- Add unified
- v2.0.6
- Fix external import with same member name--e.g.,
GeoJSON
fromgeojson
module inol/format/GeoJSON
- Order module members by kind
- Fix external import with same member name--e.g.,
- v2.0.5
- Fix anonymous function parameters type
- Fix union types
- v2.0.4
- Fix optional parameters in function type--e.g., third parameter of
{function(*, Array<*>, string=): (Node|undefined)}
- Test files fixes
- Fix optional parameters in function type--e.g., third parameter of
- v2.0.3
- OpenLayers 5.3.3 source
- Members and methods sorting
- v2.0.2
- Fix
object
type - Use relative import path for
ol
modules (no-self-import)
- Fix
- v2.0.1
- Refactor definition filenames
- Remove module declaration (no-declare-current-package)
- DefinitelyTyped standard. These dtslint rules are ignored:
adjacent-overload-signatures
array-type
max-line-length
no-self-import
no-unnecessary-class
no-unnecessary-generics
unified-signatures
- v1.0.2
- Sort imports
- NPM compatibility as
@types/ol
- v1.0.1
- Fix
ol/MapBrowserEventType
module
- Fix
- v1.0.0
- Initial release