diff --git a/.circleci/config.yml b/.circleci/config.yml index 87f3e61ab30..a42108f12c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -381,10 +381,9 @@ jobs: steps: - attach_workspace: at: ~/ - - browser-tools/install-browser-tools: - chrome-version: 91.0.4472.164 - - run: yarn run build-dev + - browser-tools/install-browser-tools - run: yarn run build-token + - run: yarn run build-dev - run: name: Test Chrome environment: @@ -488,7 +487,7 @@ jobs: $uri = "https://dl.google.com/chrome/install/latest/chrome_installer.exe"; $path = "$PSScriptRoot\ChromeSetup.exe"; Invoke-WebRequest -Uri $uri -OutFile $path; - Start-Process $path /install -NoNewWindow -Wait; + Start-Process $path /install -NoNewWindow -Wait; Remove-Item $path; $chromeInstalled = (Get-Item (Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\chrome.exe').'(Default)').VersionInfo; diff --git a/CHANGELOG.md b/CHANGELOG.md index 169bb2cd871..aac4d3ac0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.12.1 + +## Bug fixes 🐞 + +* Fix a rare bug where certain diacritical characters could break rendering of a symbol layer. ([#12554](https://github.com/mapbox/mapbox-gl-js/pull/12554)) + ## 2.12.0 ## Features ✨ and improvements 🏁 diff --git a/package.json b/package.json index 285ccb66d06..b3adcdd42a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.12.0", + "version": "2.12.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt", @@ -15,7 +15,7 @@ "@mapbox/jsonlint-lines-primitives": "^2.0.2", "@mapbox/mapbox-gl-supported": "^2.0.1", "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^2.0.5", + "@mapbox/tiny-sdf": "^2.0.6", "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^1.3.1", "@mapbox/whoots-js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 230330ed784..dc2f12c0977 100644 --- a/yarn.lock +++ b/yarn.lock @@ -507,10 +507,10 @@ resolved "https://registry.yarnpkg.com/@mapbox/sphericalmercator/-/sphericalmercator-1.2.0.tgz#55d4896be906bfff859e22a1d72267329a0fff90" integrity sha512-ZTOuuwGuMOJN+HEmG/68bSEw15HHaMWmQ5gdTsWdWsjDe56K1kGvLOK6bOSC8gWgIvEO0w6un/2Gvv1q5hJSkQ== -"@mapbox/tiny-sdf@^2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@mapbox/tiny-sdf/-/tiny-sdf-2.0.5.tgz#cdba698d3d65087643130f9af43a2b622ce0b372" - integrity sha512-OhXt2lS//WpLdkqrzo/KwB7SRD8AiNTFFzuo9n14IBupzIMa67yGItcK7I2W9D8Ghpa4T04Sw9FWsKCJG50Bxw== +"@mapbox/tiny-sdf@^2.0.6": + version "2.0.6" + resolved "https://registry.yarnpkg.com/@mapbox/tiny-sdf/-/tiny-sdf-2.0.6.tgz#9a1d33e5018093e88f6a4df2343e886056287282" + integrity sha512-qMqa27TLw+ZQz5Jk+RcwZGH7BQf5G/TrutJhspsca/3SHwmgKQ1iq+d3Jxz5oysPVYTGP6aXxCo5Lk9Er6YBAA== "@mapbox/unitbezier@^0.0.1": version "0.0.1"