René's URL Explorer Experiment


Title: Bump mapbox-gl from 1.12.0 to 2.1.1 by dependabot[bot] · Pull Request #244 · SuperMap/iClient-JavaScript · GitHub

Open Graph Title: Bump mapbox-gl from 1.12.0 to 2.1.1 by dependabot[bot] · Pull Request #244 · SuperMap/iClient-JavaScript

X Title: Bump mapbox-gl from 1.12.0 to 2.1.1 by dependabot[bot] · Pull Request #244 · SuperMap/iClient-JavaScript

Description: Bumps mapbox-gl from 1.12.0 to 2.1.1. Release notes Sourced from mapbox-gl's releases. v2.1.1 🐞 Bug fixes Fixed a font glyphs performance regression on Firefox. (10363) v2.1.0 ✨ Features and improvements Added localFontFamily map option that enables local generation of all font glyphs. (#10298) Introduced high resolution local glyph generation for improved rendering quality of glyphs generated using localIdeographFontFamily or localFontFamily options. (#10298) Added optimizeForTerrain map option allowing to use terrain in layer draw-order or performance priority mode. This fixes terrain not always preserving layer draw-order during animations by making the behavior explicit. (#10258) Improved performance by slightly shifting the horizon down, reducing the number of tiles loaded for highly-pitched maps. (#10304) Improved evented.once(eventName) to return a promise if no listener function is provided, which allows using async/await with map events for a simpler and more readable code. (#10203) 🐞 Bug fixes Fixed querying of fill-extrusions when terrain is enabled. (#10293) Fixed a bug where close points were sometimes not clustered on higher zoom levels given a small clustering radius. Fixed clusterMaxZoom so that it is not capped by the source maxzoom. (#10300) Fixed blurry map-aligned labels on highly pitched maps with terrain. (#10296) Fixed a race condition when evaluating image expressions by ensuring sprite has loaded before parsing tiles. (#10294) Fixed a bug with fullscreen fill-extrusion querying at low pitch. (#10315) Fixed a regression with the usage of patterns with data-driven styling. (#10284) Ensure evented.listens returns false when no listener is available. (#10281) v2.1.0-beta.1 No release notes provided. v2.0.1 ✨ Features and improvements Added support for using third-party worker-loader plugins in build systems such as Webpack and Rollup (mapboxgl.workerClass). #10219 Added mapboxgl.setNow and mapboxgl.restoreNow methods which allow setting custom animation timing for 60 fps, jank-free video recording. #10172 Removed outdated CSS hacks that no longer apply. #10202 🐞 Bug fixes Fixed a bug where ImageSource and dynamically loaded icons didn't work in some cases in Firefox and Safari. #10230 Fixed a bug where map.unproject and map.panBy acted unpredictably in certain cases. #10224 Fixed a bug where the sky layer didn't take map padding into account. #10201 Fixed a bug where map.setStyle couldn't be used to enable terrain. #10177 Fixed a bug where mouse events didn't properly fire during zoom scrolling. #10171 v2.0.0 ⚠️ Breaking changes mapbox-gl-js is no longer under the 3-Clause BSD license. By upgrading to this release, you are agreeing to Mapbox terms of service. Refer to LICENSE.txt for the new licensing terms and details. For questions, contact our team at https://support.mapbox.com. Beginning with v2.0.0, a billable map load occurs whenever a Map object is initialized. Before updating an existing implementation from v1.x.x to v2.x.x, please review the pricing documentation to estimate expected costs. Deprecate Internet Explorer 11, no longer supported from this release. (#8283, #6391) Support for unlocked pitch up to 85°. The default maxPitch is increased from 60° to 85° which can result in viewing above the horizon line. By default, this area will be drawn transparent but a new sky layer can be added to the map in order to fill this space. The legacy behavior can be achieved by simply adding maxPitch: 60 to the map options when instantiating your map. ... (truncated) Changelog Sourced from mapbox-gl's changelog. 2.1.1 🐞 Bug fixes Fixed a font glyphs performance regression on Firefox. (10363) 2.1.0 ✨ Features and improvements Added localFontFamily map option that enables local generation of all font glyphs. (#10298) Introduced high resolution local glyph generation for improved rendering quality of glyphs generated using localIdeographFontFamily or localFontFamily options. (#10298) Added optimizeForTerrain map option allowing to use terrain in layer draw-order or performance priority mode. This fixes terrain not always preserving layer draw-order during animations by making the behavior explicit. (#10258) Improved performance by slightly shifting the horizon down, reducing the number of tiles loaded for highly-pitched maps. (#10304) Improved evented.once(eventName) to return a promise if no listener function is provided, which allows using async/await with map events for a simpler and more readable code. (#10203) 🐞 Bug fixes Fixed querying of fill-extrusions when terrain is enabled. (#10293) Fixed a bug where close points were sometimes not clustered on higher zoom levels given a small clustering radius. Fixed clusterMaxZoom so that it is not capped by the source maxzoom. (#10300) Fixed blurry map-aligned labels on highly pitched maps with terrain. (#10296) Fixed a race condition when evaluating image expressions by ensuring sprite has loaded before parsing tiles. (#10294) Fixed a bug with fullscreen fill-extrusion querying at low pitch. (#10315) Fixed a regression with the usage of patterns with data-driven styling. (#10284) Ensure evented.listens returns false when no listener is available. (#10281) 2.0.1 ✨ Features and improvements Added support for using third-party worker-loader plugins in build systems such as Webpack and Rollup (mapboxgl.workerClass). (#10219) Added mapboxgl.setNow and mapboxgl.restoreNow methods which allow setting custom animation timing for 60 fps, jank-free video recording. (#10172) Removed outdated CSS hacks that no longer apply. (#10202) 🐞 Bug fixes Fixed a bug where ImageSource and dynamically loaded icons didn't work in some cases in Firefox and Safari. (#10230) Fixed a bug where map.unproject and map.panBy acted unpredictably in certain cases. (#10224) Fixed a bug where the sky layer didn't take map padding into account. (#10201) Fixed a bug where map.setStyle couldn't be used to enable terrain. (#10177) Fixed a bug where mouse events didn't properly fire during zoom scrolling. (#10171) 2.0.0 ⚠️ Breaking changes mapbox-gl-js is no longer under the 3-Clause BSD license. By upgrading to this release, you are agreeing to Mapbox terms of service. Refer to LICENSE.txt for the new licensing terms and details. For questions, contact our team at https://support.mapbox.com. Beginning with v2.0.0, a billable map load occurs whenever a Map object is initialized. Before updating an existing implementation from v1.x.x to v2.x.x, please review the pricing documentation to estimate expected costs. Deprecate Internet Explorer 11, no longer supported from this release. (#8283, #6391) ... (truncated) Commits c032b8d Update SDK version check for CI (#10354) e4493a5 Update changelog db747eb Update version to 2.1.1 for patch release c3a4ac7 Fix issue #10357 (Firefox perf regression in TinySDF) (#10363) b962951 Out of beta cycle (#10352) 9d5bb34 v2.1.0 + style-spec v13.19.0 changelogs (#10336) 82e5c24 Bump tiny-sdf version for an RTL glyph width fix. (#10328) d0fbc98 shift horizon towards center to reduce the number of tiles loaded (#10304) edc17c2 Wait for sprite to load before parsing tiles (#10294) 0406574 Add a few more pages (#10327) 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.1.1. Release notes Sourced from mapbox-gl's releases. v2.1.1 🐞 Bug fixes Fixed a font glyphs performance regression on Firefox. (10363) v2.1.0 ✨ Features an...

X Description: Bumps mapbox-gl from 1.12.0 to 2.1.1. Release notes Sourced from mapbox-gl's releases. v2.1.1 🐞 Bug fixes Fixed a font glyphs performance regression on Firefox. (10363) v2.1.0 ✨ Feature...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d967a3dc-3dca-19a6-fa6d-f4486f5eff08
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA9D4:178552:117ACF2:1655DFD:699193BE
html-safe-nonce8f14bda5f0ae79cbe8dbf3188b27ce65cbf075cfb187bf0a3d3326ac1cf72f9b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUQ0OjE3ODU1MjoxMTdBQ0YyOjE2NTVERkQ6Njk5MTkzQkUiLCJ2aXNpdG9yX2lkIjoiOTA0MjUyMTgyMzQ2ODY4ODMxOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac5f15d0e6ca7c882a16b75d336a50841183f04e7e98a71aee8a1d3deae476b731
hovercard-subject-tagpull_request:573333905
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/244/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.12.0 to 2.1.1. Release notes Sourced from mapbox-gl's releases. v2.1.1 🐞 Bug fixes Fixed a font glyphs performance regression on Firefox. (10363) v2.1.0 ✨ Features an...
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/244/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSuperMap%2FiClient-JavaScript%2Fpull%2F244%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%2F244%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/244/files
Reloadhttps://github.com/SuperMap/iClient-JavaScript/pull/244/files
Reloadhttps://github.com/SuperMap/iClient-JavaScript/pull/244/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.1.1https://github.com/SuperMap/iClient-JavaScript/tree/dependabot/npm_and_yarn/mapbox-gl-2.1.1
Conversation 1 https://github.com/SuperMap/iClient-JavaScript/pull/244
Commits 1 https://github.com/SuperMap/iClient-JavaScript/pull/244/commits
Checks 0 https://github.com/SuperMap/iClient-JavaScript/pull/244/checks
Files changed https://github.com/SuperMap/iClient-JavaScript/pull/244/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/244/files
Bump mapbox-gl from 1.12.0 to 2.1.1 https://github.com/SuperMap/iClient-JavaScript/pull/244/files#top
Show all changes 1 commit https://github.com/SuperMap/iClient-JavaScript/pull/244/files
b85049d Bump mapbox-gl from 1.12.0 to 2.1.1 dependabot[bot] Mar 19, 2021 https://github.com/SuperMap/iClient-JavaScript/pull/244/commits/b85049d034c218c85b41c95f1f84dbf596641a6d
Clear filters https://github.com/SuperMap/iClient-JavaScript/pull/244/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/244/files
Please reload this pagehttps://github.com/SuperMap/iClient-JavaScript/pull/244/files
package.jsonhttps://github.com/SuperMap/iClient-JavaScript/pull/244/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/SuperMap/iClient-JavaScript/blob/b85049d034c218c85b41c95f1f84dbf596641a6d/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SuperMap/iClient-JavaScript/pull/244/{{ revealButtonHref }}
https://github.com/SuperMap/iClient-JavaScript/pull/244/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/SuperMap/iClient-JavaScript/pull/244/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.