Releases: opentripplanner/otp-react-redux
Releases · opentripplanner/otp-react-redux
v2.0.0
2.0.0 (2021-01-08)
Bug Fixes
- constants: update auth0 scope for ibi-group/otp-middleware#120 (0860155)
- ItineraryBody: Remove width limitation for PlaceRow items. (026cc80)
- use core-utils v3 to sort routes by agency (198e5e5)
- NarrativeItineraries: Adjust Proptypes. (214e266)
- NarrativeItineraries: Save trip with transit and no rentals only. (5db7f2e)
- NarrativeItineraries: Show Save trip only for itineraries with transit. (0379130)
- route-viewer: correctly sort routes in route viewer by agency (3b5b1b5)
- SaveTripButton: Extract component, handle trip/login states. (b353dcf)
- TripBasicsPane: Don't monitor days on which trips do not exist. (8aad883)
Documentation
- readme: improve readme (7399e23)
Features
- route-viewer: add mode icon and use styled components (a03055f)
- TripBasicsPane: Grey out days on which a trip is not available. (cbf3feb)
- VerifyEmailScreen: Add link to resend verification email. (64ff7bc)
BREAKING CHANGES
- readme: - Refactor various components and example.js file to more heavily use React's context API (see #274)
- Update to use latest config schema compatible with opentripplanner/core-utils v3 (see #201)
v1.5.1
v1.5.0
1.5.0 (2020-10-30)
Bug Fixes
- actions/user: Do not persist user before sending sms req/after phone validation. (e8f9d39)
- actions/user: Fix response with pagination. (13d7936)
- actions/user: Fix sms throttling. (40871d2)
- auth0-react: Make login/logout work with auth0-react. (dff0778)
- FavoriteLocationsPane: Remove console warning regarding null value. (1907352)
- login: Support login from protected URLs. (2c962c4)
- NewAccountWizard: Create an OtpUser entry when user clicks Next after accepting terms. (4139552)
- NotificationPrefsPane: Prepare UI support for phone verification. (3100de8)
- PhoneNumberEditor: Update pending number in Formik state. (aab4530)
- user reducer: Add handling code for last SMS request. (705919a)
Features
- NewAccountWizard: Add phone verification in account setup wizard. (33686c0)
- NotificationPrefsPane: Add phone verification for existing users. (74ab103)
Reverts
v1.4.1
v1.4.0
1.4.0 (2020-10-21)
Bug Fixes
- batch: get error prop from state; skip sort if batch disabled (886430d)
- monitored-trip: update API call to use pagination endpoint (1bd8444)
- SavedTripEditor: Fix bad merge. (cf194ec)
- SavedTripScreen: Do not leave screen if there is an error saving a trip (new/existing). (8284ba0)
Features
- Form input validation: Begin make basic validations. (dc63ad5)
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.0.0-alpha.4
1.0.0-alpha.4 (2020-09-14)
Bug Fixes
- a11y: Fix dependendency. (4b258e5)
- a11y: Fix some a11y issues (landing page only, desktop and mobile). (4cc23b4)
- actions/user: Remove user fields removed from middleware that were causing an error on signup s (3b06052)
- api: do not force ignoreRealtimeUpdates param to true (48b4319), closes #178
- base-map: remove detectRetina to prevent tiny map labels (1c79460)
- connected-trip-details: Connect messages prop to TripDetails component. (69fac08)
- deps: bump transitive for label fixes (a76b0d2)
- deps: bump transitve.js for rendering bug fixes (2b26eae), closes #159
- elevation-marker: fix elevation marker on map (7f0f738), closes #228
- geocoder: fix handling of ArcGis search results (072139b), closes #181
- Itineraries: Hide the Save Trip button if no user is logged in. (ce5970c)
- ItineraryBody: Pass time/date format to TripDetails component. (ab2badb)
- line-itin/itinerary-body: Use setActiveLeg as passed by NarrativeItineraries. (5d411e6)
- line-itin/itinerary.css: Allow long route short names. (ed5fb36)
- LineItinerary: Pass timeOptions prop to ItineraryBody. (7ace866)
- SavedTripScreen: Remove wizard mode, pass isCreating prop to panes to tweak layout. (aa18d7e)
- StopViewer: Use correct moment-timezone import. (b01df87)
- remove unused packages and bump all otp-ui packages (d2255ef)
- update @opentripplanner/trip-form to resolve undefined company icon bug (695af88)
- line-itin/itinerary.css: Tweak route name padding (265e166)
- messages: add SettingsPreview and TripDetails messages (615c36f)
- monitoredtrip API: Change monitored trip URL to match API. (ae2331c)
- routerId: if routerId present, include in copied URL (3d1bbb5)
- routerId: persist routerId across sessions (3f68af9), closes #161
- SavedTripEditor: Fix deleting trips. (f4c98cd)
- StopViewerOverlay: Fix prop name for overlay. (cbac7ce)
- TripNotificationsPane: Fix uncontrolled component warning. (fb2ffe2)
- TripSummary: Fix component unmount warning. (9749c71)
Features
- ItineraryBody: Add fare info in each transit leg body (new config) (404f516)
- query: attempt to geocode place name from query params (808a457), closes #180
- saved trip: Add route and basic structure for saving trips. (9e9b7ce)
- SavedTripEditor: Add very basic saved trip editor. (80c4425)
- SavedTripsWizard: Add content for SavedTripWizard (700bed2)
- TimeColumnWithDelays: Add component to display transit leg realtime time changes. (c216480)
- TimeColumnWithDelays: Add support for real-time delays/updates to line-itin/ConnectedItinerary (b8c0b44)
- Resolve merge conflicts master <- dev (3973f9d)