Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 18:01
· 5645 commits to master since this release
f4b3a25

3.0.0 (2021-04-13)

Bug Fixes

  • actions/ui: Split ItineraryView hidden state. (af9f653)
  • auto-plan: clarify strategies for auto-plan (8d500a2)
  • BackToTripPlanner: Preserve query params. (d18258d)
  • batch-routing: add mobile search screen for batch routing (f31f73c)
  • BatchResultsScreen: Fix leg focus, address some PR comments. (100c1d6)
  • call-taker-controls: fix container css (51ebfc4), closes #330
  • constants: update auth0 scope for ibi-group/otp-middleware#120 (8a0ea44)
  • default-itinerary.js: Removed some unused code. (edea628)
  • default-itinerary.js: Removed some unused code. (a8137c4)
  • deps: bump core-utils for default query override (7b4ba82)
  • mobile.css: Make batch settings appear under hamburger dropdown. (cabab54), closes #348
  • narrative-itineraries.js, default-itinerary.js: Added setActiveLeg as a prop to ItineraryBody c (c10d7ca), closes #338
  • narrative-itineraries.js, default-itinerary.js: Added setActiveLeg as a prop to ItineraryBody c (50c031d), closes #338
  • make expanded itinerary body show up in ItineraryCarousel (56336ab)
  • FavoritePlaceScreen: Do not show account header while setting up account. (70f449c)
  • RealtimeStatusLabel: Add spacer between delay text and status text. (508bc80)
  • responsive-webapp: handle search in URL w/o hash (7730c3e), closes #325
  • responsive-webapp: handle search in URL w/o hash (a35b22c), closes #325
  • ResponsiveWebapp: Do not reformat URL after auth0 login. (6b91d58)
  • ResponsiveWebApp: Implement terms routes and component stubs. (b708163)
  • StopViewer: Enlarge date picker so date is not clipped in Chrome. (99e60d2)
  • StopViewer: Fetch all departures for a given day. (d32b6b5)
  • StopViewer: Fix autorefresh in live arrivals. (08253ef)
  • TripNotificationsPane: Add aria props to advanced settings toggle. (a990abc)
  • TripNotificationsPane: Add toggle for advanced trip settings. (0acd10d)
  • UserAccountScreen: Fix blank home/work place labels on new accounts (4a33ffd)
  • UserAccountScreen: Return to places pane after new user edits. (757a84e)
  • util/viewer: Extract headsign if stop times don't have them. (eb5feee)
  • utils/viewer: Format time with timezone suffix. (8ebacce)
  • viewers.css: Fix scrolling and overflow in route viewer. (26d1e66)
  • viewers.css: Make scroll area start below header. (4d1967b)

Code Refactoring

  • refactor ResponsiveWebapp and some other things (a1e63b3)

Features

  • FavoriteLocation: Allow user to edit nickname of favorite location. (23f0829)
  • FavoriteLocationsPane: Add locations using LocationField. (55c5f5b)
  • field-trip: add field trip module (WIP) (a8160f3)
  • field-trip: make sections editable (fb52a82)
  • field-trip: render field trip request details (d8d11b7)
  • mobile/batch-results-screen: Add mobile batch results screen. (ec0662d)
  • StopScheduleTable: Add stop schedule table component. (8e0c5d2)
  • StopScheduleTable: Make displaying the Block column configurable. (1c08e0c)
  • user-account: add delete my account button (d4a5d6c)
  • add app-wide on time threshold config value (eecb7fd)

BREAKING CHANGES

  • refactored example.js, ResponsiveWebapp and associated component signatures to use components provided to component context