diff --git a/DragSelect/CHANGELOG.md b/DragSelect/CHANGELOG.md index d18302e7..346b36dd 100644 --- a/DragSelect/CHANGELOG.md +++ b/DragSelect/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.6.0 + +- Introducing Overrides as a new concept to help advanced modification use-cases like [#150](https://github.com/ThibaultJanBeyer/DragSelect/issues/150) in collaboration with [@HollowMan6](https://github.com/HollowMan6) +- - See [Example use-case](https://dragselect.com/docs/guided-examples/Custom-Selection-Filter-Override) & [API for overrides](https://dragselect.com/docs/API/Overrides) +- Expose `filterSelected` in `Selection` module +- Expose `isCollision` helper method + # 2.5.6 - Test refactor to monorepo and yarn for npm compatibility diff --git a/DragSelect/deployment.md b/DragSelect/deployment.md index d72fc826..fe75a903 100644 --- a/DragSelect/deployment.md +++ b/DragSelect/deployment.md @@ -10,7 +10,7 @@ if you are a regular contributor, see [contibuting](../CONTRIBUTING.md) and make - -If this was successful, the next step is to publish the new version on `npm`: +If tests were successful, the next step is to publish the new version on `npm`: - Check if the `changelog` reflects the latest version diff --git a/DragSelect/package.json b/DragSelect/package.json index 8a49c057..17d8da71 100644 --- a/DragSelect/package.json +++ b/DragSelect/package.json @@ -1,6 +1,6 @@ { "name": "dragselect", - "version": "2.5.6", + "version": "2.6.0", "description": "Easy JavaScript library for selecting and moving elements. With no dependencies. Drag-Select & Drag-And-Drop.", "main": "./dist/DragSelect.js", "types": "./dist/DragSelect.d.ts",