Skip to content

Bump @google/model-viewer from 0.10.0 to 1.4.0 - #285

Closed
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/google/model-viewer-1.4.0
Closed

Bump @google/model-viewer from 0.10.0 to 1.4.0#285
dependabot-preview[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/google/model-viewer-1.4.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps @google/model-viewer from 0.10.0 to 1.4.0.

Release notes

Sourced from @google/model-viewer's releases.

v1.4.0

New features

🆕 Added support for the KHR_materials_variants extension of glTF, for quick and easy material changes; see the example, google/model-viewer#1765 🆕 In AR you can now place objects on the wall instead of just the floor, controlled using the new ar-placement attribute which affects both WebXR and SceneViewer modes, google/model-viewer#1714 🆕 Added orientation and scale attributes to transform the model, along with an example. Also added updateFraming() method and bounds attribute to better control automatic framing, google/model-viewer#1792 🆕 Added disable-zoom attribute so that desktops can scroll past a model instead of it switching to zoom, google/model-viewer#1699 🆕 Added neutral option to environment-image which creates a more evenly lit scene than our default lighting (example) and is calibrated to output colors that roughly match the material base color RGB, thanks @thomastgt! google/model-viewer#1761 🆕 Added duration property to animations, thanks @rhystmills! google/model-viewer#1742 🆕 Added showPoster() method, google/model-viewer#1691

Bugfixes

Examples

✨ Added an example of automatically showing product dimensions in both 3D and AR using hotspots, google/model-viewer#1726 ✨ Added an example of rotating the environment instead of the model, google/model-viewer#1741 ✨ Fixed the pan example to account for auto-rotate, google/model-viewer#1788

Other notable changes

  • Disabled occlusion in SceneViewer by popular demand. We will reevaluate this feature when LIDAR sensors are more common, as the current experience isn't really acceptable, google/model-viewer#1784
  • Refactored our scene-graph API, removing the 3DOM package and greatly simplifying the code base, to make way for future expansion, google/model-viewer#1692
  • Removed the quick-look-browsers attribute, as both Chrome and Safari launch QuickLook just fine now, so no need to restrict, google/model-viewer#1783
  • Updated to Three.js r124
  • This will probably be the last version supporting IE and distributing model-viewer-legacy.js, as Microsoft itself is also deprecating IE

Editor

  • You can now deploy your editor session to mobile devices via QR code for easy AR testing of WebXR, SceneViewer, and iOS QuickLook, google/model-viewer#1746
  • When editing the HTML snippet, the editor will now respect all MV attributes instead of just the ones it has UX for, google/model-viewer#1818
  • When selecting a material to edit, the view now flashes to show where that material is applied, google/model-viewer#1729
  • When downloading the zip, you now get all the necessary files and appropriate paths for easier deployment, google/model-viewer#1717
  • UX update to make the HTML snippet a consistent center-piece, google/model-viewer#1704

v1.3.0

New features

  • 🆕 Added a touch-action attribute, similar to the CSS parameter to control how touch interactions affect <model-viewer> vs scroll. This now defaults to pan-y as this is a significantly better experience on mobile, but in a few cases this might be considered a breaking change. To get the old behavior, simply set touch-action='none'. pan-x is also available for side-scrolling situations, google/model-viewer#1566
  • 🆕 You can now specify a high-resolution skybox image, see the last example, google/model-viewer#1629
  • 🆕 The AR button is now visible before loading, and if you desire an AR button without a 3D view, you can accomplish this by using reveal='manual', google/model-viewer#1629
  • 🆕 Added getDimensions() method returning the size of the model's bounding box, google/model-viewer#1632
  • 🆕 Added optional parameter to resetTurntableRotation(theta) to manually set model rotation relative to environment/skybox, google/model-viewer#1543
  • 🆕 Added orbit-sensitivity attribute to control rate of motion from interactions, google/model-viewer#1519

Bugfixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @google/model-viewer since your current version.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@google/model-viewer](https://github.com/google/model-viewer) from 0.10.0 to 1.4.0.
- [Release notes](https://github.com/google/model-viewer/releases)
- [Commits](google/model-viewer@v0.10.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #287.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/google/model-viewer-1.4.0 branch January 21, 2021 07:06
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