Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlemaps/react-routing-playground
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: googlemaps/react-routing-playground
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 5 contributors

Commits on May 18, 2022

  1. build(deps): bump react-scripts from 5.0.0 to 5.0.1 (#12)

    Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/facebook/create-react-app/releases)
    - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/create-react-app/commits/[email protected]/packages/react-scripts)
    
    ---
    updated-dependencies:
    - dependency-name: react-scripts
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Greg Hutchins <[email protected]>
    dependabot[bot] and greghutch authored May 18, 2022
    Configuration menu
    Copy the full SHA
    e7ec662 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @testing-library/user-event from 13.5.0 to 14.2.0 (#19

    )
    
    Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.5.0 to 14.2.0.
    - [Release notes](https://github.com/testing-library/user-event/releases)
    - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
    - [Commits](testing-library/user-event@v13.5.0...v14.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/user-event"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Greg Hutchins <[email protected]>
    dependabot[bot] and greghutch authored May 18, 2022
    Configuration menu
    Copy the full SHA
    5a9dbe7 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump deck.gl from 8.7.4 to 8.7.9 (#18)

    Bumps [deck.gl](https://github.com/visgl/deck.gl) from 8.7.4 to 8.7.9.
    - [Release notes](https://github.com/visgl/deck.gl/releases)
    - [Changelog](https://github.com/visgl/deck.gl/blob/v8.7.9/CHANGELOG.md)
    - [Commits](visgl/deck.gl@v8.7.4...v8.7.9)
    
    ---
    updated-dependencies:
    - dependency-name: deck.gl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Greg Hutchins <[email protected]>
    dependabot[bot] and greghutch authored May 18, 2022
    Configuration menu
    Copy the full SHA
    e4b85d4 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

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

Commits on Jun 6, 2022

  1. Refactor (#25)

    * initial refactor to put Map as a child component of App
    
    * removing metro/algo as global variables
    
    * make regen data a prop and move state changed function inside Map component
    
    * move chart update function to a prop and remove register functions
    crystalzha0 authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    cdd37e2 View commit details
    Browse the repository at this point in the history
  2. fix: add placeholder docs build (#28)

    This should fix the testing issues
    greghutch authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    769fbbc View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.2 [skip ci]

    ### [1.0.2](v1.0.1...v1.0.2) (2022-06-06)
    
    ### Bug Fixes
    
    * add placeholder docs build ([#28](#28)) ([769fbbc](769fbbc))
    
    ### Build System
    
    * **deps:** bump @testing-library/user-event from 13.5.0 to 14.2.0 ([#19](#19)) ([5a9dbe7](5a9dbe7))
    * **deps:** bump deck.gl from 8.7.4 to 8.7.9 ([#18](#18)) ([e4b85d4](e4b85d4))
    * **deps:** bump react-scripts from 5.0.0 to 5.0.1 ([#12](#12)) ([e7ec662](e7ec662))
    
    ### Miscellaneous Chores
    
    * fix typo in check name ([#20](#20)) ([a9f0351](a9f0351))
    semantic-release-bot committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    f62fce6 View commit details
    Browse the repository at this point in the history
Loading