Releases: mbta/skate
Releases · mbta/skate
2024-10-31-1
What's Changed
- feat: make swings apply to current route tab by @firestack in #2892
- Revert "Revert "feat: Add connectionPoints and missedStops to the “Review Det…" by @hannahpurcell in #2891
- tweak: Rename detourText to copyableDetourText, fix typo by @hannahpurcell in #2879
- feat: Editable directions in state machine by @hannahpurcell in #2880
- feat(ts/detour/fs-element-steps): add element labels to next step in activate modal by @firestack in #2889
- tweak: Resize editable directions textbox by @hannahpurcell in #2883
- tweak: Active and Past detours use edited directions by @hannahpurcell in #2884
- feat: fix deployment by @firestack in #2886
- feat(ts/detour-entrypoints): add entrypoints for add detour by @firestack in #2888
Full Changelog: 2024-10-30-1...2024-10-31-1
2024-10-30-1
What's Changed
Full Changelog: 2024-10-29-1...2024-10-30-1
2024-10-29-1
What's Changed
- feat: Add connectionPoints and missedStops to the “Review Detour” panel by @hannahpurcell in #2878
- refactor:test(ex): use
DataCase.setup_sandbox
acording tophx.new
template by @firestack in #2865 - cleanup(.gitignore): import order from
phx.new
template by @firestack in #2869 - cleanup(ex/test): general cleanup related to upgrading to the latest Phoenix version and Template by @firestack in #2868
- fix: change
training_url
redirect by @firestack in #2887 - Revert "feat: Add connectionPoints and missedStops to the “Review Det… by @hannahpurcell in #2890
Full Changelog: 2024-10-25-1...2024-10-29-1
2024-10-25-1
What's Changed
- fix(css/vehicle-marker): fix commuter rail color by @firestack in #2876
- feat: Move and style copyButton, add to active and past detour views by @hannahpurcell in #2852
- fix: Avoid using non-unique stop names as key by @hannahpurcell in #2871
- feat(ex/test/factory): make user factory dynamic by @firestack in #2873
- feat: Add connection points to draft detour in progress by @hannahpurcell in #2872
- fix: Don't show connectionPoints on draw panel until they exist by @hannahpurcell in #2877
- feat(ts/detourMachine): add fs-events for waypoints by @firestack in #2882
- feat(ts/detours): add
data-fs-element
properties to detours flow by @firestack in #2881
Full Changelog: 2024-10-22-1...2024-10-25-1
2024-10-22-1
What's Changed
- tweak: Make the missed stops count badge round by @hannahpurcell in #2857
- tweak: Update detour panel titles / buttons to match hi-fi language by @hannahpurcell in #2853
- feat: Button icons for detour creation by @hannahpurcell in #2849
- feat(ts/components/markers): move vehicle marker into own file by @firestack in #2859
- tweak: Margin needed on missed stops badge, not padding by @hannahpurcell in #2866
- cleanup(css/shuttle-map): remove selected label color override on shuttle map by @firestack in #2863
- feat(ts/components/vehicleMarker): implement shuttle colors by @firestack in #2860
- refactor(ts/models/shuttle) implement shuttle prefix using
shuttleVariantFromRunId
by @firestack in #2862
Full Changelog: 2024-10-15-1...2024-10-22-1
2024-10-15-1
What's Changed
- refactor: Explicitly export
vehicleLabel
by @firestack in #2850 - feat(ts/components/vehicleMarker): use
ReactMarker
forVehicleMarker
Icon and Label by @firestack in #2847 - feat(ts/components/reactDivIcon): create custom
DivIcon
for React portals [optional] by @firestack in #2848 - fix: disable distributed elixir connections in production by @firestack in #2854
- tweak: Detour notifications behind test group by @hannahpurcell in #2855
- fix(ex/Realtime.Server): use
broadcast_local
instead ofbroadcast
by @firestack in #2856
Full Changelog: 2024-10-11-1...2024-10-15-1
2024-10-11-1
What's Changed
- feat: send detour notification when detour is activated by @firestack in #2821
- feat(ts/notifications): create notification card for detours by @firestack in #2819
- feat:cleanup(ex/test/factories): split factories into files by @firestack in #2832
- cleanup(ex/notifications/detour): remove changeset function by @firestack in #2833
- tweak: Move alert icon to route pill by @hannahpurcell in #2828
- fix:test: assert that detour is activated in test by @firestack in #2836
- tweak: Reorganize the detour panels into a folder by @hannahpurcell in #2839
- fix: update
tzdata
by @firestack in #2841 - fix: split up build and deploy steps by @firestack in #2838
- tweak: reorganize diversion page by @hannahpurcell in #2842
- feat: add detour deactivated notifications by @firestack in #2837
- feat(ex/notifications/notification_server): send notification to all connected Skate instances by @firestack in #2846
- feat: Open the detour modal from a notification by @hannahpurcell in #2835
- feat: Simple drawer component by @hannahpurcell in #2843
- feat: Active detour in mobile drawer by @hannahpurcell in #2844
- fix: Detour modal header should be blank on new creation workflow by @hannahpurcell in #2851
Full Changelog: 2024-09-30-1...2024-10-11-1
2024-09-30-1
What's Changed
- feat: Make Deactivate Modal match Hi-Fi designs by @joshlarson in #2826
- fix(ex/db/notifications): update or delete notifications if detour is updated or deleted by @firestack in #2830
Full Changelog: 2024-09-27-1...2024-09-30-1
2024-09-27-1
What's Changed
- feat:doc: stub doc headers for database tables by @firestack in #2803
- feat: Activate detour flow by @joshlarson in #2793
- feat: Add cell borders and colors for active detour table by @joshlarson in #2788
- feat: Deactivate detour flow by @joshlarson in #2805
- feat: Update confirm activate detour language by @joshlarson in #2812
- feat: Suppress "Return to regular route" button for non-dispatchers by @joshlarson in #2811
- feat: Added StepperBar to activate detour flow by @hannahpurcell in #2816
- feat: make
categorize_detour/2
public by @firestack in #2820 - feat: Suppress draft and closed detour tables on mobile by @joshlarson in #2807
- feat: Remove the "Are you sure?" modal on closing DiversionPanel by @joshlarson in #2818
- feat: Suppress draft and closed detour tables for non-dispatchers by @joshlarson in #2808
- feat: add detour notifications to notifications module by @firestack in #2813
- fix: disable code coverage until theres a better solution by @firestack in #2822
- fix: disable code coverage until theres a better solution by @firestack in #2823
- cleanup(ex/mix): sort dependencies by @firestack in #2824
- feat: Update activate detour modal to match hi-fi designs by @joshlarson in #2814
- feat: Contents for past detour page by @joshlarson in #2817
- feat: Update route ladder dropdown by @hannahpurcell in #2802
- feat: Add timestamp and author to detour modal header by @hannahpurcell in #2806
- feat: add detour notifications to notifications server by @firestack in #2815
Full Changelog: 2024-09-24-1...2024-09-27-1
2024-09-24-1
What's Changed
- refactor: move notification types into
content
field by @firestack in #2773 - fix:doc:
$type
was changed to__struct__
by @firestack in #2799 - feat: create detour status enum and "Timestamp Name" by @firestack in #2800
- feat: create detour notification table by @firestack in #2798
- feat: Reorganizes detour API items by @hannahpurcell in #2794
- feat: Detour controller updates for single detour by @hannahpurcell in #2795
- feat: Open a detour from detour list frontend by @hannahpurcell in #2797
- tweak: Preload author and retrieve detours in one query by @hannahpurcell in #2804
- feat: Display empty detour table icon when the table is empty by @joshlarson in #2777
- feat: Add properly-formatted headers to the detours list page by @joshlarson in #2785
- feat: Add icons and visibility descriptions to detour table headers by @joshlarson in #2786
Full Changelog: 2024-09-17-1...2024-09-24-1