Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiz69 committed Mar 14, 2024
1 parent 8dcbacc commit 2c7586a
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Kichibekov Ramiz
Copyright (c) 2024 Kichibekov Ramiz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Requirements

- iOS 13.0+
- iOS 14.0+
- Xcode 11.3+
- Swift 5+

Expand Down

0 comments on commit 2c7586a

Please sign in to comment.