-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# CHANGELOG | ||
|
||
## [0.0.7] - 2024-03-14 | ||
|
||
### Added | ||
- Added changelog.md | ||
|
||
### Changed | ||
- Removed IBDesignable support | ||
- Replaced CAShapeLayer with CALayer for better rendering optimization | ||
|
||
## [0.0.6] - 2022-09-29 | ||
|
||
### Changed | ||
- Update podspec. | ||
|
||
## [0.0.5] - 2022-09-29 | ||
|
||
### Added | ||
- Added haptic generator | ||
|
||
### Fixed | ||
- Fixed the track layer | ||
- Fixed iPad UI bugs | ||
|
||
## [0.0.4] - 2021-01-15 | ||
|
||
### Added | ||
- Added callbacks which allow you to listen to the slider's tracking events | ||
|
||
## [0.0.3] - 2020-12-08 | ||
|
||
### Added | ||
- Added examples.gif; | ||
|
||
## [0.0.2] - 2020-03-31 | ||
|
||
### Added | ||
- Added more examples; | ||
- Added customization Slider; | ||
|
||
### Changed | ||
- Fold is removed when slider is dragging from minimum value to other value; | ||
|
||
## [0.0.1] - 2020-01-05 | ||
|
||
### Added | ||
- First stable release of the Slider | ||
- Implemented functionality for a bidirectional Slider |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
## Requirements | ||
|
||
- iOS 13.0+ | ||
- iOS 14.0+ | ||
- Xcode 11.3+ | ||
- Swift 5+ | ||
|
||
|