Skip to content

v0.9.0

Compare
Choose a tag to compare
@demory demory released this 14 Dec 17:01
5cb4080

<a name"0.9.0">

0.9.0 (2017-12-14)

Bug Fixes

  • BikeRentalOverlay: add missing key to iterator (0e5cdfe2)
  • api:
    • Fix API syntax issues (6ba47a26)
    • Fix bug w/ api url construction (5b20e35e)
    • Store the active searchId in state at beginning of each request (ca6b593f)
    • Handle unspecified port case in all API calls (71b655e4)
    • Only include port in API requests if specified in config (821a3f49)
    • Remove obselete include from index.js (6c2ea3d8)
  • example:
    • include BikeRentalOverlay in example (29a3a8ed)
    • Fix bundled example (0f4af4cc)
  • form:
    • Update PlanTripButton to work with recent API refactor (63664808)
    • fix content/display for settings/date time preview (9ffd85fd)
    • Fix function name reference in modes-panel (8bfef335)
    • Fix name of departArrive query param in date-time-selector (64d062ad)
    • Set keys for settings-bar mode icon list (380c3d1b)
  • geolocation: geolocate on page load only for mobile (333ded5b)
  • map:
    • Fix issues related to map auto-fitting to results (cb61e890)
    • Make rt-annotate toggling work w/ transtive map (b660141e)
    • fix scaling issues in transitive overlay (1ee31064)
  • modes-panel: refactor mode button into separate component (551cf759)
  • narrative:
    • silence react warnings (9a4e1ed3)
    • add missing realtime-annotation file and adjust component's style (d55efc8a)
    • Fix layout bug in narrative profile summary (32d8a0eb)
    • Fix check for pending search in narrative-itineraries (2b7c4eb9)
  • overlay: Fix conflict between stops-layer rendering and transitive overlay (77deab9e)
  • transitive:
    • Fix toggling between itins/options w/ transitive map (1c5a93f6)
    • apply equal filtering to profile options and transitive journeys (efecd586)

Features

  • api:
    • Expose clearLocation action (a36f24dc)
    • Consider modes when constructing profile API requests (e4d48487)
    • Export setShowExtendedSettings action via API (18bf8ed2)
  • form:
    • Allow configuration of whether LocationField includes clear ('x') button (2e77a31a)
    • Allow custom content for switch button (7fb56ee7)
    • Include maxBikeTime with default general settings (ba0a7267)
    • Refactor settings-bar to match structure of date-time-preview (60a51589)
    • Support auto-population of from field with current location (debda63a)
    • New mobile form layout, including date/time preview & modal components (870f3c4d)
    • Add "static" mode in location-field for fullscreen display in mobile (a8ceffc5)
    • Add nearby stops to location search (81901e63)
    • Add recent searches to location field (f0567507)
    • Make 'use current location' option functional (9450b1bb)
    • Initial work on new location field, including geocoding (a8fd10c6)
    • Allow optional expansion caret in settings-bar (f8fcaf02)
    • Support custom mode icons (ec1181be)
    • Add interactivity to settings/modes panel (f054d892)
    • Initial work on detailed, mobile-ready settings panel (b7f0928a)
  • geocoding: use custom pelias instance and focusPoint (d4a2c2b3)
  • map:
    • Make route overlay url configurable (6a64eb49)
    • use right-click to set origin/dest (11c176d9)
    • use right click (long press on mobile) to set location (efb59d87, closes #21)
    • Make controlled overlays visible by default (137f0954)
    • Add overlays to map controls. Move BaseLayers logic to BaseMap (983cd3ee)
    • Use new 'useGeographicRendering' transitive option (28e8cebe)
    • Add toggle-able map vs. network view (ba6005cb)
    • Support inter-stop geometry for itin searches (4f51f1dc)
    • Initial version of routes-overlay layer (7d61139e)
    • Extend transitive rendering to itinerary searches (cbb5cc1c)
    • Improve styling of from/to endpoints; hide from/end transitive places (c327e086)
    • Update transitive styling (7c6a89d2)
    • Add set from/to buttons to stop overlay popup (59afe817)
    • Highlight active profile option on map (811e4f65)
    • Add basic support for transitive overlay rendering (b4cd14de)
    • add reverse geocoding option to setLocation (5cd4f05d)
    • Only show bike-rental overlay when bike-rental mode is active (e9282f7e)
    • Add svg icons for bikeshare overlay (60ad3c44)
  • narrative:
    • add toggle between realtime and non-realtime itineraries (3de8c18f)
    • make realtime alert work with otp (2c810699)
    • Add mockup of reatime annotation (75b576f6)
    • Add generic narrative-routing-results component (f1325fb7)
    • show origin/destination names in profile routing results (5fed023c)
  • overlay:
    • Make stops overlay an empty FeatureGroup when not rendered (53112467)
    • Make StopsOverlay a FeatureGroup (15a88a2e)
    • Implement first pass at stops overlay (d525f0f6)
    • Refine/enhance bike station overlay (83ebd5ce)
    • Initial work on map overlay (00e72305)
  • transitive: Include route color in itin->transitive conversion (71c6bd3f)