Title: Bump mapbox-gl from 1.12.0 to 2.4.1 by dependabot[bot] · Pull Request #267 · SuperMap/iClient-JavaScript · GitHub
Open Graph Title: Bump mapbox-gl from 1.12.0 to 2.4.1 by dependabot[bot] · Pull Request #267 · SuperMap/iClient-JavaScript
X Title: Bump mapbox-gl from 1.12.0 to 2.4.1 by dependabot[bot] · Pull Request #267 · SuperMap/iClient-JavaScript
Description: Bumps mapbox-gl from 1.12.0 to 2.4.1. Release notes Sourced from mapbox-gl's releases. v2.4.1 🐞 Bug fixes Fix a bug where Safari didn't properly resize the map when entering full screen mode. #10905 Remove engines field from package.json to allow installing mapbox-gl with Yarn on Node v12 and earlier. #10904 v2.4.0 2.4.0 ✨ Features and improvements Add showUserHeading option to GeolocateControl that draws a triangle in front of the dot to denote both the user's location, and the direction they're facing.(#10817) (h/t to @tsuz) Add support for text-writing-mode property when using symbol-placement: line text labels. (#10647) Note: This change will bring the following changes for CJK text blocks: For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers were horizontally placed. For horizontal CJK text, there may be a slight horizontal shift due to the anchor shift. Improve character alignment in labels with mixed CJK and Latin characters by adding support for descender and ascender font metrics.(#8781) Improve terrain performance by reducing number of framebuffer switches during draping.(#10701) Improve behavior of vertically aligned line labels with horizontal text by adding stickiness to their flip state, preventing them from flickering. (#10622) 🐞 Bug fixes Fix a potential rendering artifact when using custom fill-extrusion dataset with terrain. (#10812) Fix anchor calculation for line-center line labels when the anchor is very near to line segment endpoints. (#10776) Fix ImageSource breaking in Firefox/Safari if it's not immediately visible.(#10698) Fix gradient skybox rendering issue on some ARM Mali GPU's.(#10703) v2.4.0-beta.1 2.4.0-beta.1 ✨ Features and improvements Add showUserHeading option to GeolocateControl that draws a triangle in front of the dot to denote both the user's location, and the direction they're facing.(#10817) (h/t to @tsuz) Add support for text-writing-mode property when using symbol-placement: line text labels. (#10647) Note: This change will bring the following changes for CJK text blocks: For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers were horizontally placed. For horizontal CJK text, there may be a slight horizontal shift due to the anchor shift. Improve character alignment in labels with mixed CJK and Latin characters by adding support for descender and ascender font metrics.(#8781) Improve terrain performance by reducing number of framebuffer switches during draping.(#10701) Improve behavior of vertically aligned line labels with horizontal text by adding stickiness to their flip state, preventing them from flickering. (#10622) 🐞 Bug fixes Fix a potential rendering artifact when using custom fill-extrusion dataset with terrain. (#10812) Fix anchor calculation for line-center line labels when the anchor is very near to line segment endpoints. (#10776) Fix ImageSource breaking in Firefox/Safari if it's not immediately visible.(#10698) Fix gradient skybox rendering issue on some ARM Mali GPU's.(#10703) v2.3.1 🐞 Bug fixes ... (truncated) Changelog Sourced from mapbox-gl's changelog. 2.4.1 🐞 Bug fixes Fix a bug where Safari didn't properly resize the map when entering full screen mode. #10905 Remove engines field from package.json to allow installing mapbox-gl with Yarn on Node v12 and earlier. #10904 2.4.0 ✨ Features and improvements Add showUserHeading option to GeolocateControl that draws a triangle in front of the dot to denote both the user's location, and the direction they're facing.(#10817) (h/t to @tsuz) Add support for text-writing-mode property when using symbol-placement: line text labels. (#10647) Note: This change will bring the following changes for CJK text blocks: For vertical CJK text, all the characters including Latin and Numbers will be vertically placed now. Previously, Latin and Numbers were horizontally placed. For horizontal CJK text, there may be a slight horizontal shift due to the anchor shift. Improve character alignment in labels with mixed CJK and Latin characters by adding support for descender and ascender font metrics.(#8781) Improve terrain performance by reducing number of framebuffer switches during draping.(#10701) Improve behavior of vertically aligned line labels with horizontal text by adding stickiness to their flip state, preventing them from flickering. (#10622) 🐞 Bug fixes Fix a potential rendering artifact when using custom fill-extrusion dataset with terrain. (#10812) Fix anchor calculation for line-center line labels when the anchor is very near to line segment endpoints. (#10776) Fix ImageSource breaking in Firefox/Safari if it's not immediately visible.(#10698) Fix gradient skybox rendering issue on some ARM Mali GPU's.(#10703) 2.3.1 🐞 Bug fixes Fix fog flickering when the map option optimizeForTerrain is set to false (#10763) Fix collision boxes which were not correctly updated for symbols with text-variable-anchor (#10709) 2.3.0 ✨ Features and improvements Add configurable fog as a root style specification (#10564) Add support for data-driven expressions in line-dasharray and line-cap properties. (#10591) Add support for data-driven text-line-height (#10612) Add client-side elevation querying with map.queryTerrainElevation(lngLat) when terrain is active (#10602) Reduce GPU memory footprint when terrain is active by sharing a single depth stencil renderbuffer for all draping (#10611) Optimize tile cover by preventing unnecessary tile loads when terrain is active (#10467) Batch render DOM elements to avoid reflow (#10530, #10567) (h/t zarov) 🐞 Bug fixes Fix style property transitions not invalidating the terrain render cache (#10485) Fix raster tile expiry data not being retained. (#10494) (h/t andycalder) Fix undefined type error when removing line-gradient paint property (#10557) Fix unclustered points in a clustered GeoJSON source incorrectly snapping to a grid at high zoom levels. (#10523) ... (truncated) Commits 0a35e90 v2.4.1 7122340 Remove event listener for Safari resize (#10907) bc34366 Add event listener for webkitfullscreenchange to resize maps when entering fu... 17048a2 Bump changelog and package.json versions 0bc9622 Update index.js (#10899) a65a1a4 Add and update ESLint tests for Mapbox GL JS API docs (#10707) 875411d Merge branch 'main-pre-line-shader' into release-v2.4.0 c3e9f7f Updates to flyTo docs (#10890) 780a0bb Pin chrome to version 91 (#10887) 1781ef4 Changelog and package.json bumps for v2.4.0 (#10860) Additional commits viewable in compare view 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)
Open Graph Description: Bumps mapbox-gl from 1.12.0 to 2.4.1. Release notes Sourced from mapbox-gl's releases. v2.4.1 🐞 Bug fixes Fix a bug where Safari didn't properly resize the map when entering full screen ...
X Description: Bumps mapbox-gl from 1.12.0 to 2.4.1. Release notes Sourced from mapbox-gl's releases. v2.4.1 🐞 Bug fixes Fix a bug where Safari didn't properly resize the map when entering full...
Opengraph URL: https://github.com/SuperMap/iClient-JavaScript/pull/267
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:6d459116-df83-79ea-3af7-0bc41fb2c49c |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 9498:804D0:7D6309:9F1432:6991752D |
| html-safe-nonce | f2579633c08157ca4f6d77540c73a98ed0cfb887948514a0e7b5eedefa50cd23 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDk4OjgwNEQwOjdENjMwOTo5RjE0MzI6Njk5MTc1MkQiLCJ2aXNpdG9yX2lkIjoiNDk4ODI4NzM1NDIxNTE2NzI3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | a1b992a69ecaa619da0835a5e8b3704242a34cf759949bee4c92d8a2031c93a7 |
| hovercard-subject-tag | pull_request:713917936 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/SuperMap/iClient-JavaScript/pull/267/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps mapbox-gl from 1.12.0 to 2.4.1. Release notes Sourced from mapbox-gl's releases. v2.4.1 🐞 Bug fixes Fix a bug where Safari didn't properly resize the map when entering full screen ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| go-import | github.com/SuperMap/iClient-JavaScript git https://github.com/SuperMap/iClient-JavaScript.git |
| octolytics-dimension-user_id | 2839337 |
| octolytics-dimension-user_login | SuperMap |
| octolytics-dimension-repository_id | 99533003 |
| octolytics-dimension-repository_nwo | SuperMap/iClient-JavaScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 99533003 |
| octolytics-dimension-repository_network_root_nwo | SuperMap/iClient-JavaScript |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width