Skip to content

Commit

Permalink
Append functionality of ReadonlyFormField
Browse files Browse the repository at this point in the history
  • Loading branch information
Laess3r committed Sep 21, 2023
1 parent c00ebed commit 32daf9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The versioning of material-addons is based on the Angular version. The Angular v

_Hint: Changes marked as **visible change** directly affect your application during version upgrade. **Breaking**
requires your attention during upgrade._

- **v16.0.4**: Append functionality of ReadonlyFormField [#142](https://github.com/porscheinformatik/material-addons/pull/142)
- **v16.0.3**: Fix read-only-form-field styling for "right" aligned units
- **v16.0.2**: Upgraded Angular to v16.2. Caution: This version only supports ES2022!
- **v15.0.3**: Fixed layout issue in cards
Expand Down
2 changes: 1 addition & 1 deletion projects/material-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/material-addons",
"version": "16.0.3",
"version": "16.0.4",
"description": "Custom theme and components for Angular Material",
"homepage": "https://github.com/porscheinformatik/material-addons",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a {
color: $main-primary;
}

// angular flexlayout replacement
// angular flexlayout replacement --> TODO in die Library schieben
.fx {
display: flex;
}
Expand Down

0 comments on commit 32daf9c

Please sign in to comment.