Skip to content

Commit f4ee1f9

Browse files
committed
Bump to v3.0.0-alpha.7
1 parent edfdac1 commit f4ee1f9

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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.7] - 2018-03-05
11+
### Added
12+
- Localization and partial translations for fr, es, de, and af locales derived
13+
from existing translations in MR2 project (#136).
14+
- User settings for locale, default editor, and custom basemap on the
15+
User Profile page (#83).
16+
- Experimental support (disabled by default) for map-bounded task browsing and
17+
creation of virtual challenges (#135).
18+
- Display challenge last-modified timestamp to challenge owners (#142).
19+
- Offer edit and modify controls in task-review mode (#139).
20+
21+
### Changed
22+
- Update styling on View Challenge page for challenge owners.
23+
- Change label of Fix button to "Edit" (#140).
24+
- Other minor styling and labeling updates.
25+
26+
### Fixed
27+
- Honor challenge and user custom basemaps (#144).
28+
29+
1030
## [v3.00-alpha.6] - 2018-02-26
1131
### Added
1232
- Visual priority-rule builder for tasks when creating/editing challenges.

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

0 commit comments

Comments
 (0)