Releases: mbta/skate
Releases · mbta/skate
2024-06-03-1
What's Changed
- feat: Add
Change route or direction
button to by @joshlarson in #2624 - storybook: Remove
Change route or direction
button from<DiversionPanel />
stories by @joshlarson in #2628 - cleanup(ts/hooks/useDetour): replace
state
withsnapshot
fromcreateDetourMachine
by @firestack in #2617 - refactor: Move nearest_point_to_segment/2 to new module and rename to nearest_point_on_segment/2 by @joshlarson in #2634
- refactor: Move nearest_point_to_shape/2 to NearestPoint module and rename to nearest_point_on_shape/2 by @joshlarson in #2635
- fix(ts/components/diversionPanel): add
onChangeRoute
toonClick
handler by @firestack in #2636 - feat: New route ladder header by @hannahpurcell in #2612
- feat: Add backend for route segments for unfinished detours by @joshlarson in #2637
- feat(ts/detours/detourRouteSelectionPanel): add events to panel by @firestack in #2631
Full Changelog: 2024-05-28-1...2024-06-03-1
2024-05-28-1
What's Changed
- feat: Add new component for detour route selection panel by @joshlarson in #2614
- feat(ts/hooks/useDetour): replace
state
variable with state machine by @firestack in #2616 - fix: Add selectRoutePattern to RoutePropertiesCard story by @joshlarson in #2620
- fix(tests): Remove an unnecessary variable from RoutePropertiesCard tests by @joshlarson in #2622
- feat: Have RoutePropertiesCard on DetourRouteSelectionPanel open to "variants" by @joshlarson in #2618
- fix: Remove auto-close feature from RoutePropertiesCard by @joshlarson in #2619
Full Changelog: 2024-05-22-1...2024-05-28-1
2024-05-22-1
What's Changed
- feat: Allow RoutePropertiesCard to be open to "variants" or "stops" by default by @joshlarson in #2611
Full Changelog: 2024-05-21-1...2024-05-22-1
2024-05-21-1
What's Changed
- refactor(tests): Simplify tests for RoutePropertiesCard by @joshlarson in #2610
- feat: Updated route-pill with a new size, currently called "large-format" by @hannahpurcell in #2600
- feat(storybook): Add storybook story for RoutePropertiesCard by @joshlarson in #2609
Full Changelog: 2024-05-20-1...2024-05-21-1
2024-05-20-1
What's Changed
- feat: Select preset for minimal page by @hannahpurcell in #2588
- tests: Lift useDetour tests to diversionPage by @joshlarson in #2580
- refactor(ts/hooks/usePatternsByIdForRoute): use
useApiCall
by @firestack in #2597 - feat: Change desktop nav icons to bootstrap by @joshlarson in #2595
- feat(ex/components/app): disable
.drift
in local dev by default by @firestack in #2604 - fix:test(ts/components/diversionPage): add
waitFor
forexpect
by @firestack in #2602 - cleanup:feat(ts/hooks/useDetour): convert
fetchFinishedDetour
to useuseApiCall
by @firestack in #2605
Full Changelog: 2024-05-16-1...2024-05-20-1
2024-05-16-1
What's Changed
- fix: Fix link for bootstrap icons by @joshlarson in #2596
- feat(storybook): Add storybook story for route ladder header by @joshlarson in #2598
- refactor: Make props for RouteLadder Header more targeted to what it actually renders by @joshlarson in #2599
Full Changelog: 2024-05-14-1...2024-05-16-1
2024-05-14-1
What's Changed
- feat(ts/components/map): allow zooming in more than the tileset native zoom by @firestack in #2589
- feat: Add a banner on the admin pages indicating what environment you're in by @joshlarson in #2594
- feat: Direct
About Skate
clicks to the /user-guide endpoint by @joshlarson in #2593
Full Changelog: 2024-05-13-1...2024-05-14-1
2024-05-13-1
What's Changed
- feat(ex/application): add deployment version to startup log by @firestack in #2587
- cleanup(gh/actions/ci): use
--prefix=assets
instead ofpushd
&popd
by @firestack in #2590 - chore(ex/ueberauth_oidcc): update from
0.3.1
~>0.4.0
by @firestack in #2592 - fix(gh/actions/ci): run npm tests with --detectOpenHandles so that we know which tests are leaking if it happens by @firestack in #2591
Full Changelog: 2024-05-09-1...2024-05-13-1
2024-05-09-1
What's Changed
- feat: Added route ladders to new minimal ladders page by @hannahpurcell in #2583
Full Changelog: 2024-05-08-2...2024-05-09-1
2024-05-08-2
What's Changed
- refactor: Have useDetour use the new useNearestIntersection by @joshlarson in #2579
- test(ex/skate_web/auth_controller): test for csrf failure by @firestack in #2586
Full Changelog: 2024-05-08-1...2024-05-08-2