Skip to content

Commit

Permalink
v5.0.0 (#104)
Browse files Browse the repository at this point in the history
* Update to Angular 15
* Add new CSS variables options
  • Loading branch information
MurhafSousli authored Mar 12, 2023
1 parent e70f845 commit ccce24c
Show file tree
Hide file tree
Showing 16 changed files with 9,335 additions and 14,286 deletions.
18 changes: 0 additions & 18 deletions .browserslistrc

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.0.0

- Update to Angular 15, in [2f09704](https://github.com/MurhafSousli/ngx-bar-rating/pull/104/commits/2f0970415c799f28d89f1b074e86bca8c34f49c5).
- Add `--br-width` and `--br-height` CSS variables to change the size of the steps for all themes except for the `default` theme, in [ba49836](https://github.com/MurhafSousli/ngx-bar-rating/pull/104/commits/ba49836d421f143b6f335f58272af2d858df62a9).
- The CSS variable `--br-font-size` changes the size of the steps in `stars` and `square` themes, in [ba49836](https://github.com/MurhafSousli/ngx-bar-rating/pull/104/commits/ba49836d421f143b6f335f58272af2d858df62a9).

## 4.0.1

- Update to Angular 14 in [313d97e](https://github.com/MurhafSousli/ngx-bar-rating/pull/85/commits/313d97e14db4ce957ab35f0ad31980a5f1e6ef26).
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ And reactive forms:

## CSS variables

- `--br-font-size` Sets the size of the star.
- `--br-font-size` Sets the size of the step for the following themes: [`default`, `square`, `stars`].
- `--br-width` Sets the width of the step for the following themes: [`stars`, `square`, `movie`, `vertical`, `horizontal`].
- `--br-height` Sets the height of the step for the following themes: [`stars`, `square`, `movie`, `vertical`, `horizontal`].
- `--br-gap` Sets the gap between the stars.
- `--br-active-color` Sets active color.
- `--br-inactive-color` Sets inactive color.
Expand Down
Loading

0 comments on commit ccce24c

Please sign in to comment.