Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2022-11-04)

### Bug Fixes

* fix overlay css pointer-events logic for strictClickHandling not working properly ([41b6101](41b6101))
* make click handlers even more isolated by using `stopImmediatePropagation` and `useCapture` ([28be80e](28be80e))
  • Loading branch information
semantic-release-bot committed Nov 4, 2022
1 parent 41b6101 commit 1e7dc42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.1.1](https://github.com/josias-r/boarding.js/compare/v2.1.0...v2.1.1) (2022-11-04)


### Bug Fixes

* fix overlay css pointer-events logic for strictClickHandling not working properly ([41b6101](https://github.com/josias-r/boarding.js/commit/41b6101e0f5875bb54ccc13b57f1a07d956e35e4))
* make click handlers even more isolated by using `stopImmediatePropagation` and `useCapture` ([28be80e](https://github.com/josias-r/boarding.js/commit/28be80e6891dc393197a888e4be86f7fc6cc2a1d))

# [2.1.0](https://github.com/josias-r/boarding.js/compare/v2.0.0...v2.1.0) (2022-11-04)


Expand Down

0 comments on commit 1e7dc42

Please sign in to comment.