Skip to content

Commit eb345c0

Browse files
committed
Bump to v3.0.0-beta.3
1 parent 27d0a8d commit eb345c0

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-beta.3] - 2018-03-26
11+
### Added
12+
- Virtual challenges created from map-bounded tasks now exactly match
13+
tasks displayed on the map.
14+
- Support browsing virtual challenges via direct URL.
15+
- Visual indicator when working on, or browsing, a virtual challenge.
16+
- Display reason if creation of virtual challenge fails.
17+
- Notify user if attempt is made to work on an expired virtual challenge.
18+
- Renew virtual challenge expiration when there is new activity on it.
19+
- Allow virtual challenge duration to be configured via .env file.
20+
- Move extra task controls into new collapsible "More Options" section (#189).
21+
- Toggling of task-features layer on or off when working on tasks (#202).
22+
- Challenge progress bars now reflect task-status breakdown (#201).
23+
- Performance improvements to challenge results-list rendering.
24+
- More informative message to challenge owner if challenge has no GeoJson.
25+
- Reason for failure to build tasks now shown to challenge owner (#86).
26+
- Various minor user interface tweaks and improvements.
27+
28+
### Changed
29+
- GeoJSON tab in challenge creation/editing is now optional (#200)
30+
31+
### Fixed
32+
- Challenge status is no longer carried over when cloning a challenge.
33+
- Challenge data is properly loaded when following a browse link (#224).
34+
35+
1036
## [v3.00-beta.2] - 2018-03-19
1137
### Added
1238
- Back-to-MR2 banner link in navbar (#172).

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-beta.2",
3+
"version": "3.0.0-beta.3",
44
"private": true,
55
"dependencies": {
66
"@mapbox/geojsonhint": "^2.0.1",

0 commit comments

Comments
 (0)