Skip to content

Commit

Permalink
rapid-v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Aug 30, 2021
1 parent 371ce51 commit c1df3dd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,26 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# [1.1.7](https://github.com/facebookincubator/RapiD/releases/tag/rapid-v1.1.7)
##### 2021-Aug-30

#### :sparkles: Usability & Accessibility
* Add link button next to website field ([iD#8650])

#### :bug: Bugfixes
* Various fixes for validator involving stale state and detections ([iD#8663], [iD#8655], [#300])
* Fix issue involving shift-clicking and lasso-selecting features ([#299], [#301])
* Fix issue involving copy-paste ([#311])

[#299]: https://github.com/facebookincubator/RapiD/issues/299
[#300]: https://github.com/facebookincubator/RapiD/issues/300
[#301]: https://github.com/facebookincubator/RapiD/issues/301
[#311]: https://github.com/facebookincubator/RapiD/issues/311
[iD#8650]: https://github.com/openstreetmap/iD/issues/8650
[iD#8655]: https://github.com/openstreetmap/iD/issues/8655
[iD#8663]: https://github.com/openstreetmap/iD/issues/8663


# [1.1.6](https://github.com/facebookincubator/RapiD/releases/tag/rapid-v1.1.6)
##### 2021-Aug-19

Expand Down
2 changes: 1 addition & 1 deletion modules/core/rapid_context.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { utilRebind } from '../util';
export function coreRapidContext(context) {
const dispatch = d3_dispatch('task_extent_set');
let _rapidContext = {};
_rapidContext.version = '1.1.6';
_rapidContext.version = '1.1.7';
_rapidContext.showPowerUser = context.initialHashParams.poweruser === 'true';

function distinct(value, index, self) {
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": "RapiD",
"version": "1.1.6",
"version": "1.1.7",
"description": "An AI-enhanced editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:facebookincubator/RapiD",
Expand Down

0 comments on commit c1df3dd

Please sign in to comment.