Skip to content

Commit

Permalink
rapid-v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 5, 2024
1 parent 52e0679 commit 5e66788
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# [2.2.3](https://github.com/facebook/Rapid/releases/tag/rapid-v2.2.3)
#### 2024-Jan-05

#### :bug: Bugfixes:
* [#1265] Autofocus preset search if the user clicked to open the preset pane
* [#1283] Fix display of community index text on post save screen
* [#1284] Marked crossing presets should avoid setting `crossing=yes` if a better tag can be used
* [#1286] Reset scroll of sidebar content when changing selection

[#1265]: https://github.com/facebook/Rapid/issues/1265
[#1283]: https://github.com/facebook/Rapid/issues/1283
[#1284]: https://github.com/facebook/Rapid/issues/1284
[#1286]: https://github.com/facebook/Rapid/issues/1286


# [2.2.2](https://github.com/facebook/Rapid/releases/tag/rapid-v2.2.2)
#### 2024-Jan-02

Expand All @@ -58,7 +73,6 @@ _Breaking developer changes, which may affect downstream projects or sites that
[#1282]: https://github.com/facebook/Rapid/issues/1282



# [2.2.1](https://github.com/facebook/Rapid/releases/tag/rapid-v2.2.1)
#### 2023-Dec-22

Expand Down
2 changes: 1 addition & 1 deletion modules/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Context extends EventEmitter {
super();

this.privacyVersion = '20201202';
this.version = '2.2.2'; // see https://semver.org/ for examples
this.version = '2.2.3'; // see https://semver.org/ for examples

// These may be set by our continuous deployment scripts, or left empty
this.buildID = '';
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.2.2",
"version": "2.2.3",
"description": "An AI-enhanced editor for OpenStreetMap",
"main": "dist/rapid.min.js",
"repository": "github:facebook/Rapid",
Expand Down

0 comments on commit 5e66788

Please sign in to comment.