|
1 |
| -# Changelog |
2 |
| -All notable changes to this project will be documented in this file. |
3 |
| - |
4 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
5 |
| -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
6 |
| - |
7 |
| -## [Unreleased] |
8 |
| - |
9 |
| -## [0.8.5] |
10 |
| - |
11 |
| -### Added |
12 |
| -- Add breadcrumbs to target page |
13 |
| -- Add command crud pages |
14 |
| -- Add delete command output button |
15 |
| -- Add delete target button and new NoResultsTableRow component |
16 |
| -- Add edit links |
17 |
| -- Add file size span component |
18 |
| -- Add jsconfig file (to aid with language server support) |
19 |
| -- Add jsconfig.json to docker image |
20 |
| -- Add links to related entities on details page |
21 |
| -- Add markdown support |
22 |
| -- Add user edit form |
23 |
| -- Improve task statuses |
24 |
| -- Introduce task command tab |
25 |
| - |
26 |
| -### Changed |
27 |
| -- Use customised tailwind CSS instead of CDN one |
28 |
| -- Copy craco config to container |
29 |
| -- Do not use absolute src path |
30 |
| -- Extract user form to own component |
31 |
| -- Move user name to header |
32 |
| -- Populate command dropdown dynamically on task form |
33 |
| -- Present some detailed information in two columns |
34 |
| -- Refactor tabs component |
35 |
| -- Rename title |
36 |
| -- Replace component style with classes |
37 |
| -- Restore unordered lists styles |
38 |
| -- Show raw user agent if can't be parsed |
39 |
| -- Use 'strict' makefile |
40 |
| -- Use absolute paths |
41 |
| -- Use new command entity |
42 |
| -- feat: :sparkles: copy code to clipboard |
43 |
| -- feat: :sparkles: sidebar and header now are fixed to scroll |
44 |
| - |
45 |
| -### Fixed |
46 |
| -- Fix bug in command tab |
47 |
| -- Fix command page title |
48 |
| -- Fix issue in command tab |
49 |
| -- Fix issue with user names in project membership |
50 |
| -- Fix small aesthetic issues |
51 |
| - |
52 |
| -### Removed |
53 |
| -- Remove borders from section |
54 |
| -- Remove form max width |
55 |
| -- Remove table cell padding |
56 |
| -- Remove two-columns class |
57 |
| - |
58 |
| -[Unreleased]: https://github.com/reconmap/web-client/compare/0.8.5...master |
59 |
| -[0.8.5]: https://github.com/reconmap/web-client/compare/0.8.0...0.8.5 |
60 |
| - |
| 1 | +The up-to-date change log can be found at https://github.com/reconmap/reconmap/blob/master/CHANGELOG.md |
0 commit comments