Skip to content

Releases: ibi-group/otp-ui

@opentripplanner/stop-viewer-overlay-v1.0.0-semantic-release-monorepo.1

@opentripplanner/stop-viewer-overlay-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

  • cleanup: added def README and also cleaned up the packages (017f974)
  • package.json: updates @opentriplanner/base-map to 0.0.11 (latest version), and moves those from peerDeps, which is not something lerna deploy seems to update ... in dependencies, lerna deploy updates the dependencies as expected (51e4bd4)

@opentripplanner/route-viewer-overlay-v1.0.0-semantic-release-monorepo.1

@opentripplanner/route-viewer-overlay-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

  • Fix various cosmetic bugs. (584f9cd), closes #138 #137 #136 #134 #129
  • cleanup: added def README and also cleaned up the packages (017f974)
  • package.json: remove publishConfig: which screws up publishing to npm (7804b9b)
  • package.json: updates @opentriplanner/base-map to 0.0.11 (latest version), and moves those from peerDeps, which is not something lerna deploy seems to update ... in dependencies, lerna deploy updates the dependencies as expected (51e4bd4)

BREAKING CHANGES

  • RouteViewerOverlay: prop leafletPath renamed to path.

@opentripplanner/location-icon-v1.0.0-semantic-release-monorepo.1

@opentripplanner/location-icon-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

BREAKING CHANGES

  • RouteViewerOverlay: prop leafletPath renamed to path.

@opentripplanner/icons-v1.0.0-semantic-release-monorepo.1

@opentripplanner/icons-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

  • icons: Adjust relative size of bus and walk icons (bus was too small) (f9ecd2d)
  • icons: Fix icons index. (e009230)
  • LegIcon: Exclude LegIcon from stories (was causing propcheck warnings); publish to package inde (2ad9dcb)
  • package.json: remove publishConfig: which screws up publishing to npm (7804b9b)
  • SettingsSelectorPanel: Fix issue selecting a rental mode; Fix missing rental mode icons. (ef82017)
  • TriMetLegIcon: Fix missing leg prop error. (80cdeb5)

Features

  • icons: Add 'classic' and 'mod' icon files. (a6f6f18)
  • icons: Add classic, trimet-mod mode icons and leg icons. (d8d94e9)
  • ModeButton, ModeSelector-first draft: Add ModeButton, ModeSelector, Trimet/Biketown icons (193c08c)
  • Rename package: Package @opentripplanner/map renamed to @opentripplanner/base-map (to be consi (9888999)

BREAKING CHANGES

  • Rename package: Package was renamed.

@opentripplanner/geocoder-v1.0.0-semantic-release-monorepo.1

@opentripplanner/geocoder-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

  • geocoder: Add fetch options to support custom headers. (ffdbf2e), closes #130
  • pelias: Use feature.label (no zip, country) instead of full address. (5b4bb0f), closes #124

@opentripplanner/base-map-v1.0.0-semantic-release-monorepo.1

@opentripplanner/base-map-v1.0.0-semantic-release-monorepo.1 (2020-06-25)

Bug Fixes

  • Add lat/lng validation: lat/lng validation done in core-utils/map; added support for isRequired (8659b67)
  • Attemp to load infinite tiles: Fixed second layer in the stories; separated tags so (359452b)
  • base-map: correctly handle retina tile layers (a02b914)
  • BaseMap: Fix cartodb map resolution in BaseMap. (ae5ff5a)
  • BaseMap component: Revert a function inline because of implicit 'this'. Improved PropType valid (0295693)
  • BaseMap.stories: Fix map resolution for cartodb and stamen. (692d003)
  • ContextMenuDemo: Address prop validation issues (45fdabf)
  • Flatten/remove mapConfig: New props replace mapConfig. (0cad5d1)
  • map: clean up map utilities -- move Leaflet function (prototype) to base-map; use base-map/util/ function rather than duplicate here; add fetch polyfill as a test for IE compatability (3b0b5a9)
  • map: clean up map utilities -- move Leaflet function (prototype) to base-map; use base-map/util/ function rather than duplicate here; add fetch polyfill as a test for IE compatability (39bc2d2)
  • PropTypes: Fix component PropTypes definitions. (be55953), closes #135 #139
  • routes: add route specify on the Vehicles interface (8f7c6d9)
  • Demonstrate no-lag with a 360-vehicle dataset. (13806e1)
  • Fix comments, event binding/map in SelectVehicles, zoom-based rendering. (dfcab4e)
  • Use storybook action instead of console inside SelectVehicles demo. (62b2bcd)
  • Package dependencies, documentation: Update package dependencies, mock and BaseMap documentatio (fb0e4b4)
  • package.json: remove publishConfig: which screws up publishing to npm (7804b9b)

Features

  • BaseMap: Add support for map contextMenu event. (b58a255)
  • Add layer add/remove, viewport change callbacks inside overlays. (a365e05)
  • Rename package: Package @opentripplanner/map renamed to @opentripplanner/base-map (to be consi (9888999)

BREAKING CHANGES

  • Flatten/remove mapConfig: mapConfig is removed and replaced with flat props.
  • Rename package: Package was renamed.