summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-11-14 14:53:21 -0800
committerGitHub <noreply@github.com>2016-11-14 14:53:21 -0800
commitdbd22357441ec66c46cc7e46a01ed114a18f685c (patch)
tree7f4af9a1276139863b6828b6f7ea152fd5b954a9 /package.json
parent1c79147a84fe9f852fa21bcf5629f490e8e2a8bf (diff)
downloadqtlocation-mapboxgl-dbd22357441ec66c46cc7e46a01ed114a18f685c.tar.gz
[core] Line-break ideographic text by character (#6828)
* [core] Line-break ideographic text by character Allow a line break to be inserted after any supported Chinese, Japanese, or Yi character in a point-placed label. Balance the lines unless non-ideographic text such as Latin letters are present. Fixes #1223. * [core] Moved more character classing into util::i18n * [core] Detect character properties by Unicode block * [test] Reenabled ideographic breaking tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index c598a9472d..a6e8b5c83d 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"lodash": "^4.16.4",
"mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#ec891ce5360e488d81f60991f95d2038b83c4e3c",
"mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#7f62a4fc9f21e619824d68abbc4b03cbc1685572",
- "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#af9ee275f19e81f839a2733e6906c3fac272620e",
+ "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#2f6453e17cd3d17ab2ff677056f65b9cab70f2e8",
"mkdirp": "^0.5.1",
"node-cmake": "^1.2.1",
"request": "^2.72.0",