Releases: maproulette/maproulette3
Releases · maproulette/maproulette3
v3.14.2-prerelease1
What's Changed
- change default lat/lon default and make the order of lat/lon its own user setting in location widget by @CollinBeczak in #2172
- Challenge creation OSM automated edits policy warning/agreement by @AndrewPhilbin in #2165
- make share links compatible with short links by @jschwarz2030 in #2175
- replace remaining instances of Too Hard label by @jschwarz2030 in #2176
- Support Node 18, 20, 21 by @jschwarz2030 in #2182
- make that layer options persist across tasks by @CollinBeczak in #2185
- disable rapid edit mode when in a cooperative task by @CollinBeczak in #2186
- add commentsWidget to task completion layouts by @CollinBeczak in #2187
- Super Admin Settings by @jschwarz2030 in #2189
- add mr tags to review widget and prevent duplicate tags by @CollinBeczak in #2191
- add option to remove individual tasks from bundles by @CollinBeczak in #2184
- capture user settings changes in local state by @jschwarz2030 in #2192
Full Changelog: v3.14.1...v3.14.2-prerelease1
v3.14.1
What's Changed
- call backend service for system notices by @jschwarz2030 in #2179
- add silent catch statement to system notices call by @jschwarz2030 in #2180
Full Changelog: v3.14.0...v3.14.1
v3.14.0
What's Changed
- merge develop to main by @jschwarz2030 in #1935
- Remove reference of gitflow in DEVELOPMENT.md by @ljdelight in #2135
- Update the GH actions to improve build times by @ljdelight in #2136
- add fail safe for widget layout prop (Fix "Cannot create MapRoulette challenge" issue) by @CollinBeczak in #2138
- add date origin date to bulk edit by @jschwarz2030 in #2141
- fix project search and tags by @CollinBeczak in #2142
- change button "Too Hard / Can't See" to "Can't Complete" by @CollinBeczak in #2147
- fix input selection when adding tag in tag fix challenge by @CollinBeczak in #2148
- fix task bundle width default and minimum by @CollinBeczak in #2140
- Fix hot module reload undefined window.process error in development by @AndrewPhilbin in #2143
- update transifex config by @jschwarz2030 in #2154
- Bulk edit instructions and confirmation modal by @jschwarz2030 in #2151
- add defaults for nested objects in user properties by @CollinBeczak in #2153
- Update Rapid editor url by @arch0345 in #2155
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #2145
- support short url and short path in changesets by @jschwarz2030 in #2156
- add defaults for short url to env by @jschwarz2030 in #2160
- make all keyboard shortcuts in option dropdown menu active by @CollinBeczak in #2144
- change complete together shortcut key and make it so the shortcut is disabled when there are no selected tasks by @CollinBeczak in #2149
- edit error message on failed challenge creation to not include unique name constraint by @CollinBeczak in #2158
- Fix task filter layout for smallest TaskBundleWidget size by @AndrewPhilbin in #2164
- revert description by @CollinBeczak in #2169
- add sign in validation on fix includes undefined by @CollinBeczak in #2167
- add catches for fetching projects by @CollinBeczak in #2168
- bump to v3.14.0 by @jschwarz2030 in #2171
New Contributors
Full Changelog: v3.13.2...v3.14.0
v3.14.0-prerelease2
Small fix for cramped filters in task bundle widget at smallest widge…
v3.14.0-prerelease1
add defaults for short url to env (#2160)
v3.13.3-prerelease2
Bulk edit instructions and confirmation modal (#2151) * add detailed instructions to bulk edit * add bulk confirmation page * transifex fixes * remove comment
v3.13.3-prerelease1
Features
- Add lasso and virtual challenge creation functionality to challenge dashboard map - @CollinBeczak
- Add bulk editing of the date That Data Was Sourced within a project - @jschwarz2030
- Change button "Too Hard / Can't See" to "Can't Complete" - @CollinBeczak
Fixes
- Fix input selection when adding tag in tag fix challenges - @CollinBeczak
- Fix the routing logic and tag results for the "Find Challenges" page when searching for projects - @CollinBeczak
- fix task bundle widget width minimum - @CollinBeczak
- Update react-error-overlay version - @AndrewPhilbin
System Updates
- Modified the
ChallengeController
to storetaskWidgetLayout
as an empty JSON object instead of an empty string
when the field is not provided in the request. - @ljdelight - Updated
MRSchemaTypes
in the GraphQL schema to handletaskWidgetLayout
as an optional JSON value, defaulting to
an empty JSON object when not present. - @ljdelight
v3.13.2-rev1
v3.13.2
[v3.13.2] - 2023-10-17
Release with maproulette-backend_v4.4.8
Features
- Add lasso and virtual challenge creation functionality to challenge dashboard map - @CollinBeczak
- Add user setting for random/nearby selection - @CollinBeczak
- Add drop box for recommended widget layout in challenge creation form - @CollinBeczak
- Add notice for recommended widget layouts in task completion flow - @CollinBeczak
- Add user app setting for saving filters in task bundle widget in task completion workflow - @AndrewPhilbin
- Add visual filter indications for all dropdown task filters - @AndrewPhilbin
Fixes
- Remove word number requirement from challenge editor - @CollinBeczak
- Fix task property search clear bug - @AndrewPhilbin
- Fix workspace layout name keypress crash bug - @AndrewPhilbin
- Fix confirmation keyboard shortcuts - @CollinBeczak
System Updates
- Update all node version references to node 16 - @CollinBeczak
- Add Stringified widget layout JSON to challenge table - @CollinBeczak
v3.13.1-rev4
[v3.13.1-rev4] - 2023-9-19
- Fix bug with Task ID filtering in Find Challenges
- Fix bug with changeset comment prop in TaskMapWidget/RapidEditor components