ExtendRealityLtd / Tilia.Interactions.Interactables.Unity

A variety of mechanisms for interacting between interactors and interactables in a spatial scene for the Unity software
MIT License
9 stars 3 forks source link

chore(deps): bump io.extendreality.zinnia.unity from 2.2.0 to 2.3.0 #126

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps io.extendreality.zinnia.unity from 2.2.0 to 2.3.0.

Release notes

Sourced from io.extendreality.zinnia.unity's releases.

v2.3.0

2.3.0 (2022-06-16)

Features

  • Action: add events to action registrar (321749d)

    The ActionRegistrar now has some events that emit when an Action is added/removed to/from the Target Action sources and an event that denotes the SourceLimit that was used when the Action was added/removed.

  • Action: add sources contains method (3dab887)

    The Action now has a SourcesContains method that allows a generic action to be checked if its sources contain a given action.

    This is on the base class so can be used regardless of any action typing.

    The RemoveSource method also now returns a bool based on the results of the internal List.Remove call. This is also now used in the ActionRegistrar to determine if the remove/unregister events should be raised as if no source is removed then no event should be raised.

Bug Fixes

  • Haptics: add range back to intensity (3263007)

    The Range attribute was missing from the Intensity as it wasn't copied over when the Malimbe removal was done. It has now been readded back.

  • Visual: increase URP mesh size (b99cfed)

    The size the mesh that is generated for the URP fade was too small causing the edges of the mesh to show the scene behind it.

    This has been fixed by making the mesh size much larger.

    The code has also been refactored to make it cleaner.

Changelog

Sourced from io.extendreality.zinnia.unity's changelog.

2.3.0 (2022-06-16)

Features

  • Action: add events to action registrar (321749d)

    The ActionRegistrar now has some events that emit when an Action is added/removed to/from the Target Action sources and an event that denotes the SourceLimit that was used when the Action was added/removed.

  • Action: add sources contains method (3dab887)

    The Action now has a SourcesContains method that allows a generic action to be checked if its sources contain a given action.

    This is on the base class so can be used regardless of any action typing.

    The RemoveSource method also now returns a bool based on the results of the internal List.Remove call. This is also now used in the ActionRegistrar to determine if the remove/unregister events should be raised as if no source is removed then no event should be raised.

Bug Fixes

  • Haptics: add range back to intensity (3263007)

    The Range attribute was missing from the Intensity as it wasn't copied over when the Malimbe removal was done. It has now been readded back.

  • Visual: increase URP mesh size (b99cfed)

    The size the mesh that is generated for the URP fade was too small causing the edges of the mesh to show the scene behind it.

    This has been fixed by making the mesh size much larger.

    The code has also been refactored to make it cleaner.

Commits
  • 904b8d7 chore(release): set version to 2.3.0 [skip ci]
  • 12fb862 Merge pull request #570 from ExtendRealityLtd/add-stuff
  • 3dab887 feat(Action): add sources contains method
  • 321749d feat(Action): add events to action registrar
  • b99cfed fix(Visual): increase URP mesh size
  • 3263007 fix(Haptics): add range back to intensity
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
ExtendReality-Bot commented 2 years ago

:tada: This PR is included in version 2.5.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: