sindresorhus/CircularProgress
Circular progress indicator for your macOS app
14 Releases
Latest: 3y ago
v3.0.1Latest
📋 Changes
- Fix compatibility with Xcode 14.1
v3.0.0
💥 Breaking
- Require macOS 10.15 and later
- Drop support for CocoaPods and Carthage
- The views are now annotated with [`@MainActor`](https://developer.apple.com/documentation/swift/mainactor)
- `.lineWidth` is now a `Double` instead of `CGFloat`
- https://github.com/sindresorhus/CircularProgress/compare/v2.2.0...v3.0.0
v2.2.0
📋 Changes
- Add ability to hide label (#32) https://github.com/sindresorhus/CircularProgress/commit/bd6ae4afe56ac510a6b9656115a916f102c585e0
v2.1.0
📋 Changes
- Support KVO for `.isFinished` and `.isCancelled` https://github.com/sindresorhus/CircularProgress/commit/a292ebb4cf25fe6b15f62fba1b177cc990bf2a79
v2.0.2
📋 Changes
- Fix building on Apple Silicon https://github.com/sindresorhus/CircularProgress/commit/6634378d07568ca3ac35a48b5b8b25cfe20670b1
v2.0.1
📋 Changes
- Remove some strong references to self https://github.com/sindresorhus/CircularProgress/commit/fbe8974f76a83303b33d3e05a584fb8c67db2185
v2.0.0
💥 Breaking
- Only allow calling the methods/properties from the main thread https://github.com/sindresorhus/CircularProgress/commit/cb46c8fce959cd81c7f6fb69544ed68bc5387737
v1.0.0
📋 Changes
- Upgrade to Swift 5.1 https://github.com/sindresorhus/CircularProgress/commit/e96dcc7c4c0dce222ead87ea5d105fe5d44ecf42
- Add ability to change the line width https://github.com/sindresorhus/CircularProgress/commit/b1b1f299cdd2683bfe98439921f679eeee2f815e
v0.4.1
📋 Changes
- Don't show the success checkmark when cancelled https://github.com/sindresorhus/CircularProgress/commit/c79203e05ded221637379eb58e8ce5ba658a19bc
v0.4.0
📋 Changes
- Upgrade to Swift 5 https://github.com/sindresorhus/CircularProgress/commit/4b08258cbd749d65f95513de538aaafa45ea5a8c
- Animate the success checkmark (#21) https://github.com/sindresorhus/CircularProgress/commit/7891df76691e533d030116915adf233451a0c4a5
v0.3.0
📋 Changes
- Add indeterminate state https://github.com/sindresorhus/CircularProgress/commit/e7c08ecab450b5a6e7ab147dc65a83513cacd2e9
- Visualize cancelled state https://github.com/sindresorhus/CircularProgress/commit/2121abe0be5da9bfff05c6b04e0464617569ccea
v0.2.1
📋 Changes
- Fix obscure hover bug where if you pressed and held the cancel button, then moved the mouse outside the progress circle, it would get into an inconsistent state. https://github.com/sindresorhus/CircularProgress/commit/a1c468aa832a08ddb6e320015706475f81207670
v0.2.0
📋 Changes
- Add ability to cancel the progress (#4) https://github.com/sindresorhus/CircularProgress/commit/711493ca8a52166fee4d12bba9a3adc5a5117cf0
- Fix scaling in Interface Builder (#3) https://github.com/sindresorhus/CircularProgress/commit/f96eeb0421f5dd70e19fd9940adec4fac4697549
v0.1.3
📋 Changes
- Fix a Gatekeeper issue https://github.com/sindresorhus/CircularProgress/commit/3601285bda6798fe452e6295b4b8a43193d08e8d
