Skip to content

Commit 7844fac

Browse files
committed
Version 3.2.0
1 parent bf15ba7 commit 7844fac

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# ChangeLog
22

3+
## [3.2.0](https://github.com/scenee/FloatingPanel/releases/tag/3.2.0)
4+
5+
### Added
6+
7+
- Added support for dynamic content updates in SwiftUI (#675).
8+
9+
### Fixed
10+
11+
- Fixed shadow rendering issues on iOS 26.
12+
- Fixed animation glitches in example apps on iOS 26.
13+
14+
### Changed
15+
16+
- Updated CI to use Xcode 26.0.1 for all builds.
17+
- Improved SamplesSwiftUI example app.
18+
319
## [3.1.0](https://github.com/scenee/FloatingPanel/releases/tag/3.1.0)
420

521
### Added

FloatingPanel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "FloatingPanel"
4-
s.version = "3.1.0"
4+
s.version = "3.2.0"
55
s.summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
66
s.description = <<-DESC
77
FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Swift 5](https://img.shields.io/badge/swift-5-orange.svg?style=flat)](https://swift.org/)
22
[![Platform](https://img.shields.io/cocoapods/p/FloatingPanel.svg)](https://cocoapods.org/pods/FloatingPanel)
33
[![Version](https://img.shields.io/cocoapods/v/FloatingPanel.svg)](https://cocoapods.org/pods/FloatingPanel)
4-
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/scenee/FloatingPanel/ci.yml?branch=master)
54

65
# FloatingPanel
76

@@ -74,7 +73,7 @@ FloatingPanel is written in Swift 5.0+ and compatible with iOS 12.0+.
7473

7574
## Documentation
7675

77-
- [API reference on Swift Package Index](https://swiftpackageindex.com/scenee/FloatingPanel/3.1.0/documentation/floatingpanel)
76+
- [API reference on Swift Package Index](https://swiftpackageindex.com/scenee/FloatingPanel/3.2.0/documentation/floatingpanel)
7877
- [FloatingPanel SwiftUI API Guide](/Documentation/FloatingPanel%20SwiftUI%20API%20Guide.md)
7978
- [FloatingPanel API Guide](/Documentation/FloatingPanel%20API%20Guide.md)
8079
- [FloatingPanel 2.0 Migration Guide](/Documentation/FloatingPanel%202.0%20Migration%20Guide.md)
@@ -92,7 +91,7 @@ Just follow [this documentation](https://developer.apple.com/documentation/swift
9291
In your Package.swift Swift Package Manager manifest, add the following dependency to your dependencies argument:
9392

9493
```swift
95-
.package(url: "https://github.com/scenee/FloatingPanel", from: "3.1.0"),
94+
.package(url: "https://github.com/scenee/FloatingPanel", from: "3.2.0"),
9695
```
9796

9897
Add Numerics as a dependency for your target:
@@ -271,3 +270,4 @@ Shin Yamamoto <[email protected]> | [@scenee](https://twitter.com/scenee)
271270
FloatingPanel is available under the MIT license. See the LICENSE file for more info.
272271

273272
[![Star History Chart](https://api.star-history.com/svg?repos=scenee/FloatingPanel&type=date&legend=top-left)](https://www.star-history.com/#scenee/FloatingPanel&type=date&legend=top-left)
273+

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0</string>
18+
<string>3.2.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)