Skip to content

Latest commit

 

History

History
136 lines (85 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

136 lines (85 loc) · 6.52 KB

Changelog

[0.0.22] - 2020-06-11

Changes

Lots of map and props cleanup, etc...


[0.0.21] - 2020-05-06

Changes

major vehicle overlay refactor

[0.0.20] - 2020-04-27

Changes

minor changes / fixes

[0.0.19] - 2020-03-26

Changes

Itinerary and Mode Button improvements PRs (trimet.org project):

[0.0.18] - 2020-03-19

Changes

Handful of cleanup PRs:

[0.0.17] - 2020-03-03

Changes

Handful of cleanup PRs:

[0.0.16] - 2020-02-21

Changes

  • base-map Callbacks for Desktop right-click / Mobile long press. Resolves issue #64
  • stop-viewer-overlay Slot for custom icon. Resolves issue #62
  • stops-overlay Slot for custom icons (different stop icons (bus, MAX, SC, WES, TRAM) could be based on a 'mode' attribute if available in a stops service). Resolves issue #59

[0.0.15] - 2020-02-20

Added Components

  • printable-itinerary adds a component for rendering an OTP itinerary formatted for printing on 8.5x11 paper. Resolves issue #38

  • trip-details adds a component to render cost, date/time and calories based on an OTP itinerary.

Changes

  • transit-vehicle-overlay: fixes tracking and panning issue; adds panTo offsets, data callbacks and color styling improvements to the Real-time Transit Vehicle overlay. Resolves issue: #58

[0.0.14] - 2020-02-04

Changes

[0.0.13] - 2020-02-03

Added Components

Changes

  • from-to-location-picker: fixes issue #54 get rid of 'module' entries in package.json
  • trip-form: fixes issue #46 no longer throwing exception on bike optimize drop-down
  • endpoints-overlay: fixes issue #37 allow custom icons from/to on map
  • itinerary-body: fixes issue #18 allows custom naming of route and other aspects of the itinerary
  • base-map: fixes issue #16 map callbacks that tell a layer if it is displayed or not -- used to only fetching new data if a layer is 'on' the map
  • misc other fixes and tweaks...

[0.0.12] - 2020-01-24

Added Components

Changes

  • transitive-overlay: fixes issue #36 error when no intermediate stops are in the itinerary.
  • location-field: expose raw geocoder data #33
  • trip-form: switch to Styled Components

[0.0.11] - 2020-01-20

Added Components

Changes

  • stop-viewer-overlay: misc changes per #18
  • location-field: misc changes per: