-
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
v3.4.0 #13186
Merged
Merged
v3.4.0 #13186
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
* Use tileModelMatrix for normals * Add render test
* Restore playwright cache on `setup-playwright` job * Use package-lock.json checksum as a cache key * Persist playwright cache to workspace
* Add model-front-cutoff property * Add sdk-support * Add landmark-front-cutoff render test * Update sdk-support versions * Add front cutoff render tests * Ignore new render tests * Update render tests
…tive) (internal-1400)
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 22.8.0 to 22.8.1. - [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-v22.8.0...puppeteer-core-v22.8.1) --- updated-dependencies: - dependency-name: puppeteer-core 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 48.2.3 to 48.2.4. - [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@v48.2.3...v48.2.4) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 [playwright](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.43.1...v1.44.0) --- updated-dependencies: - dependency-name: playwright 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 [glob](https://github.com/isaacs/node-glob) from 10.3.12 to 10.3.15. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.12...v10.3.15) --- updated-dependencies: - dependency-name: glob 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>
…internal-1406) * Add define to set highp default for fragment shader * [GLJS-816] Added CSP tests suite (internal-1361) * Update Node.js to 18.20.2 (internal-1387) * Invalidate playwright cache on lock file change (internal-1395) * Restore playwright cache on `setup-playwright` job * Use package-lock.json checksum as a cache key * Persist playwright cache to workspace --------- Co-authored-by: Aleksandr Shoronov <[email protected]> Co-authored-by: Stepan Kuzmin <[email protected]>
* Fix zOffset for v2 tiles * Add render test * Do heightmap calculations for zOffset at render time This way we reduce the number of matrix multiplications at load time, and the cost in render time is negligible * Optimization to not compute zoffset everyframe if it didn't change * Remove updateZOffset optimization as it is not safe to do it that way
* Update render test * Replace webp tiles with png * Increase render test tolerances * Move landmark-front-cutoff-high-zoom to skip section
- allow changing parameter label - add toggle to force shadows off - add per layer type toggle
…nal-1415) * fix incorrect tile coordinate transforms in replacement_source * test * tiny
* Fix shadow normal offset for v2 tiles shadow_pos should include node.matrix to get the right offset * Reduce expectation size to 512
…ternal-1418) * Add getConfig/setConfig and getSchema/setSchema to Map * Add unit tests
…ternal-1394) * Fix raster-particle rendering precision issues on Android * Remove prelude override in favor of explicit qualifiers
Co-authored-by: Daniel Eke <[email protected]>
updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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>
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>
… geometry (internal-1422)
…(internal-1408) * Update getStyle JSDoc
* Improve Flow typings
updated-dependencies: - dependency-name: glob 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>
…es (internal-1430)
* Improve Flow typings * Type LngLatBounds constructor Drop lng_lat_bounds.js leftover * hotfix * Cleanup * Cleanup
* enforce no wrapIndent for jsdoc comments (internal-13139) * enforce no wrapIndent for jsdoc comments * fix linting errors * fixup * fixup --------- Co-authored-by: Chris Whong <[email protected]>
stepankuzmin
approved these changes
May 24, 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.
Features and improvements ✨
dynamic: true
option for GeoJSON sources that enables partial update API withsource.updateData
method. Further optimizations for this mode are expected in future releases.Map
setConfig
,getConfig
,setSchema
andgetSchema
methods for batch setting of style configuration options.config
option for theMap
constructor andsetStyle
methods for conveniently setting style configuration options on map initialization.icon-color-saturation
,icon-color-contrast
,icon-color-brightness-min
andicon-color-brightness-max
to control symbol layer appearance.line-join
mode:none
to improve line pattern distortions around joins.model-id
property to support URIs (in addition to style-defined model references).devtools
UI.Bug fixes 🐞
flyTo
ignoringpadding
in its options.cameraForBounds
on globe view. (h/t @jonasnoki) #13126preloadOnly
not preloading tiles from style imports.queryRenderedFeatures
for non-integer ID in non-tiled model sourcesmodel-scale
property for large number of 3D models.raster-particle
layer on globe view.raster-array
data.symbol-z-elevate
.raster-particle
layer on certain Android devices.