Skip to content

Commit

Permalink
rapid-2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jul 16, 2024
1 parent 0d94ec3 commit 5913545
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
34 changes: 29 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,40 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# [2.3.2](https://github.com/facebook/Rapid/releases/tag/rapid-v2.3.2)
#### 2024-Jul-16

#### :sparkles: Usability & Accessibility
* [#1434] Allow toggling Rapid features from the Map Data panel

#### :bug: Bugfixes:
* [#1441] Enabling 3D Map moves the map to Null Island
* [#1445] Loading Esri Wayback config file from S3 is blocked in some regions
* [#1436], [#1446] Allow viewing hidden challenges if MapRoulette challenge ID is provided
* [#1071], [#1137], [#1440] Don't cancel multiselection when <kbd>Shift</kbd>-clicking on an empty part of the map
* [#1431] Don't allow Context to init twice

[#1071]: https://github.com/facebook/Rapid/issues/1071
[#1137]: https://github.com/facebook/Rapid/issues/1137
[#1431]: https://github.com/facebook/Rapid/issues/1431
[#1434]: https://github.com/facebook/Rapid/issues/1434
[#1436]: https://github.com/facebook/Rapid/issues/1436
[#1440]: https://github.com/facebook/Rapid/issues/1440
[#1441]: https://github.com/facebook/Rapid/issues/1441
[#1445]: https://github.com/facebook/Rapid/issues/1445
[#1446]: https://github.com/facebook/Rapid/issues/1446


# [2.3.1](https://github.com/facebook/Rapid/releases/tag/rapid-v2.3.1)
#### 2024-May-12

#### :bug: Bugfixes:
* Various issues with MapRoulette integration:
* [#1412] Network activity causing performance issues
* [#1413] Some Maproulette tasks showing up as missing
* [#1415] `#maproulette` hashtag being applied even when no MapRoulette tasks completed
* [#1418] Should not show markers for tasks/challenges not-yet-enabled
* [#1420] Comments shouldn't be required, also should use default comment and sources attached to the challenge
* [#1412] Network activity causing performance issues
* [#1413] Some Maproulette tasks showing up as missing
* [#1415] `#maproulette` hashtag being applied even when no MapRoulette tasks completed
* [#1418] Should not show markers for tasks/challenges not-yet-enabled
* [#1420] Comments shouldn't be required, also should use default comment and sources attached to the challenge

[#1412]: https://github.com/facebook/Rapid/issues/1412
[#1413]: https://github.com/facebook/Rapid/issues/1413
Expand Down
2 changes: 1 addition & 1 deletion modules/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class Context extends EventEmitter {
constructor() {
super();

this.version = '2.3.1'; // see https://semver.org/ for examples
this.version = '2.3.2'; // see https://semver.org/ for examples

// If user has not seen this version of our software, we will show them a modal at startup.
// Just bump these dates to a higher number to get the screen to come back.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/rapid",
"version": "2.3.1",
"version": "2.3.2",
"description": "An AI-enhanced editor for OpenStreetMap",
"repository": "github:facebook/Rapid",
"homepage": "https://rapideditor.org",
Expand Down

0 comments on commit 5913545

Please sign in to comment.