Skip to content

Releases: opentripplanner/otp-react-redux

v1.0.0-beta.1

30 Jun 19:21
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2020-06-30)

Bug Fixes

  • BaseMap: Pass baseLayers from map config to BaseMap. (c3fc89f)
  • connected-trip-details: Bring back styling using styled-components. (6a6aaee)
  • css: Match date and mode selector styles to trimet-mod-otp (404f941)
  • css: Match trimet style for TripDetails, itinerary footer, PlaceName. (6c10ea6)
  • deps: bump otp-ui deps to 1.x (c3e3e42)
  • example: Fix syntax error (94982a1)
  • example.js: add 'Plan Trip' button via DefaultMainPanel (05d593c), closes #144
  • index.css: Remove unused reference (579e39d)
  • itinerary: Revert legLocationAtDistance to existing itinerary function, with correct turfAlong (1cf85d2)
  • lib/index: Should not have removed LineItinerary from lib/index. (16dcedf)
  • margins: Fix trip form margins (bc67a45)
  • otp-ui version: Upgrade to OTP-ui 0.0.20. (f9910e5)
  • Fix linting errors and other print-layout merge. (eeab320)
  • One more lint error fix. (0bc4d96)
  • Upgrade to OTP-ui 0.0.20 to make elevation marker work. (47d64a8)
  • date-time-modal: Merge from git stash (ffd28d8)
  • index: Remove DateTimeSelector from /lib/index.js (cf83afd)
  • mobile: disable usersettings overlay on welcome screen (7457a62)
  • package: Fix last conflict. (18ba420)
  • package.json: Use old pqackage.json see what happens (cf0c91b)
  • set-from-to: Removed extra line. (cce4340)
  • stop-viewer: Update snapshot, cleanup whitespaces. (55bc8a7)
  • StopViewer: Update snapshot (985886b)
  • styled: Allow ModeButton title component to be styled when button is selected. (29ad4f5)
  • yarn: Fix more broken lint stuff. (9676562)
  • yarn: Fix yarn so lint doens't complain (87a8efb)
  • yarn: Fix yarn.lock / (45f751a)
  • yarn: Revert stuff to fix broken build from previous commit. (ef82d61)
  • Yarn: Update yarn file; Remove unused stuff in DateTimeModal (c5904ab)
  • yarn.lock: Fix broken yarn.lock (374b52f)
  • yarn.lock: Fix my broken yarn.lock (fb6dcce)
  • yarn.lock: Get correct version of OTP-UI packages. (dca509b)

Code Refactoring

  • change config value of operators to transitOperators (bfd62fe)

Features

  • DateTimeSelector: Merge branch 'otp-ui-datetimeselector' into otp-ui-trip-settings (7a07ce7)
  • line-itin/itineray.css: Reinstate file. (32cc8ba)

BREAKING CHANGES

  • The config value operators should now be renamed to be transitOperators

v0.14.2

29 Jun 22:23
e012824
Compare
Choose a tag to compare

0.14.2 (2020-06-29)

Bug Fixes

  • line-itin/itinerary.css: Allow long route short names. (ed5fb36)
  • line-itin/itinerary.css: Tweak route name padding (265e166)

v0.14.1

29 Jun 20:20
7525efa
Compare
Choose a tag to compare

0.14.1 (2020-06-29)

Bug Fixes

  • messages: add SettingsPreview and TripDetails messages (615c36f)

v0.14.0

26 Jun 18:47
c66177f
Compare
Choose a tag to compare

0.14.0 (2020-06-26)

Bug Fixes

  • geocoder: fix handling of ArcGis search results (072139b), closes #181

Features

  • query: attempt to geocode place name from query params (808a457), closes #180

v0.13.9

22 Jun 19:51
e04aac7
Compare
Choose a tag to compare

0.13.9 (2020-06-22)

Bug Fixes

  • routerId: if routerId present, include in copied URL (3d1bbb5)
  • routerId: persist routerId across sessions (3f68af9), closes #161

v0.13.8

22 Jun 16:58
e2baeea
Compare
Choose a tag to compare

0.13.8 (2020-06-22)

Bug Fixes

  • deps: bump transitive for label fixes (a76b0d2)

v0.13.7

28 May 21:24
58e4630
Compare
Choose a tag to compare

0.13.7 (2020-05-28)

Bug Fixes

  • base-map: remove detectRetina to prevent tiny map labels (1c79460)

v0.13.6

26 May 20:32
88f94e1
Compare
Choose a tag to compare

0.13.6 (2020-05-26)

Bug Fixes

  • deps: bump transitve.js for rendering bug fixes (2b26eae), closes #159

v0.13.5

20 Feb 19:00
21348d3
Compare
Choose a tag to compare

0.13.5 (2020-02-20)

Bug Fixes

  • base-map: fix blank screen error on set locations (d67fab4), closes #133

v0.13.4

18 Feb 17:30
7c175ee
Compare
Choose a tag to compare

0.13.4 (2020-02-18)

Bug Fixes

  • RouteViewer: fix 'disappearing' routes on click (599fd68), closes #130