Skip to content

Commit f4277f2

Browse files
committed
Bump to v3.0.0-alpha.5
1 parent a2d0ea7 commit f4277f2

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

10+
## [v3.00-alpha.5] - 2018-02-19
11+
### Added
12+
- Support Matomo/PIWIK analytics integration (#30).
13+
- Add task review mode for challenge owners.
14+
- Show task map and table to challenge owners when managing a challenge.
15+
- Indicate to challenge owners if challenge tasks are still being built
16+
(or failed to build) when managing a challenge (#85).
17+
- Offer cancel controls on various forms used by challenge owners.
18+
- Show popup with task properties when feature is clicked on map while
19+
working on a task.
20+
- Add user control for determining whether subsequent tasks in a challenge
21+
are loaded by random or by geographic proximity.
22+
23+
### Changed
24+
- Improve labels and descriptions of project, challenge, and task form fields
25+
for challenge owners during the creation and editing process.
26+
- Challenge tasks now load randomly by default, rather than by
27+
geographic proximity. This can be managed by the user on a per-challenge
28+
basis (#82).
29+
30+
### Fixed
31+
- Fix clicking on project name as challenge owner when project search yields a
32+
single result (#116).
33+
- Internationalize keyboard-shortcut labels.
34+
35+
1036
## [v3.00-alpha.4] - 2018-02-12
1137
### Added
1238
- Dedicated route for challenge browse mode so it can be linked to directly.

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.0-alpha.4",
3+
"version": "3.0.0-alpha.5",
44
"private": true,
55
"dependencies": {
66
"@turf/bbox": "^5.1.5",

0 commit comments

Comments
 (0)