gpsystem / geofs-types

Typings for the GeoFS API.
https://www.npmjs.com/package/@geps/geofs-types
MIT License
4 stars 0 forks source link

build(deps): bump cesium from 1.94.2 to 1.99.0 #196

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps cesium from 1.94.2 to 1.99.0.

Release notes

Sourced from cesium's releases.

CesiumJS 1.99

1.99 - 2022-11-01

Highlights include:

  • Added support for I3S 3D Object and IntegratedMesh Layers. #9634
  • Fixed a bug where the scale of a Model was being incorrectly applied to its bounding sphere. #10855
  • Fixed a bug where rendering a Model with image-based lighting while specular environment maps were unsupported caused a crash. #10859
  • Fixed a bug where request render mode was broken when a ground primitive is added. #10756

See the changelog for the complete list of changes.

CesiumJS 1.98

1.98 - 2022-10-03

Highlights include:

  • Added support for the WEB3D_quantized_attributes extension found in some glTF 1.0 models. #10758
  • Fixed a regression where i3dm with scale and without rotation would render incorrectly. #10808
  • Fixed a regression where instanced feature IDs were not processed correctly #10771
  • Fixed a regression where Cesium3DTileFeature.setProperty() was not creating properties for unknown property IDs. #10775
  • Fixed a regression where glTF models with unused nodes would crash #10813
  • Fixed a regression where tilesets would not load in multiple Viewers. #10828
  • Fixed a bug where instanced models without normals would not render. #10765
  • Fixed a bug where camera would not follow the Viewer.trackedEntity if it had a model with a HeightReference other than NONE. #10805

See the changelog for the complete list of changes.

CesiumJS 1.97

1.97 - 2022-09-01

Highlights include:

  • CesiumJS has switched to a new architecture for loading glTF models and tilesets to enable:
  • Model can now classify other assets with a given classificationType. #10623
  • Model now supports back face culling for point clouds. #10703
  • Model entities now support CustomShader. #10747
  • Export asset files such as CSS in package.json, allowing bundlers to import without additional configuration. #9212
  • The sideEffects field in package.json is now specified, allowing more conservative bundlers like Webpack to enable tree shaking by default. #10714

See the changelog for the complete list of changes.

CesiumJS 1.96

... (truncated)

Changelog

Sourced from cesium's changelog.

Change Log

1.99 - 2022-11-01

Major Announcements :loudspeaker:

  • Starting with version 1.100, CesiumJS will be published alongside two smaller packages @cesium/engine and @cesium/widgets #10824:
    • The source code will been paritioned into two folders: packages/engine and packages/widgets.
    • These workspaces packages will follow semantic versioning.
    • These workspaces packages will be published as ES modules with TypeScript definitions.
    • The combined CesiumJS release will continue to be published, however, the Source folder will only contain the following:
      • Cesium.js
      • Cesium.d.ts
      • Assets
      • ThirdParty
      • Widgets(CSS files only)
    • The ability to import modules and TypeScript definitions from individual files will been removed. Any imports should originate from the cesium module (import { Cartesian3 } from "cesium";) or the combined Cesium.js file (import { Cartesian3 } from "Source/Cesium.js";);
Additions :tada:
  • Added support for I3S 3D Object and IntegratedMesh Layers. #9634
Deprecated :hourglass_flowing_sand:
  • The viewer parameter in KmlTour.prototype.play was deprecated in Cesium 1.99. It will be removed in 1.100. Instead of a Viewer, pass a CesiumWidget instead. #10845
Fixes :wrench:
  • Fixed a bug where the scale of a Model was being incorrectly applied to its bounding sphere. #10855
  • Fixed a bug where rendering a Model with image-based lighting while specular environment maps were unsupported caused a crash. #10859
  • Fixed a bug where request render mode was broken when a ground primitive is added. #10756

1.98.1 - 2022-10-03

  • This is an npm only release to fix the improperly published 1.98.

1.98 - 2022-10-03

Breaking Changes :mega:

  • As of the previous release (1.97), new Model() is an internal constructor and must not be used directly. Use Model.fromGltf() instead. #10778
Additions :tada:
  • Added support for the WEB3D_quantized_attributes extension found in some glTF 1.0 models. #10758
Fixes :wrench:
  • Fixed a bug where instanced models without normals would not render. #10765
  • Fixed a regression where i3dm with scale and without rotation would render incorrectly. #10808

... (truncated)

Commits
  • e7987bb Updates to ThirdPaty.json
  • d3d2755 Updates for 1.99 release
  • 707e39c Merge pull request #10882 from CesiumGS/remove-polyfills
  • 2a72c0d Remove deprecated polyfills
  • a225628 Merge pull request #10879 from CesiumGS/workspaces-changes-md
  • 33416f7 Adds import examples to CHANGES.md
  • f88fdd7 Adds mention of Cesium.js and Cesium.d.ts in CHANGES.md
  • f4d1b63 Updates CHANGES.md
  • 4aac68a Merge pull request #10877 from CesiumGS/remove-copyright-thirdparty-workers
  • 29747a9 Removes addition of CesiumJS copyright banner from ThirdParty JavaScript files
  • 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 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[bot] commented 1 year ago

Superseded by #204.