Skip to content

chore(deps): bump io.extendreality.zinnia.unity from 1.37.0 to 1.38.0#71

Merged
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.38.0
Jul 19, 2021
Merged

chore(deps): bump io.extendreality.zinnia.unity from 1.37.0 to 1.38.0#71
dependabot[bot] merged 1 commit intomasterfrom
dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.38.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 19, 2021

Bumps io.extendreality.zinnia.unity from 1.37.0 to 1.38.0.

Release notes

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

v1.38.0

1.38.0 (2021-07-19)

Features

  • Extraction: add extractor that can get a child GameObject by name (b161b23)

    The new GameObjectChildByNameExtractor will extract a child GameObject from the Source GameObject by the path name to the child.

  • Tracking: provide optional pivot offset for direction modifier (acfa833)

    A rotational offset for the pivot can now be applied via a GameObject containing the rotational transform data.

Bug Fixes

  • Extraction: rename test class to the correct name (056f7a8)

    The GameObject Extractor test class was named incorrectly so it has now been updated with the correct name.

  • Tracking: ensure collider is not null before checking status (978adfd)

    There was an issue where the collider could be null even though the collider trigger status was being checked which would cause a null exception error. This is handled by just exiting the method early if the collider is now null.

  • Tracking: prevent fatal error if colliders are null in comparison (637411f)

    There can be an issue where the collider transform is null due to it being destroyed during a loop causing the comparison to fail.

    This fix just adds in a null check to make sure no fatal error can cause a crash.

Changelog

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

1.38.0 (2021-07-19)

Features

  • Extraction: add extractor that can get a child GameObject by name (b161b23)

    The new GameObjectChildByNameExtractor will extract a child GameObject from the Source GameObject by the path name to the child.

  • Tracking: provide optional pivot offset for direction modifier (acfa833)

    A rotational offset for the pivot can now be applied via a GameObject containing the rotational transform data.

Bug Fixes

  • Extraction: rename test class to the correct name (056f7a8)

    The GameObject Extractor test class was named incorrectly so it has now been updated with the correct name.

  • Tracking: ensure collider is not null before checking status (978adfd)

    There was an issue where the collider could be null even though the collider trigger status was being checked which would cause a null exception error. This is handled by just exiting the method early if the collider is now null.

  • Tracking: prevent fatal error if colliders are null in comparison (637411f)

    There can be an issue where the collider transform is null due to it being destroyed during a loop causing the comparison to fail.

    This fix just adds in a null check to make sure no fatal error can cause a crash.

Commits
  • 102fa5a chore(release): set version to 1.38.0 [skip ci]
  • 9407c08 Merge pull request #547 from ExtendRealityLtd/feat/child-extractor
  • b161b23 feat(Extraction): add extractor that can get a child GameObject by name
  • 056f7a8 fix(Extraction): rename test class to the correct name
  • acfa833 feat(Tracking): provide optional pivot offset for direction modifier
  • 978adfd fix(Tracking): ensure collider is not null before checking status
  • 637411f fix(Tracking): prevent fatal error if colliders are null in comparison
  • 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)

Bumps [io.extendreality.zinnia.unity](https://github.com/ExtendRealityLtd/Zinnia.Unity) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/ExtendRealityLtd/Zinnia.Unity/releases)
- [Changelog](https://github.com/ExtendRealityLtd/Zinnia.Unity/blob/master/CHANGELOG.md)
- [Commits](ExtendRealityLtd/Zinnia.Unity@v1.37.0...v1.38.0)

---
updated-dependencies:
- dependency-name: io.extendreality.zinnia.unity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Copy Markdown
Member

@thestonefox thestonefox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot Bot merged commit e473e45 into master Jul 19, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/io.extendreality.zinnia.unity-1.38.0 branch July 19, 2021 19:36
@ExtendReality-Bot
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.4.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants