Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cesium from 1.111.0 to 1.119.0 #168

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps cesium from 1.111.0 to 1.119.0.

Release notes

Sourced from cesium's releases.

CesiumJS 1.119

2024-07-01

Highlights include:

  • Added Ellipsoid.default to allow a central place to specify a default ellipsoid value to be used throughout the API where an ellipsoid is not otherwise specified. #4245
  • Various defaults have been updated to adjust when Ellipsoid.default is changed to a value other than the WGS84 ellipsoid.
  • Fixed diffuse color calculation for PBR materials. Many models will now appear slightly brighter. #12043
  • Fixed the calculation of base color in materials using the KHR_materials_specular extension #12041
  • Adjusted spacing for on screen Credits and updated recommendations for positioning custom ones. #11912

See the changelog for the complete list of changes.

CesiumJS 1.118

1.118 - 2024-06-03

Highlights include:

See the changelog for the complete list of changes.

CesiumJS 1.117

1.117 - 2024-05-01

Highlights include:

  • Added ClippingPolygon and ClippingPolygonCollection for applying multiple clipping regions, with support for concave regions and inverse clipping regions, to 3D Tiles and Terrain. #11750
  • Added Cesium3DTileset.clippingPolygons, Globe.clippingPolygons, and Model.clippingPolygons properties for defining clipping regions from world positions. #11750
  • Fixed a bug where a data source was not automatically rendered after is was added in request render mode. #11934
  • Fixes Typescript definition for Event.raiseEvent. #10498

See the changelog for the complete list of changes.

Cesium 1.116

1.116 - 2024-04-01

Highlights include:

  • Fixed issue with BingMapsImageryProvider where given culture option is ineffective #11695
  • Fixed a bug with performance in scenes with multiple tilesets #11878
  • Fixes issue with PolygonGeometry uvs are improperly computed #11767
  • Surface normals are now computed for clipping and shape bounds in VoxelEllipsoidShape and VoxelCylinderShape. #11847
  • Implemented sharper rendering and lighting on voxels with CYLINDER and ELLIPSOID shape. #11875

See the changelog for the complete list of changes.

... (truncated)

Changelog

Sourced from cesium's changelog.

Change Log

1.119 - 2024-07-01

@​cesium/engine

Additions 🎉
  • Added Ellipsoid.default to allow a central place to specify a default ellipsoid value to be used throughout the API where an ellipsoid is not otherwise specified. #4245
  • Various defaults have been updated to adjust when Ellipsoid.default is changed to a value other than the WGS84 ellipsoid.
  • Added Scene.ellipsoid, CesiumWidget.ellipsoid, and Viewer.ellipsoid to set the default ellipsoid used for rendering.
  • Added SkyBox.createEarthSkyBox which creates a skybox instance with the default starmap for the Earth.
  • Added support for the scale property of a normal texture in a glTF material. #12018
Fixes 🔧
  • Fixed diffuse color calculation for PBR materials. Many models will now appear slightly brighter. #12043
  • Fixed the calculation of base color in materials using the KHR_materials_specular extension #12041.
  • Fixed issue where Entities would not use a custom ellipsoid. #3543
  • Adjusted spacing for on screen Credits and updated recommendations for positioning custom ones. #11912
  • Fixed issue where Property 'availability' is missing in type 'CustomHeightmapTerrainProvider' but required in type 'TerrainProvider' when using with typescript
Breaking Changes 📣
  • CircleGeometry.unpack now defaults to Ellipsoid.default rather than Ellipsoid.UNIT_SPHERE.
Deprecated ⏳
  • SceneTransforms.wgs84ToDrawingBufferCoordinates has been deprecated. It will be removed in 1.121. Use SceneTransforms.worldToDrawingBufferCoordinates instead.
  • SceneTransforms.wgs84ToWindowCoordinates has been deprecated. It will be removed in 1.21. Use SceneTransforms.worldToWindowCoordinates instead.

@​cesium/widgets

Breaking Changes 📣
  • BaseLayerPicker no longer overrides the default imagery or terrain unless options.selectedImageryProviderViewModel or options.selectedTerrainProviderViewModel is provided respectively.

1.118.2 - 2024-06-03

This is an npm-only release to fix a dependency issue published in 1.118.1

1.118.1 - 2024-06-03

This is an npm-only release to fix a dependency issue published in 1.118

1.118 - 2024-06-03

@​cesium/engine

Additions 🎉

... (truncated)

Commits
  • e0fb750 Update for 1.119 release
  • 7a75c64 Merge pull request #12052 from CesiumGS/update-meshoptimizer
  • c1ecff2 Merge pull request #12054 from CesiumGS/clearcoat-scaling
  • 1d601fe Fix uniform name for scaling clearcoat normals
  • 20a26ec Merge pull request #12047 from CesiumGS/credits-spacing
  • e1657c6 revert text container class name
  • 769e8f8 switch class name back
  • e070bce Merge branch 'main' into credits-spacing
  • 0d56358 Merge pull request #12048 from CesiumGS/fix-new-types
  • 5236efe add changes comment
  • Additional commits viewable 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 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 [cesium](https://github.com/CesiumGS/cesium) from 1.111.0 to 1.119.0.
- [Release notes](https://github.com/CesiumGS/cesium/releases)
- [Changelog](https://github.com/CesiumGS/cesium/blob/main/CHANGES.md)
- [Commits](CesiumGS/cesium@1.111...1.119)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2024

Superseded by #172.

@dependabot dependabot bot closed this Aug 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cesium-1.119.0 branch August 2, 2024 00:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants