Skip to content

Commit 6747c97

Browse files
committed
Bump to v3.0.6
1 parent d4fe280 commit 6747c97

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ The format is based on
77
This project adheres to
88
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
99

10+
## [v3.0.6] - 2018-07-02
11+
### Added
12+
- Map control to fit task-completion map to task features.
13+
- Animate task features on map when new task loads.
14+
- Auto-suggest for challenge keywords when creating a challenge.
15+
- Jump to desired workflow step when editing a challenge.
16+
- Option to save-and-finish early when editing a challenge.
17+
- Various enhancements to experimental mobile support.
18+
19+
### Fixed
20+
- Don't offer edit-task link in admin task-map popup to project owners with
21+
read-only access.
22+
- Inconsistent whitespace on user profile page.
23+
24+
### Changed
25+
- Reuse task-completion map between tasks, preserving settings (#298).
26+
27+
1028
## [v3.0.5] - 2018-06-22
1129
### Added
1230
- Congratulate user when a challenge is completed (#112).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maproulette3",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

0 commit comments

Comments
 (0)