Releases: conveyal/transitive.js
Releases · conveyal/transitive.js
v0.14.1
0.14.1 (2022-05-16)
Bug Fixes
- support OTP2 scooter modes (b4a3049)
v0.14.0
0.14.0 (2021-10-18)
Features
- add TypeScript typings to entry file (a711710)
Reverts
v0.13.7
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
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
0.13.5 (2020-12-01)
Bug Fixes
- readme: fix broken images in readme (bf905f8)
v0.13.4
0.13.4 (2020-11-05)
Bug Fixes
- label: handle missing getName function (988c9e6), closes #55
v0.13.3
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
0.13.2 (2020-05-23)
Bug Fixes
- label: fix npe on missing route_short_name (9ce1f6f)
v0.13.1
0.13.1 (2020-05-22)
Bug Fixes
- properly update display internals when updating bounds (c6dd715)
v0.13.0
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)