Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file.
The format is based on
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [v3.18.4] - 2026-07-16

Released with [maproulette-backend v4.9.5](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.5)

* Show MR tags in review pane without requiring a refresh by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2851
* Allow reviewers to update task completion state from Review pane by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2846
* Fly map to selected Nominatim search result on Find Challenges by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2848
* fixes defaultMessage colission between "review" and "review again" by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2865
* fix height of the map on the work on multiple tasks widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2866
* Add challenge paused functionality and UI updates by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2868
* update react-datepicker to v9.1.0 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2870
* Add meta-approved and meta-rejected notification types by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2871
* Bump ws from 8.18.0 to 8.21.1 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2873
* [Transifex} Updates for project maproulette3 by @transifex-integration[bot] in https://github.com/maproulette/maproulette3/pull/2872
* Add task lock countdown and extend lock functionality in TaskPane by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2869
* update translations in prep for v3.18.4 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2874

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.18.3...v3.18.4

## [v3.18.3] - 2026-07-02

Released with [maproulette-backend v4.9.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.4)

* Bump shell-quote from 1.8.1 to 1.8.4 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2849
* Bump form-data from 4.0.4 to 4.0.6 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2855
* Bump protocol-buffers-schema from 3.6.0 to 3.6.1 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2834
* Bump uuid from 8.3.2 to 14.0.0 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2836
* Bump postcss from 8.5.3 to 8.5.15 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2842
* Implement OAuth redirect_uri handling for sign in by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2857
* Bump esbuild, vitest, @vitejs/plugin-react-swc, @vitest/coverage-v8 and vite by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2854
* Update OAuth URL in .env to use full server address by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2861
* remove redirect uri from login request by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2862

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.18.2...v3.18.3

## [v3.18.2] - 2026-06-02

Released with [maproulette-backend v4.9.0](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.0)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.18.2",
"version": "3.18.4",
"type": "module",
"private": true,
"scripts": {
Expand Down
Loading