All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.5 (2024-09-04)
- 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)
- 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)
- hide topology errors in line hit detection & optimizations (ae85670)
2.4.2 (2024-05-14)
2.4.1 (2024-05-14)
- fix editor.remove and add a test (1427d6e)
2.4.0 (2024-05-10)
- add editor#removeControl (#266) (cd4c777)
- add extentFilter property in CAD control (aa160a4)
- add line filter for reducing line clutter (#265) (842e836)
2.3.0 (2024-05-10)
2.2.1 (2024-03-05)
2.2.0 (2023-05-04)
-
support OpenLayers 7.x support
-
add more snap lines in the CAD control. Configurable via showOrthoLines and showSegmentLines properties
- use JSDoc for param documentation (51f8445)
2.1.2 (2022-08-11)
2.1.1 (2022-08-10)
2.1.0 (2022-06-20)
2.0.1 (2021-01-26)
2.0.0 (2020-11-18)
-
modify: the ole.control.modify is completely refactored (check docs)
-
modify: added selectFilter to getFeatureAtPixel() (007ad16)
1.2.0 (2020-11-12)
- 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)
- 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)
- 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)
- version: Installed standard-version to improve changelog (00466c5)
- version: added yarn release script (a62a548)
- Support for Internet Explorer >= 10 has been added.
- Support for ol 5.3.0.
- Add style options to some controls.
- Move JSTS to peer dependency to fix broken builds and reduce build size.
- 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
- Using Neutrino for build and development process.
- Switched from PNG to SVG images for control icons.