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 publisher-production into master #8519

Merged
merged 31 commits into from
Jul 19, 2019
Merged

Conversation

peterqliu
Copy link
Contributor

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page
  • tagged @mapbox/studio and/or @mapbox/maps-design if this PR includes style spec changes
  • tagged @mapbox/gl-native if this PR includes shader changes or needs a native port

Katy DeCorah and others added 30 commits June 13, 2019 16:42
* update dr-ui, mr-ui

* add search component

* adjust columns to prevent overlap
* Update CHANGELOG.md for v1.1.0-beta.1 release
* Bump package.json version to 1.1.0-beta.1
* do not index /api sidebar

* exclude code snippets in examples from being indexed

* Update docs-page-shell

* update dr-ui, react, react-dom

* adjust columns to fit search and navigation better
* remove Add a raster tile source example

* revert "remove Add a raster tile source example"

This reverts commit ea8bf28.

* add third-party tiles to map-tiles example

* fix attribution

* rm unused var
* add ios sdk link per comment from stephen g

* add new link from minh and reword
Recent pricing changes introduced a `sku=` query parameter that changes with every map load. This defeats the browser's ability to cache these tiles. We're working around that by implementing our own caching with the new `Cache` api.

- skips caching tiles that expire soon
- only caches mapbox tiles (no 3rd party tiles, styles, etc because the browser should cache these fine)
- does not work in IE, Safari

Browser tests can be found in debug/cache_api.html

mapboxgl.clearStorage added to provide a way to clear the cache.
This was throwing errors in browsers that don't support the cache api
but wasn't previously noticed because it was not breaking anything.
* mapbox-gl-geocoder@v4.4.0

* add one more file to  v4.4.0
Edge does not support constructing responses with readable streams.
This PR also assigns SDK versions for the `text-variable-anchor`
property (both `text-variable-anchor` and `text-radial-offset`
are the parts of the variable text placement feature).
* fix #8411, fetch in case of cache error

* Use warnOnce
* Update style-spec version & changelog for style-spec@13.7.1

- Update style-spec/CHANGELOG.md to add bugfix items
- Bump style-spec/package.json version to 13.7.1 (patch)

* Update mapbox-gl package version to 1.1.0 for final release

* Add missing style-spec changelog entry
Cancellable requests to workers should never call back after they have
been cancelled.
@ahk ahk force-pushed the sync-publisher-production branch from 99dc80a to 3134834 Compare July 19, 2019 21:45
Copy link
Contributor

@ahk ahk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@peterqliu peterqliu merged commit 50c1ca6 into master Jul 19, 2019
"text-field"
"text-field",
{
"!" : "text-offset"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is wrong

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ryanhamley say more? this addition seems like something we'd want to keep, no?

ryanhamley pushed a commit that referenced this pull request Jul 19, 2019
ryanhamley pushed a commit that referenced this pull request Jul 19, 2019
* Revert "Fix accidental reversion of text-radial-offset style-spec (#8521)"

This reverts commit ee025ea.

* Revert "merge publisher-production into master (#8519)"

This reverts commit 50c1ca6.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.