Skip to content

Commit 963c801

Browse files
committed
build: bump version 0.1.0 -> 0.2.0
1 parent c33edb4 commit 963c801

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-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.1.0
20+
version: 0.2.0
2121
version_scheme: semver

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
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+
140
## 0.1.0 (2024-11-10)
241

342
### 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.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"highlight.js": "^11.10.0",

0 commit comments

Comments
 (0)