Skip to content

Commit

Permalink
chore(release): set version to 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0](v2.7.2...v2.8.0) (2023-03-14)

#### Features

* **Drive:** add grabbed target threshold ([b24b3fe](b24b3fe))
  > The Target Value Reached threshold is usually larger for an auto moving drive so it cannot overshoot, but for a grabbed drive the target threshold can tend to be too large causing a jitter when the grabbed drive is moved to the extremes.
  >
  > This adds a new threshold value for when the drive is grabbed so it can be even more refined for a better experience.
  • Loading branch information
ExtendReality-Bot committed Mar 14, 2023
1 parent e3edb71 commit f90d07b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.8.0](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.7.2...v2.8.0) (2023-03-14)

#### Features

* **Drive:** add grabbed target threshold ([b24b3fe](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/commit/b24b3fea4e51c5fa3dc882e5c197ddc65e481408))
> The Target Value Reached threshold is usually larger for an auto moving drive so it cannot overshoot, but for a grabbed drive the target threshold can tend to be too large causing a jitter when the grabbed drive is moved to the extremes.
>
> This adds a new threshold value for when the drive is grabbed so it can be even more refined for a better experience.
### [2.7.2](https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/compare/v2.7.1...v2.7.2) (2023-03-13)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Interactions.Controllables.Unity/blob/master/LICENSE.md",
"version": "2.7.2",
"version": "2.8.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit f90d07b

Please sign in to comment.