Skip to content

Commit

Permalink
chore(release): set version to 2.1.19 [skip ci]
Browse files Browse the repository at this point in the history
### [2.1.19](v2.1.18...v2.1.19) (2022-06-25)

#### Bug Fixes

* **Configurator:** honour the interactable disabled states ([b6232db](b6232db))
  > The Interactable can have the touch and grab states disabled meaning the interactable is not touchable/grabbable. However, the pointer interactor was still attempting to touch and grab the interactable even if the Touch/Grab was disabled.
  >
  > This fix attempts to short circuit the logic by checking the interactable touch and grab state in the appropriate point in the logic.
  • Loading branch information
ExtendReality-Bot committed Jun 25, 2022
1 parent f0e7406 commit bdb6de6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

### [2.1.19](https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/compare/v2.1.18...v2.1.19) (2022-06-25)

#### Bug Fixes

* **Configurator:** honour the interactable disabled states ([b6232db](https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/commit/b6232dba2bc0c7873f86cf04bda53851d194540c))
> The Interactable can have the touch and grab states disabled meaning the interactable is not touchable/grabbable. However, the pointer interactor was still attempting to touch and grab the interactable even if the Touch/Grab was disabled.
>
> This fix attempts to short circuit the logic by checking the interactable touch and grab state in the appropriate point in the logic.
### [2.1.18](https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/compare/v2.1.17...v2.1.18) (2022-06-19)

#### Miscellaneous Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.PointerInteractors.Unity/blob/master/LICENSE.md",
"version": "2.1.18",
"version": "2.1.19",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit bdb6de6

Please sign in to comment.