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.2
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.3
Choose a head ref
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 14, 2022

  1. Json editor (#32)

    * Create JSON editor modal
    
    * MVP for json editor
    
    * switch to using json-react-view for a better UI experience
    
    * fix unit tests
    
    * Revert "switch to using json-react-view for a better UI experience"
    
    This reverts commit a074355.
    
    * small changes to style, colors
    crystalzha0 authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    0b96d99 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Data model (#35)

    * regorganize code folder structure
    
    * more code structure moving
    
    * remove duplicate algoOptions from App state
    
    * switch to use new data model for algos in App.js instead of Data.js, enabled sharing links of custom algos
    
    * remove unused algo data in data.js, fixed bug with seed data, added comments
    
    * change add button to allow add and update depending on the name field
    
    * fix caching issue and download file name
    crystalzha0 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d63cb9c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Json editor and other cleanup (#36)

    * separate algo editing into add,edit,delete buttons
    
    * add basic alerts when server returns errors
    
    * move seed algos to its own json data file
    
    * only enable OK button after syntax checking is done and no errors are found
    
    * remove old seed algo data
    crystalzha0 authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1d2b0a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Update licenses (#46)

    Add missing license to new file
    
    Change-Id: I7e03df052d082a6ad0132ddb777014026592be69
    greghutch authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    72f4de7 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.3 [skip ci]

    ### [1.0.3](v1.0.2...v1.0.3) (2022-09-01)
    semantic-release-bot committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    f0516e4 View commit details
    Browse the repository at this point in the history
Loading