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