This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
128da90
commit 8aaffd7
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mapbox-gl-js
updated
24 files
+5 −1 | .circleci/config.yml | |
+5 −4 | bench/gl-stats.js | |
+22 −17 | build/check-bundle-size.js | |
+31 −6 | debug/rtl.html | |
+1 −0 | package.json | |
+2 −1 | postcss.config.js | |
+14 −4 | src/data/bucket/symbol_bucket.js | |
+2 −0 | src/index.js | |
+99 −33 | src/source/rtl_text_plugin.js | |
+15 −0 | src/source/tile.js | |
+10 −0 | src/source/vector_tile_source.js | |
+15 −7 | src/source/worker.js | |
+18 −0 | src/style-spec/expression/types/formatted.js | |
+27 −11 | src/style/style.js | |
+0 −1 | src/types/window.js | |
+12 −10 | src/util/ajax.js | |
+17 −5 | src/util/script_detection.js | |
+12 −0 | src/util/util.js | |
+9 −0 | src/util/window.js | |
+2 −1 | test/ignores.json | |
+ − | test/integration/render-tests/text-variable-anchor/all-anchors-tile-map-mode/expected.png | |
+65 −0 | test/integration/render-tests/text-variable-anchor/all-anchors-tile-map-mode/style.json | |
+45 −9 | test/unit/style/style.test.js | |
+24 −0 | test/unit/util/ajax.test.js |