Skip to content

Releases: flipkart-incubator/ContentSheet

0.2-beta-10

02 Feb 06:28
aee644a
Compare
Choose a tag to compare
0.2-beta-10 Pre-release
Pre-release
  • Safe area bug fix

0.2-beta-9

05 Oct 09:03
5195078
Compare
Choose a tag to compare
0.2-beta-9 Pre-release
Pre-release
  • XCode 12 compatibility changes

0.2-beta-8

06 May 07:40
Compare
Choose a tag to compare
0.2-beta-8 Pre-release
Pre-release
Contentsheet open (#36)

* content sheet height fixed

* hide contentsheet instead of dismiss

* made content sheet open

0.2-beta-7

20 Feb 09:18
5aca2fa
Compare
Choose a tag to compare
0.2-beta-7 Pre-release
Pre-release

• Added support for swift 4.2 and exposed required apis to objective-c

0.2-beta-6

05 Dec 10:27
72916e6
Compare
Choose a tag to compare
0.2-beta-6 Pre-release
Pre-release

• 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

31 Aug 17:09
Compare
Choose a tag to compare
0.2-beta-4 Pre-release
Pre-release

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

30 Jul 14:36
f4b93f0
Compare
Choose a tag to compare
0.2-beta-3 Pre-release
Pre-release

Content header issues resolved.

0.2-beta-2

18 Jul 21:40
5b9a5bb
Compare
Choose a tag to compare
0.2-beta-2 Pre-release
Pre-release

• Handled safeAreaInsets properly.
• Setting exposed for disabling pan gesture

0.2-beta

18 Jul 14:10
3649b70
Compare
Choose a tag to compare
0.2-beta Pre-release
Pre-release

• 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.