Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps aframe from 1.6.0 to 1.7.0.

Release notes

Sourced from aframe's releases.

v1.7.0

1.7.0 (Feb 20, 2025)

Post-processing, ES modules and importmap, WebGPU and TSL support, Logitech MX Ink integration and more.

Major Changes

Bug fixes

  • Remove unused width and height properties from flat and standard shaders (#5647) (@​mrxz)
  • Relax the clientWidth constraint in the controls tests. Fix tests on Ubuntu (#5641) (@​vincentfretin)
  • Check if XRSession exists before attaching inputsourcechange listener (#5631) (@​mrxz)
  • Don't apply anchor scale (only position and rotation) to an anchored entity (#5633) (@​mrxz)
  • Wait until referenceSpace is available befor initializing compositor layers (#5626) (@​vincentfretin)
  • Remove raycaster-closest-entity-changed listener when removing the cursor component (#5625) (@​vincentfretin)
  • Handle cursor rayOrigin updates and rayOrigin: mouse when component attached to an entity and not a-scene (fix #4759) (#4760) (@​kylebakerio)
  • Fix light shadow frustum visualization via CameraHelper (fix #5098) (#5099) (@​IanSweeneyAC, @​dmarcos)
  • Prevent loading cubemap for a probe light when envMap is not set (fix #5610) (#5611) (@​mrxz)
  • Prevent redundant pinchstarted events on a hand tracking pinch gesture (#5609) (@​mrxz)
  • Improve cursor component xrselect logic. Handle rayOrigin property changes and account for camera rigs when calculating the raycaster direction (#5606) (@​mrxz, @​vincentfretin)
  • Fix Apple Vision Pro detection logic to prevent false positives on iPad and iPhone (fix #5605) (#5607) (@​vincentfretin)
  • Remove fullscreen CSS styles from the document element when a-scene is disconnected (#5602) (@​gunhaxxor)
  • Adjust light intensity defaults and examples to account for WebGLRenderer.useLegacyLights deprecation in THREE r165 (#8813d3d2) (@​dmarcos)
  • Fix model visibility logic of tracked hands and controllers when there are input switches (e.g hands to controllers) (#fa0cc748) (@​dmarcos)
  • Prevent a-loader-title div (A-Frame created HTML element) to be serialized (#5574) (@​vincentfretin)
  • Disable magic window mode in Vision Pro that is only suitable for handheld mobile devices (#5560) (@​dmarcos)
  • Don't bubble <a-asset-item> error event that was preventing some tests to execute (#5548) (@​mrxz)
  • Don't stringify properties with undefined values to prevent flushToDOM to produce properties with the undefined string (#5549) (@​mrxz)
  • Fix serialization / stringification of asset type properties. When an HTML element they got exported incorrectly as e.g [object HTMLImageElement] (#5544) (@​mrxz, @​vincentfretin)
  • Refresh raycasted objects only when the objects raycaster component property changes. Prevent unnecessary costly updates (#5542) (@​vincentfretin)
  • Fix issue when using <a-cubemap> as texture component envMap (@​Omegahed, @​mrxz)
  • Fix incorrect texture reference counting, potentially leading to exceptions upon disposal of the texture (#5529) (@​mrxz)
  • Eliminate incorrect "unknown property" warnings from dynamic schema components (#5526) (@​mrxz)

Enhancements

... (truncated)

Changelog

Sourced from aframe's changelog.

1.7.0 (Feb 20, 2025)

Post-processing, ES modules and importmap, WebGPU and TSL support, Logitech MX Ink integration and more.

Major Changes

Bug fixes

  • Remove unused width and height properties from flat and standard shaders (#5647) (@​mrxz)
  • Relax the clientWidth constraint in the controls tests. Fix tests on Ubuntu (#5641) (@​vincentfretin)
  • Check if XRSession exists before attaching inputsourcechange listener (#5631) (@​mrxz)
  • Don't apply anchor scale (only position and rotation) to an anchored entity (#5633) (@​mrxz)
  • Wait until referenceSpace is available befor initializing compositor layers (#5626) (@​vincentfretin)
  • Remove raycaster-closest-entity-changed listener when removing the cursor component (#5625) (@​vincentfretin)
  • Handle cursor rayOrigin updates and rayOrigin: mouse when component attached to an entity and not a-scene (fix #4759) (#4760) (@​kylebakerio)
  • Fix light shadow frustum visualization via CameraHelper (fix #5098) (#5099) (@​IanSweeneyAC, @​dmarcos)
  • Prevent loading cubemap for a probe light when envMap is not set (fix #5610) (#5611) (@​mrxz)
  • Prevent redundant pinchstarted events on a hand tracking pinch gesture (#5609) (@​mrxz)
  • Improve cursor component xrselect logic. Handle rayOrigin property changes and account for camera rigs when calculating the raycaster direction (#5606) (@​mrxz, @​vincentfretin)
  • Fix Apple Vision Pro detection logic to prevent false positives on iPad and iPhone (fix #5605) (#5607) (@​vincentfretin)
  • Remove fullscreen CSS styles from the document element when a-scene is disconnected (#5602) (@​gunhaxxor)
  • Adjust light intensity defaults and examples to account for WebGLRenderer.useLegacyLights deprecation in THREE r165 (#8813d3d2) (@​dmarcos)
  • Fix model visibility logic of tracked hands and controllers when there are input switches (e.g hands to controllers) (#fa0cc748) (@​dmarcos)
  • Prevent a-loader-title div (A-Frame created HTML element) to be serialized (#5574) (@​vincentfretin)
  • Disable magic window mode in Vision Pro that is only suitable for handheld mobile devices (#5560) (@​dmarcos)
  • Don't bubble <a-asset-item> error event that was preventing some tests to execute (#5548) (@​mrxz)
  • Don't stringify properties with undefined values to prevent flushToDOM to produce properties with the undefined string (#5549) (@​mrxz)
  • Fix serialization / stringification of asset type properties. When an HTML element they got exported incorrectly as e.g [object HTMLImageElement] (#5544) (@​mrxz, @​vincentfretin)
  • Refresh raycasted objects only when the objects raycaster component property changes. Prevent unnecessary costly updates (#5542) (@​vincentfretin)
  • Fix issue when using <a-cubemap> as texture component envMap (@​Omegahed, @​mrxz)
  • Fix incorrect texture reference counting, potentially leading to exceptions upon disposal of the texture (#5529) (@​mrxz)
  • Eliminate incorrect "unknown property" warnings from dynamic schema components (#5526) (@​mrxz)

Enhancements

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [aframe](https://github.com/aframevr/aframe) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/aframevr/aframe/releases)
- [Changelog](https://github.com/aframevr/aframe/blob/master/CHANGELOG.md)
- [Commits](aframevr/aframe@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: aframe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Superseded by #664.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aframe-1.7.0 branch April 7, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants