Skip to content

Commit 15cc927

Browse files
committed
Bump to v3.0.0-alpha.6
1 parent 4e00920 commit 15cc927

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ 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.6] - 2018-02-26
11+
### Added
12+
- Visual priority-rule builder for tasks when creating/editing challenges.
13+
- Support for overpass turbo `@id` feature property when editing tasks.
14+
- Live preview of Markdown content during editing.
15+
- Restoration of challenge-owner map state when returning to it (#123).
16+
- Option for challenge-owners to export challenge comments as CSV.
17+
18+
### Changed
19+
- Users can comment on a task regardless of task status (#113).
20+
- Ignore unclustering setting on challenge-owner map and always cluster tasks
21+
if more than 1000 tasks would be visible.
22+
- Unclustering option only shown when at most 1000 tasks would be visible.
23+
24+
### Fixed
25+
- Don't fetch task data if tasks are still building or failed to build (#127).
26+
- Properly url-encode comments sent to external editors.
27+
28+
1029
## [v3.00-alpha.5] - 2018-02-19
1130
### Added
1231
- Support Matomo/PIWIK analytics integration (#30).

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

0 commit comments

Comments
 (0)