Skip to content

Commit

Permalink
Merge pull request #89 from tomickigrzegorz/tomickigrzegorz/issue87
Browse files Browse the repository at this point in the history
Inverse option is not working in ios
  • Loading branch information
tomickigrzegorz authored Feb 17, 2024
2 parents 4ba57ea + e3e0be5 commit 9d529eb
Show file tree
Hide file tree
Showing 17 changed files with 1,372 additions and 1,272 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2024-02-17 (v1.2.1)
- inverse option is not working in ios [#87](https://github.com/tomickigrzegorz/circular-progress-bar/issues/87)

### Fixed
- percentage of circle no longer changing after reaching 0% - [#83](https://github.com/tomickigrzegorz/circular-progress-bar/issues/83)

## 2023-12-08 (v1.2.0)

### Fixed
- Percentage of circle no longer changing after reaching 0% - [#83](https://github.com/tomickigrzegorz/circular-progress-bar/issues/83)

## 2022-02-12 (v1.1.9)

### Added
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].0/dist/circularProgressBar.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/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].0/dist/circularProgressBar.ie.min.js
- https://cdn.jsdelivr.net/gh/tomickigrzegorz/[email protected].1/dist/circularProgressBar.ie.min.js

## License

Expand Down
74 changes: 48 additions & 26 deletions 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.

Loading

0 comments on commit 9d529eb

Please sign in to comment.