|
| 1 | +## 0.3.0 (2025-01-01) |
| 2 | + |
| 3 | +### feat |
| 4 | + |
| 5 | +- **componentt**: On click or new line expand text area height to equal, min content height |
| 6 | +- **componentt**: On making a ticket comment, reset the comment form |
| 7 | +- **style**: Remove arrows from number fields |
| 8 | +- **component**: Add Loaded gate to table |
| 9 | +- **component**: Add onKeyUp event to text field |
| 10 | +- **hook**: Dont consume the body object as part of the apiFetch |
| 11 | +- **component**: Enable replying to comment |
| 12 | +- **component**: Replicate currect footer icons |
| 13 | +- **component**: add swagger docs icon |
| 14 | +- **component**: add swagger docs icon |
| 15 | +- **component**: add git icon |
| 16 | +- **component**: add documentation icon |
| 17 | +- **component**: Log error to console if table has no `table_fields` |
| 18 | +- **component**: Add UI release details to the footer |
| 19 | +- **component**: Add API release details to the footer |
| 20 | +- **node**: upgrade 22.11.0 -> 23 (edge) |
| 21 | +- **npm**: upgrade react-router 6.26.2 -> 7.0.1 |
| 22 | +- **component**: Add ticket type icons |
| 23 | +- **function**: Support multi-select fields |
| 24 | +- **layout**: ticket created successfuly navigatae to list view |
| 25 | +- **layout**: if detail view url changes, ensure active tab is reset |
| 26 | +- **layout**: modelform to use metadata.return_url |
| 27 | +- **component**: Add creation date to ticket action comments |
| 28 | +- **component**: Seperate action comment user and message |
| 29 | + |
| 30 | +### Fixes |
| 31 | + |
| 32 | +- **componentt**: Ensure field data is fetched for fields |
| 33 | +- **component**: Make Table page number editable |
| 34 | +- **function**: reorder date formating so month letters are not re-interprited |
| 35 | +- **layout**: use `back` url not `return_url` if it exists |
| 36 | +- **hook**: ensure status is returned from apiFetch |
| 37 | +- **layout**: If field is `write_only=true` dont add it to form_data on ModelForm |
| 38 | +- **component**: Add missing edit callback for discussion comment |
| 39 | +- **component**: When editing a ticket comment always use self url as post url |
| 40 | +- **layout**: hwen posting a form, post to `.url.self` |
| 41 | +- **component**: Ensure single column markdown field has markdown css class added |
| 42 | +- **layout**: use correct method for adding select field to ititial data |
| 43 | +- **layout**: Use metadata return url when posting a form |
| 44 | +- **docker**: ensure entrypoiont creates valid env file for UI again..... |
| 45 | +- **docker**: ensure entrypoiont creates valid env fiel for UI |
| 46 | +- **layout**: Support the API metadata `back` URL |
| 47 | +- **hook**: ensure UI action words are removed from API reuqest URL |
| 48 | +- Detail and Ticket routes require their own loader |
| 49 | +- Add missing route for common_model edits |
| 50 | +- Dont allow field overflow, wrap text |
| 51 | +- **component**: Ticket comment category now uses correct key |
| 52 | + |
| 53 | +### Refactoring |
| 54 | + |
| 55 | +- **layout**: Use PageLoader for ListView |
| 56 | +- **component**: Dont render table if the data required is missing |
| 57 | +- **component**: For Table process apiFetch results on return |
| 58 | +- set form field font size to match common text size |
| 59 | +- Use the api self and return_url as provided within the metadata |
| 60 | +- **hook**: apiFetch by default make a meta request and return an object of all requests and the response |
| 61 | +- loader to use apiFetch hook |
| 62 | +- **layout**: remove page_data dependency from details useEffect hooks |
| 63 | +- **component**: remove is_loading state object from table |
| 64 | +- adjust routing to use Layout and Route Prefixes |
| 65 | +- change static path static -> assets |
| 66 | + |
1 | 67 | ## 0.2.0 (2024-11-15)
|
2 | 68 |
|
3 | 69 | ### feat
|
|
0 commit comments