Skip to content

Commit 348446a

Browse files
feat: add changelog
1 parent 434014e commit 348446a

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Open Trip Planner - React Redux Changelog
2+
3+
# [3.0.0](https://github.com/opentripplanner/otp-react-redux/compare/v2.2.0...v3.0.0) (2021-04-13)
4+
5+
- Add mobile batch results screen
6+
- User Account Settings
7+
- Add more buttons to favorites management
8+
- Re-organize user settings
9+
- Add field trip module
10+
11+
# [3.1.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.0.1...v3.1.0) (2021-07-07)
12+
13+
- Add reverse directions button
14+
- Add mailables submodule to calltaker module
15+
- Improve map performance
16+
17+
# [3.2.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.1.2...v3.2.0) (2021-07-15)
18+
19+
- Add GTFS-RT vehicle overlay
20+
- Add user language settings
21+
- Support overriding strings
22+
23+
# [3.3.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.2.0...v3.3.0) (2021-07-22)
24+
25+
- Field trip module
26+
- Add save button
27+
- Add delete button
28+
- Allow configuration of capacity
29+
30+
# [3.4.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.3.0...v3.4.0) (2021-08-18)
31+
32+
- Add automatic a11y compliance tests
33+
- Adjust colors to conform with [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/).
34+
35+
# [3.5.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.4.3...v3.5.0) (2021-10-05)
36+
37+
- Add Traveler Tools Menu
38+
- Add Route Details Viewer
39+
- Move route viewer to title bar
40+
- Add support for displaying realtime vehicle positions
41+
- Support filtering routes by agency or mode
42+
43+
# [3.6.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.5.1...v3.6.0) (2021-10-21)
44+
45+
- Further replace colors with accessible ones
46+
- Add nearby amenities panel to stop viewer
47+
- Add support for Local Places Index
48+
49+
# [3.7.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.6.0...v3.7.0) (2021-11-12)
50+
51+
- Fix reported crashes
52+
- Zoom to stop when opening stop viewer
53+
- Display search results based on geolocation
54+
- New stop markers on map at high zoom levels
55+
- Add accessibility labels to legs and itineraries when accessible routing is enabled
56+
- Support showing multiple fare prices
57+
58+
# [3.8.0](https://github.com/opentripplanner/otp-react-redux/compare/v3.7.0...v3.8.0) (2021-12-16)
59+
60+
- Fix crashes reported to us
61+
- Improve screen reader experience
62+
- Add user setting for planning accessible trips by default
63+
- Support internationalization of most component

0 commit comments

Comments
 (0)