Releases: FanchenBao/react-native-sliding-drawer
Releases · FanchenBao/react-native-sliding-drawer
Release 0.5.1
Release 0.5.0
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
Release 0.4.3
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
0.4.2 (2022-05-12)
Release 0.2.2
Release 0.2.1
0.2.1 (2021-12-31)
- Fixes in documentation.
Release 0.2.0
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)