Skip to content

Commit a145ec9

Browse files
committed
Bump to v3.0.0-alpha.3
1 parent 759287c commit a145ec9

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,56 @@
11
# Changelog
2-
This project follows Semantic Versioning.
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on
5+
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
7+
This project adheres to
8+
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
9+
10+
11+
## [v3.00-alpha.3] - 2018-02-05
12+
### Added
13+
- Add metrics tab to to View Projects page sidebar.
14+
- Show task clusters on locator map when browsing a challenge.
15+
- Allow user to start a task by clicking on a task marker on map.
16+
- Allow task instructions to be collapsed/minimized (#29).
17+
- Allow social sharing to be disabled.
18+
- Require confirmation from user before deleting a challenge.
19+
- Add link to start challenge on View Challenge page (#35).
20+
- Other minor improvements.
21+
22+
### Changed
23+
- Improve local map-bounded searches by utilizing challenge bounding data.
24+
- Modularize lodash functions to reduce size of MR3 distribution file.
25+
- Don't show duplicate errors to user in event of multiple failures.
26+
- Make existing task status more visually obvious when completing a task.
27+
28+
### Fixed
29+
- Fix task completion button layout (#39).
30+
- Fix create-and-manage headings on smaller desktop screens (#36).
31+
- Fix user experience around deleting challenges (#37).
32+
33+
### Removed
34+
- Temporarily remove delete project control.
35+
336

437
## [v3.00-alpha.2] - 2018-01-29
538
### Added
639
- Begin roughing out View Project in create-and-manage area.
740
- CHANGELOG.md file
841

9-
### CHANGED
42+
### Changed
1043
- Numerous visual fixes and changes, especially around task completion.
1144
- README updated
1245

13-
### FIXED
46+
### Fixed
1447
- Fix unit tests to run in any timezone.
1548
- Allow completion comment to be submitted from Step 2 of task completion (#8).
1649
- Fix erroneous challenge searches (#14, #16, #20)
1750
- Only show allowed status controls based on existing task status (#3)
1851
- Varous visual fixes (#4, #9)
1952

53+
2054
## [v3.0.0-alpha.1] - 2018-01-24
2155
### Added
2256
- Initial release

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

0 commit comments

Comments
 (0)