-
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.1.0 (bug fixes, performance improvements and new style properties) #13047
Commits on Jan 18, 2024
-
Clean up shaders (GLSL 3.0, more specific preludes, removing legacy d…
…efines) (internal-1009) * move linear to sRGB conversion to more specific shaders * remove wireframe prelude from vertex shaders * move constants from prelude to specific places * move dither to fog prelude * remove duplicate code in terrain prelude * remove some legacy (WebGL1) shader branches * texture2D/textureCube -> texture * gl_FragColor -> explicitly defined glFragColor * attribute -> in * fragment varying -> in * fixup shader attributes * fixup * vertex varying -> out * remove legacy precision qualifiers * fixup shaders minification * fixup after merge * fixup * fixup
Configuration menu - View commit details
-
Copy full SHA for 4c10d8d - Browse repository at this point
Copy the full SHA 4c10d8dView commit details -
Bump postcss from 8.4.32 to 8.4.33 (internal-1032)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.32 to 8.4.33. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.32...8.4.33) --- updated-dependencies: - dependency-name: postcss 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>
Configuration menu - View commit details
-
Copy full SHA for 6d05e5f - Browse repository at this point
Copy the full SHA 6d05e5fView commit details -
Bump puppeteer-core from 21.6.1 to 21.7.0 (internal-1031)
Bumps [puppeteer-core](https://github.com/puppeteer/puppeteer) from 21.6.1 to 21.7.0. - [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-v21.6.1...puppeteer-core-v21.7.0) --- 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>
Configuration menu - View commit details
-
Copy full SHA for f152136 - Browse repository at this point
Copy the full SHA f152136View commit details -
Bump cssnano from 6.0.2 to 6.0.3 (internal-1029)
Bumps [cssnano](https://github.com/cssnano/cssnano) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@6.0.3) --- updated-dependencies: - dependency-name: cssnano 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>
Configuration menu - View commit details
-
Copy full SHA for 90dc892 - Browse repository at this point
Copy the full SHA 90dc892View commit details -
Bump eslint-plugin-jsdoc from 47.0.2 to 48.0.2 (internal-1030)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 47.0.2 to 48.0.2. - [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@v47.0.2...v48.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d967627 - Browse repository at this point
Copy the full SHA d967627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a757bf - Browse repository at this point
Copy the full SHA 8a757bfView commit details -
[MAPS3D-1099] Disable terrain and hillshade if there is noise in the …
…Canvas2D operations used for image decoding (internal-975) * [MAPS3D-1099] Workaround terrain spikes on Safari version above 17 and private mode * Calculate disableDEMTilesWorkaround only when setting Terrain * Check for OffscreenCanvas support * Add warning --------- Co-authored-by: Stepan Kuzmin <[email protected]> Co-authored-by: Volodymyr Agafonkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91f422d - Browse repository at this point
Copy the full SHA 91f422dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0dde83 - Browse repository at this point
Copy the full SHA a0dde83View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ad74c - Browse repository at this point
Copy the full SHA a1ad74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c58a08 - Browse repository at this point
Copy the full SHA 9c58a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e9d74 - Browse repository at this point
Copy the full SHA a2e9d74View commit details -
Removed macos sdk version: it's not being displayed in the docs and s…
…ometimes contains non-existing version like 11.0.0
Configuration menu - View commit details
-
Copy full SHA for 689029d - Browse repository at this point
Copy the full SHA 689029dView commit details -
Add emission strength support for 3D model layers using 2D sources as…
… a layer global value. Measure-light expressions are allowed if they are not data driven (internal-1045)
Configuration menu - View commit details
-
Copy full SHA for 1c5b96f - Browse repository at this point
Copy the full SHA 1c5b96fView commit details -
Symbol icon saturation (internal-1033)
* symbol icon saturation * render test * raise test threshold
Configuration menu - View commit details
-
Copy full SHA for 1130a07 - Browse repository at this point
Copy the full SHA 1130a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for b278045 - Browse repository at this point
Copy the full SHA b278045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94099bb - Browse repository at this point
Copy the full SHA 94099bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a7dbb - Browse repository at this point
Copy the full SHA 59a7dbbView commit details -
Bump tape from 5.7.2 to 5.7.3 (internal-1049)
Bumps [tape](https://github.com/ljharb/tape) from 5.7.2 to 5.7.3. - [Changelog](https://github.com/ljharb/tape/blob/master/CHANGELOG.md) - [Commits](tape-testing/tape@v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: tape 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>
Configuration menu - View commit details
-
Copy full SHA for e279511 - Browse repository at this point
Copy the full SHA e279511View commit details -
[GLJS-592] Allow
null
in TerrainSpecification to override terrain i……n imports (internal-1038) * Allow `null` in TerrainSpecification to override terrain in imports * Add unit and render tests * Don't propagate mock terrain to the stylesheet * Fail if Style Spec property is marked as `required` and `optional` at the same time
Configuration menu - View commit details
-
Copy full SHA for 7727f7d - Browse repository at this point
Copy the full SHA 7727f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2b66d - Browse repository at this point
Copy the full SHA 9e2b66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9883d - Browse repository at this point
Copy the full SHA ce9883dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eed522 - Browse repository at this point
Copy the full SHA 5eed522View commit details -
[GLJS-413] Evolving basemap fixes for config options evaluation (inte…
…rnal-1048) * type style configs * pass both default and value to config evaluation for proper fallback * fix unit tests * fix render tests * fix lint * coerce config option values according to schema * fix CompoundExpression to survive worker transfer * add render tests for schema validation * avoid in-place modification in setConfigProperty to fix transitions
Configuration menu - View commit details
-
Copy full SHA for 5e1ab95 - Browse repository at this point
Copy the full SHA 5e1ab95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 412793e - Browse repository at this point
Copy the full SHA 412793eView commit details -
* v3.1.0 --------- Co-authored-by: Volodymyr Agafonkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d882740 - Browse repository at this point
Copy the full SHA d882740View commit details