Skip to content

Releases: opentripplanner/otp-react-redux

v2.0.0

08 Jan 16:06
0a3887d
Compare
Choose a tag to compare

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

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

09 Nov 14:30
7562e69
Compare
Choose a tag to compare

1.5.1 (2020-11-09)

Bug Fixes

  • deps: bump transitive.js to 0.13.4 (a69cb37)
  • tabbed-itineraries: pass timeFormat to rendered itin (11bf687), closes #268

v1.5.0

30 Oct 18:12
7c3db35
Compare
Choose a tag to compare

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

22 Oct 19:55
097f809
Compare
Choose a tag to compare

1.4.1 (2020-10-22)

Bug Fixes

  • ErrorMessage: fix error prop get method (94fe5d1), closes #262

v1.4.0

21 Oct 21:17
7fbcb6a
Compare
Choose a tag to compare

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

08 Oct 19:40
4930580
Compare
Choose a tag to compare

1.3.2 (2020-10-08)

Bug Fixes

  • mobile: fix results screen when planning trip (1a9c1c6), closes #250

v1.3.1

07 Oct 22:33
797dae8
Compare
Choose a tag to compare

1.3.1 (2020-10-07)

Bug Fixes

  • leg diagram: make range unit work better with large ranges (ce4ce8b)
  • SavedTripList: Add trip editing commands to saved trips list. (7857885)
  • time-format: fix passing of timeOptions for otp-ui components (3f26025), closes #247

v1.3.0

01 Oct 22:01
23ddcc1
Compare
Choose a tag to compare

1.3.0 (2020-10-01)

Bug Fixes

  • itinerary: properly read config about showing elevation profile (a8da8b6)

Features

  • batch-itineraries: add itinerary batch search, sort, & filter (088a617)
  • Call Taker: add call taker features (8564b48)
  • calltaker: Add basic intermediate places and stop schedule viewer (23ca545)
  • calltaker: connect to otp-datastore (48a4499)
  • trinet-auth: add trinet authentication (33dac2f)

v1.2.1

23 Sep 17:20
704f312
Compare
Choose a tag to compare

1.2.1 (2020-09-23)

Bug Fixes

  • elevation-marker: fix elevation marker on map (7f0f738), closes #228
  • map: update to the latest base-map version (326c866)

v1.0.0-alpha.4

14 Sep 20:19
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

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)