Skip to content

Commit

Permalink
Merge pull request #91 from tomickigrzegorz:tomickigrzegorz/issue90
Browse files Browse the repository at this point in the history
Fix issue with circular progress bar not stopping at 0 percent
  • Loading branch information
tomickigrzegorz authored Feb 20, 2024
2 parents b68f429 + 5e23d25 commit 9728437
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2024-02-20 (v1.2.2)
### Fixed
- percentage of circle don't stop round when percent is "0" - [#90](https://github.com/tomickigrzegorz/circular-progress-bar/issues/90)


## 2024-02-17 (v1.2.1)
- update dependencies

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See the demo - [example](https://tomickigrzegorz.github.io/circular-progress-bar
#### JavaScript

```html
<script src="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/circularProgressBar.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].2/dist/circularProgressBar.min.js"></script>
```

##### -- OR --
Expand Down Expand Up @@ -245,7 +245,7 @@ Configuration for IE:

### cdn

- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/circularProgressBar.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].2/dist/circularProgressBar.ie.min.js

## License

Expand Down
2 changes: 1 addition & 1 deletion dist/circularProgressBar.esm.js

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

2 changes: 1 addition & 1 deletion dist/circularProgressBar.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/circularProgressBar.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/circularProgressBar.ie.min.js

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

2 changes: 1 addition & 1 deletion dist/circularProgressBar.js

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

2 changes: 1 addition & 1 deletion dist/circularProgressBar.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9728437

Please sign in to comment.