Releases: opentripplanner/otp-react-redux
Releases · opentripplanner/otp-react-redux
v1.2.0
v1.1.1
v1.1.0
1.1.0 (2020-08-20)
Bug Fixes
- a11y: Fix dependendency. (4b258e5)
- a11y: Fix some a11y issues (landing page only, desktop and mobile). (4cc23b4)
- LineItinerary: Pass timeOptions prop to ItineraryBody. (7ace866)
- monitoredtrip API: Change monitored trip URL to match API. (ae2331c)
- SavedTripEditor: Fix deleting trips. (f4c98cd)
- TripNotificationsPane: Fix uncontrolled component warning. (fb2ffe2)
- TripSummary: Fix component unmount warning. (9749c71)
Features
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2020-07-09)
Bug Fixes
- actions/api: Send no Authorization headers when OTP is not same as middleware. (d2d91da)
- api: do not force ignoreRealtimeUpdates param to true (48b4319), closes #178
- auth links: Fix accountLinks so that logout doesn't crash. (8fb5545)
- Auth0TokenWrapper: Prevent flicker in the main app screen. (5d76cc9)
- AWS API: Accommodate AWS API responses. (f2cf6a6)
- BaseMap: Pass baseLayers from map config to BaseMap. (61a7cb0)
- build: Make test pass (remove extra deps, storybook) (473129f)
- 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)
- date-time-modal: Merge from git stash (ffd28d8)
- default-map: Bring back updating vehicle rental overlay visibility when clicking mode selector. (c043a22)
- example: Fix syntax error (94982a1)
- example.js: add 'Plan Trip' button via DefaultMainPanel (05d593c), closes #144
- index: Remove DateTimeSelector from /lib/index.js (cf83afd)
- 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)
- line-itin/itinerary-body: Use setActiveLeg as passed by NarrativeItineraries. (5d411e6)
- logout: Make logout 'clear' the screen. (163ab06)
- margins: Fix trip form margins (bc67a45)
- middleware: Fix URL for fetching user. (e420e66)
- mobile: disable usersettings overlay on welcome screen (7457a62)
- nav-login-button: Fix colors; Remove dangling underline displayed while drop-down open. (b68d748)
- navbar: Flush sign-in button to right regardless of wide-screen size. (29e2f66)
- NavLoginButton: Export via lib/index.js, tweak mobile padding for display in trimet-mod-otp. (f3b33a2)
- NavLoginButton: Fix excess height when avatar is used, improve tooltips. (a085ad5)
- NavLoginButton: Fix undef var when not logged in. (fbfa468)
- NavLoginButtonAuth0: Redirect to the location before the Auth0 operation. Fix visuals in mobile (6ff1da7)
- otp-ui version: Upgrade to OTP-ui 0.0.20. (f9910e5)
- package: Fix last conflict. (18ba420)
- package.json: Use old pqackage.json see what happens (cf0c91b)
- redirect, verify email: Add redirect URL_ROOT, add nav to verify email. (64ea6f2)
- routerId: if routerId present, include in copied URL (ea7e634)
- routerId: persist routerId across sessions (fe46050), closes #161
- StopViewerOverlay: Fix prop name for overlay. (cbac7ce)
- UserLoaderScreen: Accommodate cases with auth0 disabled. (fde66f7)
- Fix lint; Fix account form typo. (4d3c5db)
- 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)
- 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
- Resolve merge conflicts master <- dev (3973f9d)
- account: Allow adding new user. (da145e1)
- Auth0 Login: Add Auth0 login. (b0ae5e0)
- DateTimeSelector: Merge branch 'otp-ui-datetimeselector' into otp-ui-trip-settings (7a07ce7)
- line-itin/itineray.css: Reinstate file. (32cc8ba)
- routes: Set up URL routing for new and existing user accounts. (a1b9b66)
- Sign-in button: Add sign-in button. (f71010e)
Reverts
- user-account-screen: Revert to exclusive notification channel. (7efa279)
BREAKING CHANGES
- The config value operators should now be renamed to be transitOperators
v1.0.0-alpha.3
1.0.0-alpha.3 (2020-07-02)
Bug Fixes
- line-itin/itinerary-body: Use setActiveLeg as passed by NarrativeItineraries. (ec88ce7)
v1.0.0-alpha.2
1.0.0-alpha.2 (2020-07-01)
Bug Fixes
v1.0.0-alpha.1
1.0.0-alpha.1 (2020-07-01)
Bug Fixes
- actions/api: Send no Authorization headers when OTP is not same as middleware. (d2d91da)
- alerts: properly render service alert body if exists (f490da1), closes #107
- auth links: Fix accountLinks so that logout doesn't crash. (8fb5545)
- Auth0TokenWrapper: Prevent flicker in the main app screen. (5d76cc9)
- AWS API: Accommodate AWS API responses. (f2cf6a6)
- base-map: fix blank screen error on set locations (d67fab4), closes #133
- BaseMap: Pass baseLayers from map config to BaseMap. (61a7cb0)
- build: Make test pass (remove extra deps, storybook) (473129f)
- 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)
- date-time-modal: Merge from git stash (ffd28d8)
- deps: bump core-utils dep (3e87cc4)
- deps: bump otp core-utils (993ce58)
- deps: bump otp-ui deps to 1.x (e535ce1)
- example: Fix syntax error (94982a1)
- example.js: add 'Plan Trip' button via DefaultMainPanel (05d593c), closes #144
- geocoder: add fetch options to support custom headers (4a6a64b), closes #127
- geocoder: do not send Pelias query sources by default (a636930)
- index: Remove DateTimeSelector from /lib/index.js (cf83afd)
- 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)
- logout: Make logout 'clear' the screen. (163ab06)
- map: fix bug that occurred when rendering geometry with 0 length (09b1e64)
- map: fix tile size for retina-enabled tiles (d43d8a3), closes #109
- margins: Fix trip form margins (bc67a45)
- middleware: Fix URL for fetching user. (e420e66)
- mobile: disable usersettings overlay on welcome screen (7457a62)
- nav-login-button: Fix colors; Remove dangling underline displayed while drop-down open. (b68d748)
- navbar: Flush sign-in button to right regardless of wide-screen size. (29e2f66)
- NavLoginButton: Export via lib/index.js, tweak mobile padding for display in trimet-mod-otp. (f3b33a2)
- NavLoginButton: Fix excess height when avatar is used, improve tooltips. (a085ad5)
- NavLoginButton: Fix undef var when not logged in. (fbfa468)
- NavLoginButtonAuth0: Redirect to the location before the Auth0 operation. Fix visuals in mobile (6ff1da7)
- otp-ui version: Upgrade to OTP-ui 0.0.20. (f9910e5)
- package: Fix last conflict. (18ba420)
- package.json: Use old pqackage.json see what happens (cf0c91b)
- redirect, verify email: Add redirect URL_ROOT, add nav to verify email. (64ea6f2)
- routerId: if routerId present, include in copied URL (ea7e634)
- routerId: persist routerId across sessions (fe46050), closes #161
- styled: Allow ModeButton title component to be styled when button is selected. (29ad4f5)
- UserLoaderScreen: Accommodate cases with auth0 disabled. (fde66f7)
- Fix lint; Fix account form typo. (4d3c5db)
- 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)
- RouteViewer: fix 'disappearing' routes on click (599fd68), closes #130
- RouteViewer: fix route sort, color issues (12d9034), closes #122
- RouteViewer: fix undefined error if long name missing (859be14)
- set-from-to: Removed extra line. (cce4340)
- stop-viewer: Update snapshot, cleanup whitespaces. (55bc8a7)
- StopViewer: Update snapshot (985886b)
- 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)
- be able to handle clicking a geocoded location in IE11 (5353e31)
- change E-scooter wording (90c2eb9)
- alert: fix time formatter for alert effective time (8bb40a8), closes ibi-group/trimet-mod-otp#219
- api: fix issue where options is undefined (2534bc8)
- browser-compat: replace hash-obj w object-hash and fix example for IE (f343c8c), closes #84
- build: include relevant polyfill and babel transforms to be compatible with IE 11 ([83d7c44](https://github.com...