Skip to content

Latest commit

 

History

History
96 lines (95 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

96 lines (95 loc) · 3.21 KB

Changelog

  • 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
  • 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
  • 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
  • v3.5.3
    • Implemented layer generic types
  • v3.5.2
    • Fixed nullable properties
  • v3.5.1
    • Fixed missing typeof type operator
  • v3.5.0
    • Updated to OpenLayers v6.5.0
  • v3.4.2
    • Removed GeolocationPositionError (formerly PositionError) workaround.
  • 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 of ol/source/IIIF~IIIF as optional.
    • ol/Object~BaseObject derived classes can accept extra options.
    • Changed ol/size.Size type from number[] to [number, number]
  • v3.1.0
  • v3.0.0
    • OpenLayers v6
  • v2.0.8
    • nullable parameter types
    • fix ol/Feature.setStyle and ol/layer/Vector.setStyle
  • v2.0.7
    • Add unified undefined parameter type--e.g., ol/Overlay~Overlay#setPosition method can accept either coordinate or undefined
  • v2.0.6
    • Fix external import with same member name--e.g., GeoJSON from geojson module in ol/format/GeoJSON
    • Order module members by kind
  • 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
  • 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)
  • 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
  • v1.0.0
    • Initial release