v0.9.0
<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:
- 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:
- modes-panel: refactor mode button into separate component (551cf759)
- narrative:
- overlay: Fix conflict between stops-layer rendering and transitive overlay (77deab9e)
- transitive:
Features
- api:
- 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:
- overlay:
- transitive: Include route color in itin->transitive conversion (71c6bd3f)