TM v4.5.2
This release primarily adds test cases and dependency updates. However, there are other updates that you can read from the January blog post for more detail.
What's Changed
- Fix the relative path to navigate to when clicking outside the notification modal by @HelNershingThapa in #5430
- Update styles for user stats under contributions section by @HelNershingThapa in #5432
- Update OSMCha URLs by @willemarcel in #5434
- Add spellcheck props for the markdown editor by @HelNershingThapa in #5436
- Opt out of dark mode from the markdown editor by @HelNershingThapa in #5437
- Update contributing.md by @petya-kangalova in #5423
- Rename LICENSE.txt to LICENSE.md by @petya-kangalova in #5421
- Create code_of_conduct.md by @petya-kangalova in #5422
- Bump eventsource from 1.0.7 to 1.1.1 in /frontend by @dependabot in #5164
- Bump react-select-event from 5.3.0 to 5.5.1 in /frontend by @dependabot in #5346
- Bump workbox-recipes from 6.1.5 to 6.5.4 in /frontend by @dependabot in #5345
- Bump @testing-library/jest-dom from 5.14.1 to 5.16.5 in /frontend by @dependabot in #5287
- Bump ajv from 6.12.0 to 6.12.6 in /frontend by @dependabot in #5021
- Bump @testing-library/react-hooks from 7.0.0 to 8.0.1 in /frontend by @dependabot in #5190
- Bump @testing-library/user-event from 13.1.9 to 14.4.3 in /frontend by @dependabot in #5295
- Include all team members on payload for team join notifications request by @HelNershingThapa in #5444
- Redirect from /learn to /learn/map by @HelNershingThapa in #5462
- Display the notification modal without being directed to the notification list(inbox) page by @HelNershingThapa in #5443
- Bump prettier from 2.6.2 to 2.8.1 in /frontend by @dependabot in #5459
- Bump express from 4.17.1 to 4.18.2 in /frontend by @dependabot in #5465
- Bump osmtogeojson from 3.0.0-beta.4 to 3.0.0-beta.5 in /frontend by @dependabot in #5449
- Bump date-fns from 2.28.0 to 2.29.3 in /frontend by @dependabot in #5446
- Bump react-calendar-heatmap from 1.8.1 to 1.9.0 in /frontend by @dependabot in #5344
- Bump query-string from 7.0.1 to 7.1.3 in /frontend by @dependabot in #5451
- Display priority boxes for all priority options by @HelNershingThapa in #5464
- Handle random task selection enforcement on task selection page by @HelNershingThapa in #5409
- Revise popup implementation for task detail by @HelNershingThapa in #5490
- Circleci update resource class and limit cache for frontend deps by @dakotabenjamin in #5493
- Handle tab click event to select user handles by @HelNershingThapa in #5494
- Use ci cache version and further limit key checks by @dakotabenjamin in #5495
- Revise styles for the user settings page by @HelNershingThapa in #5502
- Add option to revert validated tasks by a specific user in a project by @Aadesh-Baral in #5496
- Bump marked from 4.0.18 to 4.2.5 in /frontend by @dependabot in #5497
- Bump react-select from 4.3.1 to 5.7.0 in /frontend by @dependabot in #5476
- Bump @tmcw/togeojson from 4.4.1 to 4.7.0 in /frontend by @dependabot in #5478
- Bump @testing-library/react from 12.0.0 to 12.1.5 in /frontend by @dependabot in #5477
- Update tests for the campaigns, licenses, organizations, users and categories sections under the management area by @HelNershingThapa in #5485
- Resolve console warnings on the landing page by @HelNershingThapa in #5482
- Add test cases for teams section under the management area by @HelNershingThapa in #5514
- Revise styles for the project detail page by @HelNershingThapa in #5516
- Update test cases for statistics section under the management area by @HelNershingThapa in #5521
- Brush up styles for project detail by @HelNershingThapa in #5523
- Add link to HDYC Neis One profile from the user profile page by @HelNershingThapa in #5522
- Update test cases for projects section under the management area by @HelNershingThapa in #5525
- Bump source-map-explorer from 2.5.2 to 2.5.3 in /frontend by @dependabot in #5508
- Bump react-datepicker from 4.1.1 to 4.8.0 in /frontend by @dependabot in #5475
- Bump json5 from 1.0.1 to 1.0.2 in /frontend by @dependabot in #5511
- Bump mapbox-gl from 1.13.1 to 1.13.2 in /frontend by @dependabot in #5506
- Update tests for overview section under the management area by @HelNershingThapa in #5530
- Bump dompurify from 2.2.9 to 2.4.3 in /frontend by @dependabot in #5528
- Replace @mapbox/geo-viewport with @placemarkio/geo-viewport by @HelNershingThapa in #5531
- Bump @sentry/tracing and @sentry/react from 7.24.2 to 7.31.0 in /frontend by @HelNershingThapa in #5533
- Bump @uiw/react-md-editor from 3.19.0 to 3.20.2 in /frontend by @dependabot in #5507
- Update tests for My Contributions page by @HelNershingThapa in #5541
- Add parameter to filter project by user interests by @Aadesh-Baral in #5407
- Fix issue with undo when multiple same status by @Aadesh-Baral in #5542
- Always use English locale as country payload by @HelNershingThapa in #5543
- Add tests for footer component by @HelNershingThapa in #5545
- Update tests for the header and its components by @HelNershingThapa in #5549
- Bump humanize-duration from 3.27.0 to 3.28.0 in /frontend by @dependabot in #5536
- Add textfield to search for team members on the team detail page by @HelNershingThapa in #5551
- Fix project header boxes to be next to project title by @HelNershingThapa in #5552
- Uniform contributor count across project list and project detail views by @d-rita in #5425
- Fix unread notification count on popup by @HelNershingThapa in #5556
- Update nav learn link to not have type param by @HelNershingThapa in #5557
- Add tests for projects endpoint by @Aadesh-Baral in #5489
- Bump sass from 1.35.1 to 1.58.0 in /frontend by @dependabot in #5554
- Fix failing project contrib tests after #5489 merge by @Aadesh-Baral in #5558
- Bump use-query-params from 1.2.2 to 2.1.2 in /frontend by @HelNershingThapa in #5562
- Brush up on responsiveness of the navigation bar by @HelNershingThapa in #5571
- Fix typos in example.env by @johantiden in #5573
New Contributors
- @johantiden made their first contribution in #5573
Full Changelog: v4.5.1...4.5.2