-
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.8.0-beta.1 #13309
v3.8.0-beta.1 #13309
Commits on Oct 25, 2024
-
Enable
noImplicitOverride
(internal-1885)* Minor cleanup * Enable `noImplicitOverride`
Configuration menu - View commit details
-
Copy full SHA for 067aa0c - Browse repository at this point
Copy the full SHA 067aa0cView commit details -
Bump the eslint-dependencies group with 3 updates (internal-1887)
Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/parser) Updates `typescript-eslint` from 8.7.0 to 8.8.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies ... 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 9dd2267 - Browse repository at this point
Copy the full SHA 9dd2267View commit details -
Bump @types/node from 22.6.1 to 22.7.4 (internal-1888)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.6.1 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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 a740f86 - Browse repository at this point
Copy the full SHA a740f86View commit details -
Bump eslint-plugin-jsdoc from 50.2.4 to 50.3.0 (internal-1889)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.2.4 to 50.3.0. - [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@v50.2.4...v50.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 ca939f8 - Browse repository at this point
Copy the full SHA ca939f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0be3897 - Browse repository at this point
Copy the full SHA 0be3897View commit details -
Fix conflation intersection test causing fill-extrusions to disappear…
… (internal-1892)
Configuration menu - View commit details
-
Copy full SHA for 123357e - Browse repository at this point
Copy the full SHA 123357eView commit details -
Fix env substitution in access token generation (internal-1893)
* Fix ENV substitution in generate-access-token-script.js * fix CSP urls
Configuration menu - View commit details
-
Copy full SHA for 63b8d31 - Browse repository at this point
Copy the full SHA 63b8d31View commit details -
Fix self-overlap of line corners when large line-width is used (inter…
…nal-1884) * Remove sharp corner resampling for rounded and bevel joins * Update expectations
Configuration menu - View commit details
-
Copy full SHA for 764d1ee - Browse repository at this point
Copy the full SHA 764d1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1096baf - Browse repository at this point
Copy the full SHA 1096bafView commit details -
Add uSVG protobuf decoder (internal-1715)
* Add uSVG decoder * Update uSVG parser with new defaults and JSDoc types * Move the decoder test to unit tests
Configuration menu - View commit details
-
Copy full SHA for fafe16d - Browse repository at this point
Copy the full SHA fafe16dView commit details -
Improve internal types (internal-1895)
* Improve typings * drop `textOccludedOpacityMultiplier`
Configuration menu - View commit details
-
Copy full SHA for 19b5549 - Browse repository at this point
Copy the full SHA 19b5549View commit details -
[MAPS3D-1231] Add fill-extrusion-height-alignment and fill-extrusion-…
…base-alignment style spec properties to control fill extrusion layer top/bottom alignment (internal-1886) * Add fill-extrusion-height-alignment style spec property to allow for non-flat roofs (defaults to 'flat') * Add fill-extrusion-base-alignment style spec property to allow for flat base (defaults to 'terrain') * Add tests for possible combinations of new properties
Configuration menu - View commit details
-
Copy full SHA for cbbcba1 - Browse repository at this point
Copy the full SHA cbbcba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5dd237 - Browse repository at this point
Copy the full SHA f5dd237View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85c05bf - Browse repository at this point
Copy the full SHA 85c05bfView commit details -
Render tests to cover dynamic terrain and update of terrain after lin…
…e-trim offset is changed (internal-1901) Related to: https://mapbox.atlassian.net/browse/MAPS3D-1476
Configuration menu - View commit details
-
Copy full SHA for b121367 - Browse repository at this point
Copy the full SHA b121367View commit details -
Bump browserify from 17.0.0 to 17.0.1 (internal-1904)
Bumps [browserify](https://github.com/browserify/browserify) from 17.0.0 to 17.0.1. - [Release notes](https://github.com/browserify/browserify/releases) - [Changelog](https://github.com/browserify/browserify/blob/master/changelog.markdown) - [Commits](browserify/browserify@v17.0.0...v17.0.1) --- updated-dependencies: - dependency-name: browserify 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 e3e319b - Browse repository at this point
Copy the full SHA e3e319bView commit details -
Bump @types/node from 22.7.4 to 22.7.5 (internal-1905)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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 24e54a9 - Browse repository at this point
Copy the full SHA 24e54a9View commit details -
Bump eslint-plugin-jsdoc from 50.3.0 to 50.3.1 (internal-1907)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.0 to 50.3.1. - [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@v50.3.0...v50.3.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 0db690d - Browse repository at this point
Copy the full SHA 0db690dView commit details -
Bump the vitest-dependencies group with 3 updates (internal-1902)
Bumps the vitest-dependencies group with 3 updates: [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/browser` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/browser) Updates `@vitest/ui` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/ui) Updates `vitest` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/browser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies ... 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 37643a9 - Browse repository at this point
Copy the full SHA 37643a9View commit details -
Bump the eslint-dependencies group with 3 updates (internal-1903)
Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser) Updates `typescript-eslint` from 8.8.0 to 8.8.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-dependencies ... 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 6343643 - Browse repository at this point
Copy the full SHA 6343643View commit details -
Bump eslint-plugin-import from 2.30.0 to 2.31.0 (internal-1906)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: eslint-plugin-import 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 8ffb56a - Browse repository at this point
Copy the full SHA 8ffb56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e57a7e5 - Browse repository at this point
Copy the full SHA e57a7e5View commit details -
Bump typescript from 5.6.2 to 5.6.3 (internal-1917)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript 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 7c645ea - Browse repository at this point
Copy the full SHA 7c645eaView commit details -
Bump stylelint from 16.9.0 to 16.10.0 (internal-1916)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.9.0 to 16.10.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.9.0...16.10.0) --- updated-dependencies: - dependency-name: stylelint 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 cf806c2 - Browse repository at this point
Copy the full SHA cf806c2View commit details -
Bump playwright from 1.47.2 to 1.48.0 (internal-1915)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.47.2 to 1.48.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...v1.48.0) --- updated-dependencies: - dependency-name: playwright 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 d20673c - Browse repository at this point
Copy the full SHA d20673cView commit details -
Bump eslint-plugin-jsdoc from 50.3.1 to 50.4.1 (internal-1918)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.3.1 to 50.4.1. - [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@v50.3.1...v50.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 7aa5973 - Browse repository at this point
Copy the full SHA 7aa5973View commit details -
Bump the eslint-dependencies group with 3 updates (internal-1914)
Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/parser) Updates `typescript-eslint` from 8.8.1 to 8.9.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies ... 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 9a83609 - Browse repository at this point
Copy the full SHA 9a83609View commit details -
Bump the vitest-dependencies group with 3 updates (internal-1913)
Bumps the vitest-dependencies group with 3 updates: [@vitest/browser](https://github.com/vitest-dev/vitest/tree/HEAD/packages/browser), [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@vitest/browser` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/browser) Updates `@vitest/ui` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/ui) Updates `vitest` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest) --- updated-dependencies: - dependency-name: "@vitest/browser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vitest-dependencies ... 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 683ba6b - Browse repository at this point
Copy the full SHA 683ba6bView commit details -
Rename NATIVE to TEXTURE_GATHER in shadow prelude (internal-1919)
This doesn't change anything from the GL JS side
Configuration menu - View commit details
-
Copy full SHA for 2cc5b42 - Browse repository at this point
Copy the full SHA 2cc5b42View commit details -
[GLJS-877] Implement Featuresets specification + Interactions API imp…
…rovements (internal-1863) * cleanup qrf parameter types * expose non-root features in queries * expose featuresets * support featuresets in set/removeFeatureState * support featuresets in Interactions API * expose custom feature properties on featuresets * support multiple featuresets referencing the same layer * support featuresets for querySourceFeatures * add properties wrapping for querySourceFeatures featuresets, fix duplicates * rename FeaturesetId to FeaturesetDescriptor * accept single featuresetId instead of multiple in Interactions API * expose point, lngLat, type, target, preventDefault, originalEvent in InteractionEvent * add targetless interaction (propagation to map if no features handled)
Configuration menu - View commit details
-
Copy full SHA for 93f80a8 - Browse repository at this point
Copy the full SHA 93f80a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d377458 - Browse repository at this point
Copy the full SHA d377458View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6583e5 - Browse repository at this point
Copy the full SHA a6583e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6fd404 - Browse repository at this point
Copy the full SHA c6fd404View commit details -
[MAPS3D-1488] Initial precipitation support (internal-1912)
Introduce two new effects and corresponding root properties: rain & snow. Effects are in experimental state meaning they are not available in prod builds and can be set from native only. gl-js code is done for fast prototyping and development.
Configuration menu - View commit details
-
Copy full SHA for 89c10ce - Browse repository at this point
Copy the full SHA 89c10ceView commit details -
[GLJS-1049] Fix feature state getter during tile bucket update (inter…
…nal-1925) * [GLJS-1049] Fix feature state getter during tile bucket update * Tile#setFeatureState -> Tile#refreshFeatureState
Configuration menu - View commit details
-
Copy full SHA for 378187d - Browse repository at this point
Copy the full SHA 378187dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a49b63 - Browse repository at this point
Copy the full SHA 0a49b63View commit details -
Bump eslint-plugin-jsdoc from 50.4.1 to 50.4.3 (internal-1933)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 50.4.1 to 50.4.3. - [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@v50.4.1...v50.4.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc 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 6cc1d57 - Browse repository at this point
Copy the full SHA 6cc1d57View commit details -
Bump playwright from 1.48.0 to 1.48.1 (internal-1931)
Bumps [playwright](https://github.com/microsoft/playwright) from 1.48.0 to 1.48.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.48.0...v1.48.1) --- updated-dependencies: - dependency-name: playwright 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 9dead1d - Browse repository at this point
Copy the full SHA 9dead1dView commit details -
Bump the eslint-dependencies group with 3 updates (internal-1930)
Bumps the eslint-dependencies group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.9.0 to 8.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.9.0 to 8.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/parser) Updates `typescript-eslint` from 8.9.0 to 8.11.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies ... 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 2be0ea8 - Browse repository at this point
Copy the full SHA 2be0ea8View commit details -
Bump @types/node from 22.7.5 to 22.7.7 (internal-1932)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.7.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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 0b4fa5f - Browse repository at this point
Copy the full SHA 0b4fa5fView commit details -
Bump @rollup/plugin-commonjs in the rollup-dependencies group (intern…
…al-1929) Bumps the rollup-dependencies group with 1 update: [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs). Updates `@rollup/plugin-commonjs` from 28.0.0 to 28.0.1 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.1/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rollup-dependencies ... 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 d863bfc - Browse repository at this point
Copy the full SHA d863bfcView commit details -
[MAPS3D-1423][MAPS3D-1458] Introduce line-cross-slope and line-elevat…
…ion-reference properties to control how elevated lines work (internal-1909) * Fix issues with existing elevated lines implementation * Add properties line-cross-slope and line-elevation-reference * Add numeric array interpolation support to at-expression * Implement line-cross-slope property * Remove elevation sampling when using elevation reference 'sea' * Restore DepthMode.ReadOnly for elevated lines * Update render tests * Fix issue with 'fakeround' line join * Fix variable redefinition error * Fix formatting issues * Fix render issues at tile borders * Fix tile border issues * Fix bevel for elevated lines * Fix line-join rendering issues for elevated lines * Fix line-gradient for tessellated lines * Copy existing line render tests to elevated lines * Ignore elevated lines render tests related to known issues * Add render tests * Update property descriptions (v8.json) * Update style-spec for line-elevation-reference * Update how line-z-offset works with line-elevation-reference * Update render tests after making line-elevation-reference a layout property * Remove #elif directives * Fix merge conflict in line bucket * Adjust zbias factor * Update render tests after zbias change * Address PR review issues
Configuration menu - View commit details
-
Copy full SHA for fc8671f - Browse repository at this point
Copy the full SHA fc8671fView commit details -
Upgrade MRT library (internal-1936)
* Upgrade mrt.esm.js library * Disable eslint
Configuration menu - View commit details
-
Copy full SHA for d11030a - Browse repository at this point
Copy the full SHA d11030aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eda65a6 - Browse repository at this point
Copy the full SHA eda65a6View commit details -
[GLJS-844] Fixes RasterArray, set sampler2D to highp (internal-1938)
* fix precision bug by setting the precision (of the uniform sampler2D of raster-array-band) to highp * Fix broken RasterArray feature, by expliciting the precision of the sampler2D (of the image band data), to highp
Configuration menu - View commit details
-
Copy full SHA for 7d6cad5 - Browse repository at this point
Copy the full SHA 7d6cad5View commit details -
[GLJS-1050] Align Featureset API with Native (internal-1928)
--------- Co-authored-by: Ivan Persidsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 253f2e1 - Browse repository at this point
Copy the full SHA 253f2e1View commit details -
[GLJS-1013] Fix rendering of Osage script; don't fail on non-renderab…
…le characters (internal-1935) * silently ignore characters outside of UTF16 range instead of error * support Osage script with local font rendering * iterate over code points to handle text outside UTF16 range properly * add a render test for ignoring non-renderable chars
Configuration menu - View commit details
-
Copy full SHA for f27c898 - Browse repository at this point
Copy the full SHA f27c898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab0e67 - Browse repository at this point
Copy the full SHA 5ab0e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa70264 - Browse repository at this point
Copy the full SHA fa70264View commit details