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

Add "data" event #3255

Merged
merged 21 commits into from
Sep 29, 2016
Merged

Add "data" event #3255

merged 21 commits into from
Sep 29, 2016

Commits on Sep 27, 2016

  1. source.change -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    2106db6 View commit details
    Browse the repository at this point in the history
  2. source.load -> sourceload & data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    24efa54 View commit details
    Browse the repository at this point in the history
  3. style.change -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    3e4e80e View commit details
    Browse the repository at this point in the history
  4. style.load -> data, styleload

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    fd04e20 View commit details
    Browse the repository at this point in the history
  5. tile.add -> dataloading

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    702df69 View commit details
    Browse the repository at this point in the history
  6. tile.load -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    73bf845 View commit details
    Browse the repository at this point in the history
  7. tile.remove -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    d44480d View commit details
    Browse the repository at this point in the history
  8. Unrename "source.load" and "style.load"

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    0650f8d View commit details
    Browse the repository at this point in the history
  9. source.add & source.remove -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    58e0a6b View commit details
    Browse the repository at this point in the history
  10. layer.add & layer.remove -> data

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    4abeca4 View commit details
    Browse the repository at this point in the history
  11. Remove isDataRemoved flag

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    04ddd41 View commit details
    Browse the repository at this point in the history
  12. Add documentation for "data" event

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    7e60cc6 View commit details
    Browse the repository at this point in the history
  13. Fix setDataPerf benchmark utility

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    56a1efc View commit details
    Browse the repository at this point in the history
  14. Minor doc fix

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    506014d View commit details
    Browse the repository at this point in the history
  15. Add docs for dataloading event

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    ef4f8b7 View commit details
    Browse the repository at this point in the history
  16. merge 'sprite' and 'style' into 'style'

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    8e9c10f View commit details
    Browse the repository at this point in the history
  17. merge all several types into 'source'

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    6d71d52 View commit details
    Browse the repository at this point in the history
  18. Refactor "set data perf" benchmark utility

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    1ab2e44 View commit details
    Browse the repository at this point in the history
  19. Ensure "Map#_update(true)" is only called after style mutations

    Lucas Wojciechowski committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    b7bd4fe View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Ensure Attribution#_update is only called for "data[dataType=source]"…

    … events
    Lucas Wojciechowski committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    87a5f7b View commit details
    Browse the repository at this point in the history
  2. Attach Source, not SourceCache, to data events

    Lucas Wojciechowski committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    5f5085e View commit details
    Browse the repository at this point in the history