Skip to content

Commit

Permalink
build: bump version 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfc-robot committed Nov 15, 2024
1 parent c33edb4 commit 963c801
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 0.1.0
version: 0.2.0
version_scheme: semver
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## 0.2.0 (2024-11-15)

### feat

- **component**: Add missing navbar icons
- **component**: Add ticket comment inline editing
- add add route for ticket
- **component**: Check for table data, if none report so
- Add route for common model that contains PK
- **layout**: Use the url's as provided by API for models
- **component**: Format a charfield as hyperlink is metadata has `autolink=true`
- **component**: Auto-Expand Text area to content height style
- **component**: Auto-Expand Text area to content height
- **component**: Correctly convert ISO8601 with TZ to display in browser local TZ
- **component**: Support Timezoned DateTime fields
- **function**: Add Delete mehod to urlBuilder
- **layout**: display non-field errors at the top of the form
- **layout**: Cater for multi-select values
- **component**: Add support for multi-select form field
- **layout**: Form field error, set to be no larger than field
- **layout**: On form field error, scroll to top of form
- Support Markdown field

### Fixes

- **layout**: ensure all metadata is loaded prior to rendering a ticket
- Add missing route for project task add
- correct logic for history route to work
- **hook**: dont allow fields to be set to `undefined` within urlBuilder
- **layout**: if field is dict, ensure initial data is correctly set to val of `.id`
- **layout**: within form handle JSON data correctly when an object
- **component**: dont attempt to access field in double column if it doesnt exist
- **layout**: Ensure that Markdown code blocks do wrap text

### Refactoring

- **component**: Pass field object directly to textarea
- **component**: Pass in the entire field meta and have the component figure out the values

## 0.1.0 (2024-11-10)

### feat
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "centurion-erp-ui",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"highlight.js": "^11.10.0",
Expand Down

0 comments on commit 963c801

Please sign in to comment.