Releases: mbta/dotcom
Releases · mbta/dotcom
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
2024.11.15.01
What's Changed
- chore: add integrity attribute to external links by @thecristen in #2215
- update package-lock to reflect metro deps by @thecristen in #2217
- feat(Plugs.SecureHeaders): add secure headers to errors and static files by @thecristen in #2216
- Round predictions instead of flooring them by @anthonyshull in #2219
- chore: remove StaticPageController by @thecristen in #2214
- Remove mobile app ad banner by @anthonyshull in #2222
- Take trip planner query params into account in the new trip planner by @anthonyshull in #2218
Full Changelog: 2024.11.07.01...2024.11.15.01
2024.11.07.01
What's Changed
- Add arcgis.com to the CSP by @anthonyshull in #2210
- Add the new metro map component to the preview trip planner by @anthonyshull in #2208
- Switch away from using npm for metro by @anthonyshull in #2212
- remove husky by @thecristen in #2213
Full Changelog: 2024.11.01.01...2024.11.07.01
2024.11.01.01
What's Changed
- fix: Upgrade OTP client to a version that allows walking directions when appropriate by @joshlarson in #2207
- feat: /vote page by @joshlarson in #2211
Full Changelog: 2024.10.29.01...2024.11.01.01
2024.10.29.01
What's Changed
- Upgrade dependencies 2024-10 by @anthonyshull in #2205
- fix: Have vanity links point to dotcom, rather than CDN by @joshlarson in #2206
Full Changelog: 2024.10.25.01...2024.10.29.01
2024.10.25.01
What's Changed
- fix: Don't overwrite dep directories in
docker-compose
'ed containers by @joshlarson in #2182 - refactor(TripPlannerForm): use LiveComponent by @thecristen in #2173
- feat: Replace hard-coded image links with vanity URL's by @joshlarson in #2183
- fix: Remove negative margin from mobile app banner by @joshlarson in #2184
- tests: Don't start DotcomWeb.Endpoint as a server in tests by @joshlarson in #2180
- author: Add Josh to AUTHORS file by @joshlarson in #2177
- refactor(docker): Unify dev Dockerfiles by @joshlarson in #2185
- feat(docker): Add
mix deps.get
to Dockerfile CMD by @joshlarson in #2186 - feat(docker): Allow dotcom-1 and dotcom-2 start in parallel in docker compose by @joshlarson in #2188
- fix: Upgrade faker to be compatible with Elixir 1.17 by @joshlarson in #2189
- Show alternative times and tests by @anthonyshull in #2187
- build(deps): bump axios from 1.6.8 to 1.7.4 by @dependabot in #2149
- build(deps): bump cookie and cookie-parser by @dependabot in #2193
- chore(TripPlan.InputForm): change modes type from enum to map by @thecristen in #2192
- fix: Remove "*" CSP, which was generating warnings by @joshlarson in #2197
- feat(LiveComponents.TripPlannerForm): fixes for mode selector + updated MbtaMetro & overhauled typography by @thecristen in #2194
- fix: Restore cache calls in LocationService, fixing some warnings by @joshlarson in #2190
- fix: Remove
paths-ignore
from CI Github Action config by @joshlarson in #2201 - fix: Failing "publish docs" build by @joshlarson in #2199
- fix: Icon location for docs by @joshlarson in #2202
- Polished date picker implementation by @anthonyshull in #2195
- fix: Update module name for ItineraryGroupTest to fix warning by @joshlarson in #2200
- Show the ad for the mobile app to everyone not on an android by @anthonyshull in #2203
Full Changelog: 2024.10.02.01...2024.10.25.01
2024.10.02.01
What's Changed
- feat: Remove local-dev Content Security Policy by @joshlarson in #2179
- fix: Add images to alerts that are rendered on react pages by @joshlarson in #2181
New Contributors
- @joshlarson made their first contribution in #2179
Full Changelog: 2024.09.27.01...2024.10.02.01