Releases: flipkart-incubator/ContentSheet
Releases · flipkart-incubator/ContentSheet
0.2-beta-10
- Safe area bug fix
0.2-beta-9
- XCode 12 compatibility changes
0.2-beta-8
Contentsheet open (#36) * content sheet height fixed * hide contentsheet instead of dismiss * made content sheet open
0.2-beta-7
• Added support for swift 4.2 and exposed required apis to objective-c
0.2-beta-6
• Custom presentation controller which allows presenting view to be visible in the background, where as earlier a snapshot of presenting view was used as background.
• Blur effect is turned OFF by default now.
0.2-beta-4
Minor bug fix:
- caling resetHeight even before contectsheet has been presented used to fail, which is fixed with this pre-release.
0.2-beta-3
Content header issues resolved.
0.2-beta-2
• Handled safeAreaInsets properly.
• Setting exposed for disabling pan gesture
0.2-beta
• Content sheet can now handle keyboard and automatically adjust content if first responder is in view hierarchy of scroll view that content sheet is observing.
• This beta release also has a method that can be used to resize content sheet through code.
• Also included is an interim fix for handling safe area insets or notch issue on iPhone X.