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

Fix SDK support section of symbol-sort-key docs (base: publisher-production) #8499

Closed
wants to merge 34 commits into from

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    e8b8887 View commit details
    Browse the repository at this point in the history
  2. Explicit source options overwrite (#8232)

    explicit source options take precedence over TileJSON
    jingsam authored and Asheem Mamoowala committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    7a264a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    5d72c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    0c931d8 View commit details
    Browse the repository at this point in the history
  2. use browser Cache interface to cache tiles (#8363)

    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.
    ansis authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    500320f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    87ed741 View commit details
    Browse the repository at this point in the history
  2. fix cache support check for enforcing size limit

    This was throwing errors in browsers that don't support the cache api
    but wasn't previously noticed because it was not breaking anything.
    ansis committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e866493 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. fix Response construction in Edge, fix #8391 (#8392)

    Edge does not support constructing responses with readable streams.
    ansis authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    40c55ce View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Add sdk support spec section for text-radial-offset (#8384)

    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).
    pozdnyakov authored and Asheem Mamoowala committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    53a87db View commit details
    Browse the repository at this point in the history
  2. Update integration test documentation (#8402)

    More explicit/correct instructions for running & writing render tests
    Anjana Sofia Vakil authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    97a78c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Configuration menu
    Copy the full SHA
    dd5dcd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. fix #8411, fetch in case of cache error (#8415)

    * fix #8411, fetch in case of cache error
    
    * Use warnOnce
    ansis authored and Asheem Mamoowala committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    70087e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Add optional visualizePitch option for NavigationControl and add touc…

    …h support for pitching with compass icon (#8296)
    
    * Add resetNorthPitch for pitch control
    
    * Add optional pitch visualization + touch support
    
    * Add touch support and synthetic touch click
    
    * Add doc and return this
    
    * Don't use passive: false for mousedown
    
    * Fix issue with clicking didn't finalize dragging
    
    * Use _prevPos instead of _startPos
    
    * Fix lint issues
    
    * Fix flow issues
    pakastin authored and mourner committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    c8a2627 View commit details
    Browse the repository at this point in the history
  2. v1.1.0

    * v1.1.0-beta.1 (#8353)
    
    * Update CHANGELOG.md for v1.1.0-beta.1 release
    * Bump package.json version to 1.1.0-beta.1
    
    * v1.1.0 & [email protected] (#8408)
    
    * Update style-spec version & changelog for [email protected]
    
    - 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
    ahk authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e7a6286 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    a6b4463 View commit details
    Browse the repository at this point in the history
  2. Optimize benchmark_view build & update rollup deps (#8422)

    * upgrade rollup deps
    
    * optimize bench view build
    
    * fix up benchmarks_view build
    mourner authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    8d8ac20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94598e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Make requirements for text offset props more precise (#8418)

    * Make requirements for text offset props more precise
    
    * Overriding text properties have fewer requirements
    Derek Lieu authored and mourner committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d75dfa8 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    b5b3911 View commit details
    Browse the repository at this point in the history
  2. Enable combinations/fill-extrusion-translucent--background-opaque

    and combinations/fill-extrusion-translucent--fill-opaque tests.
    
    Related to #5831
    astojilj committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    86ac0dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20c9090 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. map-specific access token (#8364)

    * add map-specific token functionality
    
    * add debug
    
    * test failing condition
    
    * documentation
    
    * lint
    
    * stow custom access token in config
    
    * lint
    
    * wrap
    
    * stow local token in requestmanager
    
    * simplify custom token passing
    
    * flow typing
    
    * lint
    
    * fix lint
    
    * wrap
    
    * restore conditional
    
    * pass lint
    
    * custom tokens in attribution
    petersirota authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    48af940 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Add check for startPos to fix #7864 (#8462)

    * Add check for startPos to fix #7864
    
    * add test
    msbarry authored and mourner committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    718fba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be7e27f View commit details
    Browse the repository at this point in the history
  3. Fix Codegen to remove extraneous newlines.

    Asheem Mamoowala committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    6fdbdeb View commit details
    Browse the repository at this point in the history
  4. Add eslint rule to disallow multiple newlines

    Asheem Mamoowala committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    06553be View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    2ce452d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Favor previous anchor only when still available

    Asheem Mamoowala committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8e77fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9686c View commit details
    Browse the repository at this point in the history
  3. fix race condition between caching and aborting (#8472)

    fix #8470, continuous memory usage growth
    ansis authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    4e3a785 View commit details
    Browse the repository at this point in the history
  4. fix #8481, unbounded memory growth in IE (#8490)

    Cancellable requests to workers should never call back after they have
    been cancelled.
    ansis authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b5c9020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bd3ea6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    c214cfc View commit details
    Browse the repository at this point in the history
  2. add sdk support docs for symbol-sort-key property

    fix iOS version
    chloekraw committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    299e9ab View commit details
    Browse the repository at this point in the history