|
| 1 | +## 0.2.0 (2024-11-15) |
| 2 | + |
| 3 | +### feat |
| 4 | + |
| 5 | +- **component**: Add missing navbar icons |
| 6 | +- **component**: Add ticket comment inline editing |
| 7 | +- add add route for ticket |
| 8 | +- **component**: Check for table data, if none report so |
| 9 | +- Add route for common model that contains PK |
| 10 | +- **layout**: Use the url's as provided by API for models |
| 11 | +- **component**: Format a charfield as hyperlink is metadata has `autolink=true` |
| 12 | +- **component**: Auto-Expand Text area to content height style |
| 13 | +- **component**: Auto-Expand Text area to content height |
| 14 | +- **component**: Correctly convert ISO8601 with TZ to display in browser local TZ |
| 15 | +- **component**: Support Timezoned DateTime fields |
| 16 | +- **function**: Add Delete mehod to urlBuilder |
| 17 | +- **layout**: display non-field errors at the top of the form |
| 18 | +- **layout**: Cater for multi-select values |
| 19 | +- **component**: Add support for multi-select form field |
| 20 | +- **layout**: Form field error, set to be no larger than field |
| 21 | +- **layout**: On form field error, scroll to top of form |
| 22 | +- Support Markdown field |
| 23 | + |
| 24 | +### Fixes |
| 25 | + |
| 26 | +- **layout**: ensure all metadata is loaded prior to rendering a ticket |
| 27 | +- Add missing route for project task add |
| 28 | +- correct logic for history route to work |
| 29 | +- **hook**: dont allow fields to be set to `undefined` within urlBuilder |
| 30 | +- **layout**: if field is dict, ensure initial data is correctly set to val of `.id` |
| 31 | +- **layout**: within form handle JSON data correctly when an object |
| 32 | +- **component**: dont attempt to access field in double column if it doesnt exist |
| 33 | +- **layout**: Ensure that Markdown code blocks do wrap text |
| 34 | + |
| 35 | +### Refactoring |
| 36 | + |
| 37 | +- **component**: Pass field object directly to textarea |
| 38 | +- **component**: Pass in the entire field meta and have the component figure out the values |
| 39 | + |
1 | 40 | ## 0.1.0 (2024-11-10)
|
2 | 41 |
|
3 | 42 | ### feat
|
|
0 commit comments