Skip to content

Releases: FanchenBao/react-native-sliding-drawer

Release 0.5.1

03 Aug 01:29
Compare
Choose a tag to compare

0.5.1 (2023-08-03)

Bug Fixes

  • use top bar height as vertical correction for Pixel devices (6412c67)

Release 0.5.0

18 Jan 05:23
Compare
Choose a tag to compare

0.5.0 (2023-01-18)

  • Add feature to specify x- and y-coord ranges where sliding event will be ignored by sliding drawer but picked up by views underneath. This is to facilitate the implementation of scrolling view inside sliding drawer

Release 0.4.4

30 Nov 02:39
Compare
Choose a tag to compare

0.4.4 (2022-11-30)

Bug Fixes

  • add type to the children prop (ffebba2)

Release 0.4.3

29 May 22:45
Compare
Choose a tag to compare

0.4.3 (2022-05-29)

Bug Fixes

  • Accommodate to different Android brands regarding the positioning of the vertical sliding drawer

Release 0.4.2

12 May 04:17
Compare
Choose a tag to compare

0.4.2 (2022-05-12)

Release 0.2.2

01 Jan 06:19
Compare
Choose a tag to compare

0.2.2 (2022-01-01)

Bug Fixes

  • multiple typos and unclear sentences fixed in the readme (6700c8d)

Release 0.2.1

31 Dec 06:24
Compare
Choose a tag to compare

0.2.1 (2021-12-31)

  • Fixes in documentation.

Release 0.2.0

31 Dec 06:04
Compare
Choose a tag to compare

0.2.0 (2021-12-31)

Bug Fixes

  • accommodate FadeBgNonSlideOpenBgTappable to the new logic in sliding window (be91aea)
  • make dynamic change of peekSize not break the drawer (7a9514f)
  • make the drawer example's name shorter (5e87dec)
  • move additional re-rendering requirement for fade bg nonSlideOpen bg tappable to client-side (547c00b)
  • remove .tgz file from commit history (bdda9d3)
  • standardize all drawer's open and peek size (e35e265)
  • widen nonSlideOpen button to remain visible after drawer open (92e9bdc)

Features

  • add demo for fade background nonSlideOpen background NOT tappable drawer (3079330)
  • add demo for fade background nonSlideOpen background tappable drawer (c000e01)
  • add demo for fade background peekable background not tappable drawer (842f69b)
  • add demo for peekable drawer (03d542b)
  • add demo for peekable nonSlideOpen drawer (995d82f)
  • add example for basic use cases of sliding window (a9a8d08)
  • add options to control features of sliding drawer (2d2be91)
  • add sliding drawer source file to the npm package folder (854c19a)
  • change drawer color to non-translucent (48bd3a8)