-
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
Merge branch 'publisher-production' #8305
Commits on Mar 21, 2019
-
Set default thumbnail for examples page for development (#8025)
* Set default thumbnail * Add a little guidance about creating example images * creates placeholder.png
Configuration menu - View commit details
-
Copy full SHA for 3a871e7 - Browse repository at this point
Copy the full SHA 3a871e7View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0649cb - Browse repository at this point
Copy the full SHA d0649cbView commit details
Commits on Mar 29, 2019
-
CP removeFeatureState fix (#8090)
* Empty out features whose states have been removed instead of removing the feature object. This allows updating the buffers for features whose state has been removed, but also requires keep track of previously removed features. * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 9dd9f00 - Browse repository at this point
Copy the full SHA 9dd9f00View commit details
Commits on Apr 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1f38321 - Browse repository at this point
Copy the full SHA 1f38321View commit details
Commits on Apr 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 797527a - Browse repository at this point
Copy the full SHA 797527aView commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0438e5e - Browse repository at this point
Copy the full SHA 0438e5eView commit details -
Mapbox-gl-geocoder v4 examples (#8053)
* add geocoder custom render example * language localize example * Update marker demo to use built-in marker function * remove proximity bias for gl-geocoder example because this is now default behavior * update point from geocode demo to set custom marker color * update examples to use new mapbox-gl-geocoder API options * lint new examples * Update examples to gl-geocoder 4.0.0 api * Options should be added to the geocoder, not the map * lint examples * remove templating syntax * lint fixes * @katydecorah 's code review fixes
Scott Farley authoredApr 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 6e6a005 - Browse repository at this point
Copy the full SHA 6e6a005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b195dc - Browse repository at this point
Copy the full SHA 2b195dcView commit details
Commits on Apr 12, 2019
-
Update comment for setRTLTextPlugin (#8143)
* update comment for setRTLTextPlugin * clarify wording in example
Configuration menu - View commit details
-
Copy full SHA for b32d2ce - Browse repository at this point
Copy the full SHA b32d2ceView commit details
Commits on Apr 17, 2019
-
update one more frame after canvas source paused (#8130) (#8163)
* update one more frame after canvas source paused Calling `canvasSource.pause()` lets us know we can stop pulling in updates from it. Since it is possible that changes were made to the canvas source since the last render we should pull in one more update before stopping. This also lets you call play and pause immediately to render just one frame: ctx.fillRect(10, 10, 50, 50); canvasSource.play(); canvasSource.pause(); * add test * don't render changes made after canvasSource.pause() * optimize * optimize
Configuration menu - View commit details
-
Copy full SHA for 8af8aca - Browse repository at this point
Copy the full SHA 8af8acaView commit details -
Bugfix - removeFeatureState fails with target.id === 0 (#8150) (#8164)
* Fix an edge case where 0 target.id would fail to clear the feature state * Check for number & string explicitly * Add tests for 0 feature ID * Fix logical check
Configuration menu - View commit details
-
Copy full SHA for 2d9001e - Browse repository at this point
Copy the full SHA 2d9001eView commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 428480a - Browse repository at this point
Copy the full SHA 428480aView commit details
Commits on Apr 22, 2019
-
[docs] meta updates for search (#8142)
* update docs-page-shell, update page-shell; update page meta * Update react-page-shell.js * remove contentType from examples page * Update react-page-shell.js * Update react-page-shell.js
Configuration menu - View commit details
-
Copy full SHA for 2aaab27 - Browse repository at this point
Copy the full SHA 2aaab27View commit details
Commits on Apr 23, 2019
-
[docs] token refactor in docs-page-shell (#8174)
* Update page-shell-script.js * do not force production page shell * remove hardcoded token from example, add unit test to look for access token in example html files
Configuration menu - View commit details
-
Copy full SHA for c6e1be7 - Browse repository at this point
Copy the full SHA c6e1be7View commit details
Commits on Apr 24, 2019
-
[docs] token refactor in docs-page-shell (#8174) (#8181)
* Update page-shell-script.js * do not force production page shell * remove hardcoded token from example, add unit test to look for access token in example html files
Configuration menu - View commit details
-
Copy full SHA for 38e555e - Browse repository at this point
Copy the full SHA 38e555eView commit details
Commits on Apr 25, 2019
-
Fix disappearing controls in Safari 12+ (#8193) (#8194)
* workaround for a Safari 12 bug with disappearing controls * fix css lint
Configuration menu - View commit details
-
Copy full SHA for c3f20b3 - Browse repository at this point
Copy the full SHA c3f20b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48dce18 - Browse repository at this point
Copy the full SHA 48dce18View commit details -
Merge branch 'release-liquid' into publisher-production
* release-liquid: (84 commits) v0.54.0 (take two) (#8184) Fix disappearing controls in Safari 12+ (#8193) (#8194) [docs] token refactor in docs-page-shell (#8174) (#8181) v0.54.0-beta.2 (#8166) Bugfix - removeFeatureState fails with target.id === 0 (#8150) (#8164) update one more frame after canvas source paused (#8130) (#8163) move docs dependencies to dev (#8121) (#8129) v0.54.0 (#8115) CP removeFeatureState fix (#8090) v0.54.0-beta.1 (#8084) Allow setStyle diff by default with localIdeographFontFamily on (#8081) Upgrade various (mostly dev) deps, downgrade GL (#8078) Fix default marker positioning (#8074) Use @mapbox/gazetteer for benchmark coordinates (#8063) bump react-dom to v16.3.3 to fix minor vulnerability warning Fix and refactor the benchmark suite (#8066) Add max width for popups (#7906) Extrusions: Do not try to triangulate non-polygon type features (#7685) docs fixes after the merge limit flow max_workers and upgrade to v0.95.1 (#8061) ...
Configuration menu - View commit details
-
Copy full SHA for 353dc34 - Browse repository at this point
Copy the full SHA 353dc34View commit details
Commits on Apr 26, 2019
-
fix imagery endpoint on WMS example (#8203)
Katy DeCorah authoredApr 26, 2019 Configuration menu - View commit details
-
Copy full SHA for b26fcc5 - Browse repository at this point
Copy the full SHA b26fcc5View commit details
Commits on May 1, 2019
-
Scott Farley authored
May 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 9781993 - Browse repository at this point
Copy the full SHA 9781993View commit details
Commits on May 8, 2019
-
[docs] add trailing slash to
pathname
so resolved URL matches the c……anonical (#8228)
Katy DeCorah authoredMay 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 1493081 - Browse repository at this point
Copy the full SHA 1493081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 229b71d - Browse repository at this point
Copy the full SHA 229b71dView commit details
Commits on May 17, 2019
-
update mapbox-gl-geocoder to v4.3.0 (#8231)
Scott Farley authoredMay 17, 2019 Configuration menu - View commit details
-
Copy full SHA for 845433b - Browse repository at this point
Copy the full SHA 845433bView commit details
Commits on May 20, 2019
-
@mapbox/mapbox gl style [email protected] (#8264)
* Prepare @mapbox/[email protected] * Add changelog of relevant items
Configuration menu - View commit details
-
Copy full SHA for 2dbd0dd - Browse repository at this point
Copy the full SHA 2dbd0ddView commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b99b23 - Browse repository at this point
Copy the full SHA 0b99b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fcf20e - Browse repository at this point
Copy the full SHA 9fcf20eView commit details -
Merge branch 'release-mojito' into publisher-production
ryanhamley committedMay 22, 2019 Configuration menu - View commit details
-
Copy full SHA for 2b4713d - Browse repository at this point
Copy the full SHA 2b4713dView commit details
Commits on May 28, 2019
-
[docs] update docs-page-shell (#8254)
* fix pathname * Update react-page-shell.js
Katy DeCorah authoredMay 28, 2019 Configuration menu - View commit details
-
Copy full SHA for b5441bc - Browse repository at this point
Copy the full SHA b5441bcView commit details
Commits on May 29, 2019
-
Merge branch 'publisher-production'
Anjana Vakil committedMay 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 509fe2a - Browse repository at this point
Copy the full SHA 509fe2aView commit details