Releases: mbta/dotcom
Releases · mbta/dotcom
2025.01.08.01
What's Changed
- Output cleanup by @anthonyshull in #2298
- fix: Comment out comment explaining readonly basic auth creds by @joshlarson in #2302
- fix: various styling things by @thecristen in #2305
- fix(TripPlanner.Results): various small things by @thecristen in #2307
- chore(TimetableController): add busway stop to shuttle overrides by @thecristen in #2308
- feat(Live.TripPlanner): support /from and /to shortcuts by @thecristen in #2306
- cleanup: Use Tailwind classes on admin page instead of inline styles by @joshlarson in #2311
- feat: Remove "Get Trip Suggestions" button and auto-submit on valid form by @joshlarson in #2309
Full Changelog: 2025.01.03.01...2025.01.08.01
2025.01.03.01
What's Changed
Note
Items which are not yet user-facing are displayed in italic style
- fix(TripPlanner): Clear the map when switching back to summary view by @joshlarson in #2283
- fix: Make DOM ID's unique for trip planner search boxes by @joshlarson in #2284
- ui(TripPlanner): Fix alignment of route symbol icon in transit leg by @joshlarson in #2281
- fix(TripPlanner): Ensure that colors on the map are accurate by @joshlarson in #2280
- fix: Make the first "Depart at" button active when selecting an itinerary group by @joshlarson in #2282
- fix(tests): Guarantee that TripPlannerTest headsigns are different from each other by @joshlarson in #2287
- fix(tests): Don't run tests that fail non-deterministically by @joshlarson in #2286
- fix(tests): Prevent router_test.exs from running async by @joshlarson in #2288
- fix: Don't show "No trips found" message when there are other errors by @joshlarson in #2290
- WIP - Make map and results summary sticky by @joshlarson in #2291
- deps: update mbta_metro to minor version 1 by @thecristen in #2292
- cleanup(Live.TripPlanner): inputs UI polish by @thecristen in #2293
- build(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #2270
- build(deps): bump systeminformation from 5.21.24 to 5.23.14 by @dependabot in #2285
- feat: add another basic auth credential by @thecristen in #2294
- cleanup(Live.TripPlanner): even more UI polish by @thecristen in #2295
- fix(TransitLeg): collapse for any non-zero number of intermediate stops by @thecristen in #2296
- Dont show irrelevant alerts by @anthonyshull in #2299
Full Changelog: 2024.12.20.01...2025.01.03.01
2024.12.20.01
What's Changed
- feat: Add alert info to trip planner output by @joshlarson in #2269
- ui(TripPlanner): Make <.itinerary_detail /> more closely match final designs by @joshlarson in #2275
- ui(TripPlanner): Fix margins, paddings, and borders for results panel by @joshlarson in #2276
- cleanup: Remove unused aliases by @joshlarson in #2277
- ui(TripPlanner): Use small bus icons in trip planner transit legs by @joshlarson in #2279
- feat(TripPlanner): Show more itineraries by @joshlarson in #2278
Full Changelog: 2024.12.16.02...2024.12.20.01
2024.12.16.02
What's Changed
- Improve state management by @anthonyshull in #2266
- fix: Make the "Service every 15 minutes or better" text black by @joshlarson in #2273
- fix(DailySchedule): improve identification of today's service by @thecristen in #2274
Full Changelog: 2024.12.16.01...2024.12.16.02
2024.12.16.01
What's Changed
- refactor(TransitDetail): use trip struct by @thecristen in #2260
- chore: completely remove key bus route designation by @thecristen in #2271
- bnrd: add redirect for closed 117 route by @thecristen in #2272
Full Changelog: 2024.12.13.01...2024.12.16.01
2024.12.13.01
What's Changed
- chore: allow running Redis standalone by @paulswartz in #2268
- feat: Update confirmation message for the customer support feedback form by @joshlarson in #2265
Full Changelog: 2024.12.12.01...2024.12.13.01
2024.12.12.01
What's Changed
- Add walking legs to the trip plan details by @anthonyshull in #2246
- refactor: Change itinerary-panel-view state for TripPlannerResultsSection by @joshlarson in #2242
- refactor: Convert TripPlannerResultsSection to a function component by @joshlarson in #2252
- fix(layout): Shrink margin-top for schedule headers by @joshlarson in #2254
- feat: Update train schedule headways for Winter 2025 Rating by @joshlarson in #2255
- test: Update inaccurate test name by @joshlarson in #2256
- feat: Suppress "Depart at" buttons when there's only one itinerary by @joshlarson in #2250
- fix: Make "Depart at" buttons wrap rather than overflow by @joshlarson in #2259
- cleanup: We only need to alias PersonalDetail once by @joshlarson in #2257
- feat: Add "Service every 15 minutes or better" badge for frequent bus routes by @joshlarson in #2253
- WIP: feat(TripPlanner): transit leg and itinerary locations by @thecristen in #2251
- fix: Remove invocation of @target from <.itinerary_detail /> by @joshlarson in #2261
- refactor: Convert itinerary legs to segments for easier rendering by @joshlarson in #2262
- Itinerary detail map by @anthonyshull in #2258
- refactor(ServiceOptGroup): simplified text by @thecristen in #2263
- fix: De-duplicate start and end locations when they're next to transit segments by @joshlarson in #2264
Full Changelog: 2024.12.05.01...2024.12.12.01
2024.12.05.01
What's Changed
- fix: Remove wheelchair icon from non-accessible stop pages by @joshlarson in #2244
- refactor(TripPlan.ItineraryGroups): incorporate feedback by @thecristen in #2224
- deps: upgrade algolia-autocomplete libs by @thecristen in #2247
- refactor: use a different Base64 encoder before sending mail via SES by @thecristen in #2245
- feat(TripPlanner): display backend error message by @thecristen in #2243
- fix: Make Service.serves_date?/2 use added_stops as a full override by @joshlarson in #2248
Full Changelog: 2024.12.03.01...2024.12.05.01
2024.12.03.01
What's Changed
- feat: Toggle between summary and details view in itinerary panel by @joshlarson in #2232
- feat(trip_planner): Use <.itinerary_summary /> in the details panel by @joshlarson in #2237
- chore: convert root template to .heex by @thecristen in #2233
- Revert "chore: convert root template to .heex (#2233)" by @joshlarson in #2239
- feat: Arrange map and plan results correctly on desktop and mobile by @joshlarson in #2240
- refactor: Inline <.itinerary_group /> component into TripPlannerResultsSection by @joshlarson in #2241
- build(deps): bump requirejs from 2.3.6 to 2.3.7 by @dependabot in #2148
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #2226
- feat: Show "Depart at" buttons and show the correct itinerary on click by @joshlarson in #2238
Full Changelog: 2024.11.22.01...2024.12.03.01
2024.11.22.01
What's Changed
- Update metro by @thecristen in #2225
- feat: Add a nicer summary view for trip planner output by @joshlarson in #2204
- chore: add svg img roles, improve title tags by @thecristen in #2223
- fix(PredictionsChannel): filter out past predictions by @thecristen in #2229
- fix: Swap the sense of the Regex.match? call in route_symbols_test by @joshlarson in #2234
Full Changelog: 2024.11.15.01...2024.11.22.01