Skip to content

Releases: conveyal/transitive.js

v0.14.1

16 May 14:30
0ff7a36
Compare
Choose a tag to compare

0.14.1 (2022-05-16)

Bug Fixes

  • support OTP2 scooter modes (b4a3049)

v0.14.0

18 Oct 16:13
6f1bf5c
Compare
Choose a tag to compare

0.14.0 (2021-10-18)

Features

  • add TypeScript typings to entry file (a711710)

Reverts

v0.13.7

26 Apr 13:37
49a8dc4
Compare
Choose a tag to compare

0.13.7 (2021-04-26)

Bug Fixes

  • labeler/segmentlabel: Add border color, radius, width params. (84520ba)
  • TransitiveOverlay: Add props for labeledModes. Update stories. (b75101c)

v0.13.6

06 Apr 13:33
450fb2a
Compare
Choose a tag to compare

0.13.6 (2021-04-06)

Bug Fixes

  • canvas-display: Use round line joins to avoid jagged edges. (d476ea6)
  • SegmentLabel: Allow custom font-family and size. (65664b0)
  • SegmentLabel: Make font-size calculation consistent with Labeler. (2398e4c)

v0.13.5

01 Dec 14:14
7763f16
Compare
Choose a tag to compare

0.13.5 (2020-12-01)

Bug Fixes

  • readme: fix broken images in readme (bf905f8)

v0.13.4

05 Nov 20:14
6c17b8d
Compare
Choose a tag to compare

0.13.4 (2020-11-05)

Bug Fixes

  • label: handle missing getName function (988c9e6), closes #55

v0.13.3

22 Jun 13:24
e5cfc4e
Compare
Choose a tag to compare

0.13.3 (2020-06-22)

Bug Fixes

  • labels: fix route label rendering for geographic segments (3471b99), closes #53
  • styles: use route_color for route label (addc098), closes #52

v0.13.2

23 May 00:16
50d9e79
Compare
Choose a tag to compare

0.13.2 (2020-05-23)

Bug Fixes

  • label: fix npe on missing route_short_name (9ce1f6f)

v0.13.1

22 May 13:48
06c5750
Compare
Choose a tag to compare

0.13.1 (2020-05-22)

Bug Fixes

  • properly update display internals when updating bounds (c6dd715)

v0.13.0

21 Jun 17:55
f78e3f2
Compare
Choose a tag to compare

0.13.0 (2019-06-21)

Bug Fixes

  • api: Fix bug with coordinate conversion when initialBounds option is provided (c54ee76)
  • renderer: Fix bug with sorting focused/unfocused points (ea80859)
  • fix all linting errors (4e7843f)

Features

  • api: Add method for creating new vertex (8e9c3a7)
  • general: Initial work on libary refactor, including SVG/Canvas rendering (27c8905)
  • options: Handle initialBounds option (c2a3c6d)
  • renderer: Improve handling of direct-arc segments (bd37152)
  • renderer: Remove Path2D dependency in Canvas renderer (6401a42)