-
Notifications
You must be signed in to change notification settings - Fork 59
New Release (v1): otp-ui Refactor and User Sign Up #192
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dateFormatLegacy and timeFormat
Add 'Plan Trip' button via DefaultMainPanel
DateTimeSelector from OTP-UI, Remove Profile Routing
OTP-UI trip settings
Gathering the latest code before starting.
Use otp-ui map components
improvement(example): Move Auth0Provider plumbing out of example.js a…
Log trip requests
…ty when clicking mode selector.
fix(default-map): Bring back vehicle rental overlay visibility support
fix(line-itin/itinerary-body): Use setActiveLeg from NarrativeItineraries
Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 4.0.2 to 4.0.5. - [Release notes](https://github.com/npm/registry-fetch/releases) - [Changelog](https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/registry-fetch/commits) Signed-off-by: dependabot[bot] <support@github.com>
…tes-param Do not force ignoreRealtimeUpdates param to true
fix(StopViewerOverlay): Fix prop name for overlay.
Resolve dev->master conflicts
binh-dam-ibigroup
approved these changes
Jul 8, 2020
…npm-registry-fetch-4.0.5 build(deps): bump npm-registry-fetch from 4.0.2 to 4.0.5
evansiroky
approved these changes
Jul 9, 2020
Member
Author
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release will contain a large number of PRs (see #171 for a mostly complete list) that replace otp-react-redux components with work from the https://github.com/opentripplanner/otp-ui project. These components were migrated from otp-react-redux to otp-ui in order to break otp-react-redux into smaller packages for easier inclusion in projects that only use a part of the OTP library.
This release also contains some work to integrate this codebase with https://github.com/ibi-group/otp-middleware/, a new backend project that sits between otp-react-redux and OpenTripPlanner and allows for the creation of user accounts, saving preferences, storing and monitoring saved trips, and other features in the works.