Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MurhafSousli committed Jul 13, 2024
1 parent 542ac45 commit 06925fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.0.1

- fix: readonly attribute is not working in v7.0.0, closes [#111](https://github.com/MurhafSousli/ngx-bar-rating/issues/111).

## 7.0.0

- Upgrade to Angular 18.
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-bar-rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bar-rating",
"version": "7.0.0",
"version": "7.0.1",
"description": "Angular Bar Rating",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-bar-rating/src/lib/bar-rating.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
.br-readonly, .br-disabled {
.br-unit {
cursor: default;
pointer-events: none;
}
}

0 comments on commit 06925fd

Please sign in to comment.