Skip to content

Commit 2da841d

Browse files
committed
build: bump version 0.2.0 -> 0.3.0
1 parent 042bbc8 commit 2da841d

File tree

4 files changed

+70
-4
lines changed

4 files changed

+70
-4
lines changed

.cz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ commitizen:
1717
prerelease_offset: 1
1818
tag_format: $version
1919
update_changelog_on_bump: false
20-
version: 0.2.0
20+
version: 0.3.0
2121
version_scheme: semver

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,69 @@
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+
167
## 0.2.0 (2024-11-15)
268

369
### feat

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "centurion-erp-ui",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"dependencies": {
66
"highlight.js": "^11.10.0",

0 commit comments

Comments
 (0)