Skip to content

Releases: joogps/SlideOverCard

3.0.1

29 Mar 20:12
Compare
Choose a tag to compare

🏙️ Use the .background() modifier instead of a ZStack to avoid layout interferences
⚠️ Remove unnecessary deprecated warnings
🛠️ Other minor improvements

3.0.0

20 Mar 23:05
7e80641
Compare
Choose a tag to compare

Hi! It's been a while. These are the changes in version 3.0.0:

✨ Now, the .slideOverCard(:_) modifier uses the SOCManager by default for presentation, meaning it can now present a card over the entire view hierarchy from any child view. To keep this package streamlined, the SOCManager class and the SlideOverCard view have been made private as they're no longer needed. Deprecated structs and initializers have also been removed.

🛠️ The presentation behavior in the SOCManager has also been improved substantially — now you can present cards over sheets, tab views and much more. Also, all animation issues were fixed.

👆Now, cards can be dismissed by an outside tap. To disable this behavior, just include .disableTapToDismiss in your SOCOptions.

📱 The default corner radius of the cards is now automatically calculated by the device's bezels' corner radius and the outerPadding parameter.

📁 The project's file structure has been revamped, and the README has been adjusted and streamlined.

🎆 There's also a new, shinier icon!

Thank you to everyone who's supported this project!

2.1.0

03 Sep 02:50
98af537
Compare
Choose a tag to compare

🌈 New unified stying options
✨ Refactoring
⚒️ Small fixes
⭐️ 630+ stars! Never thought this could get there.

2.0.0

28 Apr 11:37
ddafeda
Compare
Choose a tag to compare

🔤 Renaming SlideOverCardView to SlideOverCard
🎚 Centralizing option parameters as an option set
🕺 Creating the SOCManager to add the ability to present the card as a screen overlay
📱 Enabling iOS 13 support
🌈 Project refactoring

1.2.6

27 Jan 21:08
1e2ac4f
Compare
Choose a tag to compare

🐛 Fixing animations when using an optional binding (thanks to #4, by @Kleemann)

1.2.5

05 Dec 23:24
Compare
Choose a tag to compare

🐞 Bug fixing

1.2.4

04 Dec 01:54
a00eb57
Compare
Choose a tag to compare

☺️ Huge thanks to Clear Spaces for using SlideOverCard!
✨ 150+ stars! (that's just mind-blowing)

1.2.3

21 Nov 23:26
Compare
Choose a tag to compare

🤌 Improved gesture handling
🔁 Removing the need for withAnimation

1.2.2

18 Nov 12:00
cbadd42
Compare
Choose a tag to compare

🥳 Celebrating 100+ stars! Thank you so much!
⚖️ Added a new license (MIT)
➗ Code and README improvements

1.2.1

15 Nov 19:06
793ffaf
Compare
Choose a tag to compare

🖼 Updated logo
🔁 Alternative iPad transition
📃 Layout improvements
➗ Code improvements