Releases: wtg/shubble
Releases · wtg/shubble
Shubble v2.1.2
What's Changed
- Fixed <1024px issue with schedule and header behavior by @IBurntMyBagel in #134
- Introduce new domains for github actions by @williamschen23 in #137
- New routes by @jmccand in #142
- complete [UI]: Add hover effect to stop and change mouse cursor by @polibear21 in #132
- load shuttles on test startup - issue 110 by @hinyan17 in #147
- fix: Calculate the start of day in America/New_York by @RichardJSun in #150
New Contributors
- @IBurntMyBagel made their first contribution in #134
- @hinyan17 made their first contribution in #147
Full Changelog: 2.1.0...2.1.2
Shubble v2.1.0
What's Changed
- Remove shuttle when it exits by @jmccand in #55
- Add an endpoint to generate static routes using Directions API (MapKit JS) by @jmccand in #65
- Improve testing infrastructure to test loops by @jmccand in #68
- Improve CI workflow and add security restrictions by @williamschen23 in #60
- Bump @eslint/js from 9.30.1 to 9.34.0 by @dependabot[bot] in #82
- Bump eslint from 9.30.1 to 9.34.0 by @dependabot[bot] in #77
- Bump @vitejs/plugin-react from 4.6.0 to 5.0.1 by @dependabot[bot] in #78
- Bump globals from 15.15.0 to 16.3.0 by @dependabot[bot] in #84
- Bump react-dom and @types/react-dom by @dependabot[bot] in #79
- Bump react-router from 7.6.3 to 7.8.2 by @dependabot[bot] in #80
- Bump vite from 6.3.5 to 7.1.3 by @dependabot[bot] in #81
- Bump @types/react from 19.1.8 to 19.1.12 by @dependabot[bot] in #94
- Merge changes from shubble data during the summer by @jmccand in #96
- Bump @vitejs/plugin-react from 5.0.1 to 5.0.2 by @dependabot[bot] in #93
- Bump @types/react-dom from 19.1.7 to 19.1.9 by @dependabot[bot] in #92
- Bump vite from 7.1.3 to 7.1.5 by @dependabot[bot] in #104
- feat(UI): Show User Location on Map by @RichardJSun in #121
- Change selectedSchedule on map stop click by @polibear21 in #120
- feat: Verify Samsara signature in webhook route by @RichardJSun in #122
New Contributors
- @RichardJSun made their first contribution in #118
- @polibear21 made their first contribution in #120
Full Changelog: 2.0.0...2.1.0
Shubble v2
What's Changed
- Use a database on the backend + setup database infrastructure such as Alembic migrations
- Bump requests from 2.32.3 to 2.32.4 in /server by @dependabot[bot] in #24
- [Shubble Data] Reading live locations from backend and handling null shuttle ids and locations by @kyramccand in #28
- Remove mapkit key endpoint and switch to vite variables by @jmccand in #35
- Make shuttle routes static by @jmccand in #44
- Use route data to make frontend more reliable by @jmccand in #46