File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## [ 3.2.1] ( https://github.com/scenee/FloatingPanel/releases/tag/3.2.1 )
4+
5+ ### Fixed
6+
7+ - Fixed scroll offset reset due to floating-point precision errors (#677 ).
8+ - Fixed view updates during scroll tracking (#679 ).
9+
310## [ 3.2.0] ( https://github.com/scenee/FloatingPanel/releases/tag/3.2.0 )
411
512### Added
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "FloatingPanel"
4- s . version = "3.2.0 "
4+ s . version = "3.2.1 "
55 s . summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
66 s . description = <<-DESC
77FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ FloatingPanel is written in Swift 5.0+ and compatible with iOS 12.0+.
6969
7070## Documentation
7171
72- - [ API reference on Swift Package Index] ( https://swiftpackageindex.com/scenee/FloatingPanel/3.2.0 /documentation/floatingpanel )
72+ - [ API reference on Swift Package Index] ( https://swiftpackageindex.com/scenee/FloatingPanel/3.2.1 /documentation/floatingpanel )
7373- [ FloatingPanel SwiftUI API Guide] ( /Documentation/FloatingPanel%20SwiftUI%20API%20Guide.md )
7474- [ FloatingPanel API Guide] ( /Documentation/FloatingPanel%20API%20Guide.md )
7575- [ FloatingPanel 2.0 Migration Guide] ( /Documentation/FloatingPanel%202.0%20Migration%20Guide.md )
@@ -87,7 +87,7 @@ Just follow [this documentation](https://developer.apple.com/documentation/swift
8787In your Package.swift Swift Package Manager manifest, add the following dependency to your dependencies argument:
8888
8989``` swift
90- .package (url : " https://github.com/scenee/FloatingPanel" , from : " 3.2.0 " ),
90+ .package (url : " https://github.com/scenee/FloatingPanel" , from : " 3.2.1 " ),
9191```
9292
9393Add Numerics as a dependency for your target:
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >3.2.0 </string >
18+ <string >3.2.1 </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments