|
1 | 1 | # 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 | + |
3 | 36 |
|
4 | 37 | ## [v3.00-alpha.2] - 2018-01-29 |
5 | 38 | ### Added |
6 | 39 | - Begin roughing out View Project in create-and-manage area. |
7 | 40 | - CHANGELOG.md file |
8 | 41 |
|
9 | | -### CHANGED |
| 42 | +### Changed |
10 | 43 | - Numerous visual fixes and changes, especially around task completion. |
11 | 44 | - README updated |
12 | 45 |
|
13 | | -### FIXED |
| 46 | +### Fixed |
14 | 47 | - Fix unit tests to run in any timezone. |
15 | 48 | - Allow completion comment to be submitted from Step 2 of task completion (#8). |
16 | 49 | - Fix erroneous challenge searches (#14, #16, #20) |
17 | 50 | - Only show allowed status controls based on existing task status (#3) |
18 | 51 | - Varous visual fixes (#4, #9) |
19 | 52 |
|
| 53 | + |
20 | 54 | ## [v3.0.0-alpha.1] - 2018-01-24 |
21 | 55 | ### Added |
22 | 56 | - Initial release |
0 commit comments