Skip to content
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

Merge branch 'publisher-production' #8305

Merged
merged 29 commits into from
May 30, 2019
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3a871e7
Set default thumbnail for examples page for development (#8025)
katydecorah Mar 21, 2019
d0649cb
v0.54.0-beta.1 (#8084)
mourner Mar 26, 2019
9dd9f00
CP removeFeatureState fix (#8090)
Mar 29, 2019
1f38321
v0.54.0 (#8115)
mourner Apr 3, 2019
797527a
Example for `fill-pattern` (#8022)
hormesiel Apr 8, 2019
0438e5e
move docs dependencies to dev (#8121) (#8129)
mourner Apr 9, 2019
6e6a005
Mapbox-gl-geocoder v4 examples (#8053)
Apr 9, 2019
2b195dc
Studio does support rtl plugin (#8135)
samanpwbb Apr 9, 2019
b32d2ce
Update comment for setRTLTextPlugin (#8143)
HeyStenson Apr 12, 2019
8af8aca
update one more frame after canvas source paused (#8130) (#8163)
mourner Apr 17, 2019
2d9001e
Bugfix - removeFeatureState fails with target.id === 0 (#8150) (#8164)
mourner Apr 17, 2019
428480a
v0.54.0-beta.2 (#8166)
mourner Apr 18, 2019
2aaab27
[docs] meta updates for search (#8142)
katydecorah Apr 22, 2019
c6e1be7
[docs] token refactor in docs-page-shell (#8174)
katydecorah Apr 23, 2019
38e555e
[docs] token refactor in docs-page-shell (#8174) (#8181)
mourner Apr 24, 2019
c3f20b3
Fix disappearing controls in Safari 12+ (#8193) (#8194)
mourner Apr 25, 2019
48dce18
v0.54.0 (take two) (#8184)
mourner Apr 25, 2019
353dc34
Merge branch 'release-liquid' into publisher-production
mourner Apr 25, 2019
b26fcc5
fix imagery endpoint on WMS example (#8203)
Apr 26, 2019
9781993
mapbox-gl-geocoder@v4.2.0 (#8212)
May 1, 2019
1493081
[docs] add trailing slash to `pathname` so resolved URL matches the c…
May 8, 2019
229b71d
Update documentation.yml (#8230)
erictheise May 8, 2019
845433b
update mapbox-gl-geocoder to v4.3.0 (#8231)
May 17, 2019
2dbd0dd
@mapbox/mapbox gl style spec@13.7.0 (#8264)
tristen May 20, 2019
0b99b23
Add sku token to Mapbox API tile requests (#14) (#8276)
ryanhamley May 22, 2019
9fcf20e
v1.0.0 (#8277)
May 22, 2019
2b4713d
Merge branch 'release-mojito' into publisher-production
May 22, 2019
b5441bc
[docs] update docs-page-shell (#8254)
May 28, 2019
509fe2a
Merge branch 'publisher-production'
May 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Studio does support rtl plugin (#8135)
  • Loading branch information
samanpwbb authored Apr 9, 2019
commit 2b195dc860c14dd9c640d7b3f26d3f02b77dc744
4 changes: 2 additions & 2 deletions docs/pages/example/mapbox-gl-rtl-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Add support for right-to-left scripts
description: >-
Use the [mapbox-gl-rtl-text](https://github.com/mapbox/mapbox-gl-rtl-text)
plugin to support scripts that use right-to-left layout (such as Arabic or
Hebrew). Note that Mapbox Studio does not yet support RTL text.
plugin to support scripts that use right-to-left layout such as Arabic or
Hebrew. The Mapbox Studio style editor loads this plugin by default.
tags:
- internationalization
pathname: /mapbox-gl-js/example/mapbox-gl-rtl-text/
Expand Down