Skip to content

Latest commit

 

History

History
191 lines (100 loc) · 9.55 KB

CHANGELOG.md

File metadata and controls

191 lines (100 loc) · 9.55 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.5 (2024-09-04)

Bug Fixes

  • avoid js error when map is not set when activate/deactivate is called (c808a36)
  • improve cursor behavior on pointer down and up in modify control (5eb32b9)
  • use viewport to set cursor style (62a427d)

2.4.4 (2024-08-20)

Bug Fixes

  • add new option cursorStyleHandler to change cursor style value (ceb4bff)
  • display points of all linear rings of a polygon (027b52b)
  • throttle the cursor style change in modify control (5175746)

2.4.3 (2024-06-25)

Bug Fixes

  • hide topology errors in line hit detection & optimizations (ae85670)

2.4.2 (2024-05-14)

Bug Fixes

  • fix: listen only when possible (5a2c042)
  • fix: unlisten only when possible (b1029294)

2.4.1 (2024-05-14)

Bug Fixes

  • fix editor.remove and add a test (1427d6e)

2.4.0 (2024-05-10)

Features

  • add editor#removeControl (#266) (cd4c777)
  • add extentFilter property in CAD control (aa160a4)
  • add line filter for reducing line clutter (#265) (842e836)

Bug Fixes

  • cleanup map events unmounting cad control (#264) (3907615)

2.3.0 (2024-05-10)

Features

2.2.1 (2024-03-05)

Bug Fixes

  • update JSDoc comments to improve TypeScript definitions (#269) (769c1bc)

2.2.0 (2023-05-04)

Features

  • support OpenLayers 7.x support

  • add TypeScript definitions (#256) (f6db2f6)

  • add more snap lines in the CAD control. Configurable via showOrthoLines and showSegmentLines properties

Bug Fixes

  • use JSDoc for param documentation (51f8445)

2.1.2 (2022-08-11)

Bug Fixes

  • DrawControl: add drawInteractionOptions for DrawControl (#239) (e1ceb7c)

2.1.1 (2022-08-10)

Bug Fixes

  • CAD: snap enabled on edit feature vertices, CAD support for rotated maps (#234) (0d706af)

2.1.0 (2022-06-20)

Features

  • use conventional-pr-title for PR title validation (#227) (607e5ec)

Bug Fixes

2.0.1 (2021-01-26)

Bug Fixes

2.0.0 (2020-11-18)

⚠ BREAKING CHANGES

  • modify: the ole.control.modify is completely refactored (check docs)

  • modify: added selectFilter to getFeatureAtPixel() (007ad16)

1.2.0 (2020-11-12)

Features

  • version: Installed standard-version to improve changelog (00466c5)
  • version: using standard-version and conventional-commits for version and release management, switched to yarn package manager (ef321f9)

1.2.0-beta.1 (2020-11-11)

Bug Fixes

  • index: fix demo page (7cfab51)
  • remove unecessary properties (24b2357)
  • use singleclick instead of click to avoid bugs (37e1d9d)
  • index: fix demo page (ea49c0a)
  • modify: add a high zIndex to default modify style (f3584b1)
  • modify: use click instead of singleclick (ecea48c)
  • selectmove: add a default style with a high zIndex to selectmove interaction (2222aaa)

1.2.0-beta.0 (2020-11-11)

Features

  • version: Installed standard-version to improve changelog (00466c5)
  • version: using standard-version and conventional-commits for version and release management, switched to yarn package manager (ef321f9)

1.1.8-beta.6 (2020-11-09)

Features

  • version: Installed standard-version to improve changelog (00466c5)

Bug Fixes

  • version: added yarn release script (a62a548)

0.0.3 - 2019-03-11

Added

  • Support for Internet Explorer >= 10 has been added.
  • Support for ol 5.3.0.
  • Add style options to some controls.

Changed

  • Move JSTS to peer dependency to fix broken builds and reduce build size.

0.0.1 - 2018-03-20

Added

  • Using JSTS for topology operations.
  • Implemented control for buffering geometries.
  • Added a generic topology control.
  • Derived controls from topology control for creating a union, an intersection or a difference of geometries.
  • Added tests using Cypress

Changed

  • Using Neutrino for build and development process.
  • Switched from PNG to SVG images for control icons.