René's URL Explorer Experiment


Title: Bump mapbox-gl from 1.13.1 to 2.5.0 by dependabot[bot] · Pull Request #276 · SuperMap/iClient-JavaScript · GitHub

Open Graph Title: Bump mapbox-gl from 1.13.1 to 2.5.0 by dependabot[bot] · Pull Request #276 · SuperMap/iClient-JavaScript

X Title: Bump mapbox-gl from 1.13.1 to 2.5.0 by dependabot[bot] · Pull Request #276 · SuperMap/iClient-JavaScript

Description: Bumps mapbox-gl from 1.13.1 to 2.5.0. Release notes Sourced from mapbox-gl's releases. v2.5.0 Features ✨ and improvements 🏁 Added queryRenderedFeatures support to heatmap layers. (#10996) Added support for using line-gradient and line-dasharray paint properties together on line layers. (#10894) Added preclick event allowing popups to close and open in a new location on one click. (#10926) Improved collision detection for labels along lines, slightly improving label density. (#10918) Improved Popup addClassName, removeClassName and toggleClassName methods to work on popup instances that are not added to the map. (#10889) ⚠️ Note: Direct modifications to the popup container CSS class no longer persist. These methods should be used instead. 🐞 Bug fixes Fixed maxBounds property not working across the 180th meridian. (#10903) Fixed map.getBounds() returning too-large bounds under some conditions. (#10909) Fixed markers not updating position when toggling terrain. (#10985) Fixed gap on edge of map on retina displays. (#10936) Fixed SDF images rendering inside text. (#10989) Fixed an issue with slow tile loading performance on maps with CJK glyphs on certain Chrome/GPU combinations. (#11047) 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 No release notes provided. v2.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) v2.3.0 ... (truncated) Changelog Sourced from mapbox-gl's changelog. 2.5.0 Features ✨ and improvements 🏁 Added queryRenderedFeatures support to heatmap layers. (#10996) Added support for using line-gradient and line-dasharray paint properties together on line layers. (#10894) Added preclick event allowing popups to close and open in a new location on one click. (#10926) Improved collision detection for labels along lines, slightly improving label density. (#10918) Improved Popup addClassName, removeClassName and toggleClassName methods to work on popup instances that are not added to the map. (#10889) ⚠️ Note: Direct modifications to the popup container CSS class no longer persist. These methods should be used instead. 🐞 Bug fixes Fixed maxBounds property not working across the 180th meridian. (#10903) Fixed map.getBounds() returning too-large bounds under some conditions. (#10909) Fixed markers not updating position when toggling terrain. (#10985) Fixed gap on edge of map on retina displays. (#10936) Fixed SDF images rendering inside text. (#10989) Fixed an issue with slow tile loading performance on maps with CJK glyphs on certain Chrome/GPU combinations. (#11047) 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 ... (truncated) Commits b14396f Updating CHANGELOG and package.jsons for final release (#11066) ff12a64 Upgrade to TinySDF v2 with a fix to CJK performance (#11047) (#11061) 3c62409 Updates to changelog (#11027) 15ee2d0 Run install-mbx-ci for all tags (#11023) 0bae5b0 Changelog updated for v2.5.0-beta.1 (#11022) 7dc8df6 Note that prewarm() is synchronous (#10998) 1940dbc Markers update on terrain change (#10985) f5e6b87 Fix mismatching symbol vertex layouts (#11001) 7c3a50d Fix CI for external contributors (#11008) 401ea18 Don't draw SDF image inside text (#10989) 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.13.1 to 2.5.0. Release notes Sourced from mapbox-gl's releases. v2.5.0 Features ✨ and improvements 🏁 Added queryRenderedFeatures support to heatmap layers. (#10996) Ad...

X Description: Bumps mapbox-gl from 1.13.1 to 2.5.0. Release notes Sourced from mapbox-gl's releases. v2.5.0 Features ✨ and improvements 🏁 Added queryRenderedFeatures support to heatmap layers. (#10996...

Opengraph URL: https://github.com/SuperMap/iClient-JavaScript/pull/276

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1b462f63-f59f-3db3-e347-32b19a5c4a2d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id958C:17C28D:213454D:29F30A8:69919380
html-safe-nonceaf98819774b6d1e499f58b480fe31c8ce07272ee7569434ccf54453632856962
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NThDOjE3QzI4RDoyMTM0NTREOjI5RjMwQTg6Njk5MTkzODAiLCJ2aXNpdG9yX2lkIjoiNjI1NjcwNjAzMTI2NDU2ODE5MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac563dc9618cb7b2b45710323b73688aca0639b8e36fe8b23da417967ac6806d21
hovercard-subject-tagpull_request:746335298
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SuperMap/iClient-JavaScript/pull/276/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps mapbox-gl from 1.13.1 to 2.5.0. Release notes Sourced from mapbox-gl's releases. v2.5.0 Features ✨ and improvements 🏁 Added queryRenderedFeatures support to heatmap layers. (#10996) Ad...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SuperMap/iClient-JavaScript git https://github.com/SuperMap/iClient-JavaScript.git
octolytics-dimension-user_id2839337
octolytics-dimension-user_loginSuperMap
octolytics-dimension-repository_id99533003
octolytics-dimension-repository_nwoSuperMap/iClient-JavaScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id99533003
octolytics-dimension-repository_network_root_nwoSuperMap/iClient-JavaScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SuperMap/iClient-JavaScript/pull/276/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSuperMap%2FiClient-JavaScript%2Fpull%2F276%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSuperMap%2FiClient-JavaScript%2Fpull%2F276%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SuperMap%2FiClient-JavaScript
Reloadhttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
Reloadhttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
Reloadhttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
SuperMap https://github.com/SuperMap
iClient-JavaScripthttps://github.com/SuperMap/iClient-JavaScript
Notifications https://github.com/login?return_to=%2FSuperMap%2FiClient-JavaScript
Fork 290 https://github.com/login?return_to=%2FSuperMap%2FiClient-JavaScript
Star 895 https://github.com/login?return_to=%2FSuperMap%2FiClient-JavaScript
Code https://github.com/SuperMap/iClient-JavaScript
Issues 4 https://github.com/SuperMap/iClient-JavaScript/issues
Pull requests 10 https://github.com/SuperMap/iClient-JavaScript/pulls
Actions https://github.com/SuperMap/iClient-JavaScript/actions
Projects 0 https://github.com/SuperMap/iClient-JavaScript/projects
Security 0 https://github.com/SuperMap/iClient-JavaScript/security
Insights https://github.com/SuperMap/iClient-JavaScript/pulse
Code https://github.com/SuperMap/iClient-JavaScript
Issues https://github.com/SuperMap/iClient-JavaScript/issues
Pull requests https://github.com/SuperMap/iClient-JavaScript/pulls
Actions https://github.com/SuperMap/iClient-JavaScript/actions
Projects https://github.com/SuperMap/iClient-JavaScript/projects
Security https://github.com/SuperMap/iClient-JavaScript/security
Insights https://github.com/SuperMap/iClient-JavaScript/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSuperMap%2FiClient-JavaScript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSuperMap%2FiClient-JavaScript%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
masterhttps://github.com/SuperMap/iClient-JavaScript/tree/master
dependabot/npm_and_yarn/mapbox-gl-2.5.0https://github.com/SuperMap/iClient-JavaScript/tree/dependabot/npm_and_yarn/mapbox-gl-2.5.0
Conversation 1 https://github.com/SuperMap/iClient-JavaScript/pull/276
Commits 1 https://github.com/SuperMap/iClient-JavaScript/pull/276/commits
Checks 0 https://github.com/SuperMap/iClient-JavaScript/pull/276/checks
Files changed https://github.com/SuperMap/iClient-JavaScript/pull/276/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
Bump mapbox-gl from 1.13.1 to 2.5.0 https://github.com/SuperMap/iClient-JavaScript/pull/276/files#top
Show all changes 1 commit https://github.com/SuperMap/iClient-JavaScript/pull/276/files
acefafa Bump mapbox-gl from 1.13.1 to 2.5.0 dependabot[bot] Sep 30, 2021 https://github.com/SuperMap/iClient-JavaScript/pull/276/commits/acefafa43eee91ff7c5606a95b7aaaf6f771675f
Clear filters https://github.com/SuperMap/iClient-JavaScript/pull/276/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/276/files
package.jsonhttps://github.com/SuperMap/iClient-JavaScript/pull/276/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/SuperMap/iClient-JavaScript/blob/acefafa43eee91ff7c5606a95b7aaaf6f771675f/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SuperMap/iClient-JavaScript/pull/276/{{ revealButtonHref }}
https://github.com/SuperMap/iClient-JavaScript/pull/276/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/SuperMap/iClient-JavaScript/pull/276/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.