-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Sync v3.1
release branch with main
#13048
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…efines) (internal-1009) * move linear to sRGB conversion to more specific shaders * remove wireframe prelude from vertex shaders * move constants from prelude to specific places * move dither to fog prelude * remove duplicate code in terrain prelude * remove some legacy (WebGL1) shader branches * texture2D/textureCube -> texture * gl_FragColor -> explicitly defined glFragColor * attribute -> in * fragment varying -> in * fixup shader attributes * fixup * vertex varying -> out * remove legacy precision qualifiers * fixup shaders minification * fixup after merge * fixup * fixup
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.32...8.4.33) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 21.6.1 to 21.7.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-core-v21.6.1...puppeteer-core-v21.7.0) --- updated-dependencies: - dependency-name: puppeteer-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@6.0.3) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 47.0.2 to 48.0.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v47.0.2...v48.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…Canvas2D operations used for image decoding (internal-975) * [MAPS3D-1099] Workaround terrain spikes on Safari version above 17 and private mode * Calculate disableDEMTilesWorkaround only when setting Terrain * Check for OffscreenCanvas support * Add warning --------- Co-authored-by: Stepan Kuzmin <[email protected]> Co-authored-by: Volodymyr Agafonkin <[email protected]>
…ometimes contains non-existing version like 11.0.0
… a layer global value. Measure-light expressions are allowed if they are not data driven (internal-1045)
* symbol icon saturation * render test * raise test threshold
Bumps [tape](https://github.com/ljharb/tape) from 5.7.2 to 5.7.3. - [Changelog](https://github.com/ljharb/tape/blob/master/CHANGELOG.md) - [Commits](tape-testing/tape@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: tape dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n imports (internal-1038) * Allow `null` in TerrainSpecification to override terrain in imports * Add unit and render tests * Don't propagate mock terrain to the stylesheet * Fail if Style Spec property is marked as `required` and `optional` at the same time
…rnal-1048) * type style configs * pass both default and value to config evaluation for proper fallback * fix unit tests * fix render tests * fix lint * coerce config option values according to schema * fix CompoundExpression to survive worker transfer * add render tests for schema validation * avoid in-place modification in setConfigProperty to fix transitions
* v3.1.0 --------- Co-authored-by: Volodymyr Agafonkin <[email protected]>
underoot
approved these changes
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.