All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.1.29 (2024-12-18)
- trying to ensure the backdrop always gets hidden and wont interfere with touches (412e503)
0.1.28 (2024-05-07)
Note: Version bump only for package nativescript-drawer
0.1.27 (2024-01-09)
- dont trigger unecessary animations (b47c0f1)
0.1.26 (2024-01-05)
- open/close event not always being sent (6e24989)
0.1.25 (2023-10-19)
- backdrop ignoreTouchAnimation (80dc0ad)
0.1.24 (2023-10-18)
- removed log (4c82847)
0.1.23 (2023-09-11)
- correctly insert view at the righ index (e7e262b)
0.1.22 (2023-08-31)
Note: Version bump only for package ui-drawer
0.1.21 (2023-08-30)
Note: Version bump only for package ui-drawer
0.1.20 (2023-08-13)
- regression fix from latest release (dc07d02)
0.1.19 (2023-08-13)
- faster drawer creation preventing duplicated views creation (ef43c39)
0.1.18 (2023-06-27)
- cleanup preventing crash with N main branch (3473d03)
- allow to open multiple drawers while panning (like going from left to right) as it is done in discord app (c8a32e5)
0.1.17 (2023-05-25)
- allow to specify gesture tag (da330db)
- if swipeDistance === 0 => whole screen (9bd15a7)
- prevent error with gestureHandlerOptions and disable gestures (ed00719)
0.1.16 (2023-04-29)
- start event not always fired (6cf0a11)
0.1.15 (2023-04-29)
- new
animationFunction
allowing full custom animation behavior (spring...) (b26a310)
0.1.14 (2023-04-28)
Note: Version bump only for package ui-drawer
0.1.13 (2023-04-25)
- new properties
openAnimationDuration
andcloseAnimationDuration
(7c5f2f9)
0.1.12 (2023-04-19)
Note: Version bump only for package nativescript-drawer
0.1.11 (2023-04-09)
- fix issues while rotation the device (2b892bc)
0.1.10 (2023-04-06)
- removed logs (859c3dd)
0.1.9 (2023-04-06)
- startingSide property which can be change to force open a side without animation (can you guess where it will be used?) (01a7b1e)
0.1.8 (2023-04-04)
- regression fix + cleanup logs (eb86d75)
0.1.7 (2023-04-04)
- some drawer fixes (c19e9b8)
0.1.6 (2023-03-24)
- regression fix causing first opening to be without animatino (385b95d)
0.1.5 (2023-02-27)
- correctly layout after orientation change with drawer opened (b5e3462)
0.1.4 (2022-12-16)
Note: Version bump only for package ui-drawer
0.1.3 (2022-12-16)
Note: Version bump only for package ui-drawer
0.1.2 (2022-12-16)
Note: Version bump only for package ui-drawer
0.1.1 (2022-05-12)
- ensure we dont open multiple drawers at the same time (048a69b)
0.1.0 (2022-05-03)
- allow
gestureHandlerOptions
to customize gesture handler (6ba74c2)
0.0.35 (2022-04-14)
backdropTapGestureEnabled
property (e9f539c)
0.0.34 (2022-04-11)
0.0.33 (2022-01-04)
- deps fix (6957b33)
0.0.32 (2022-01-04)
- gesturehandler fix for
gestureEnabled
property (8f92c62)
0.0.31 (2021-10-12)
- ios: drawer showing on navigation back (a6993c8)
0.0.30 (2021-09-21)
- race conditions fix when having multiple sides (1cff3b4)
0.0.29 (2021-08-05)
- ensure the drawer is layed out on first open (484bef3)
0.0.28 (2021-05-07)
- calculate height w/ safe area included (f11265b)
- check orientation (71523f6)
- safe area bug in landscape (e9f6e97)
- update vue demo (257fbe1)
0.0.27 (2021-04-21)
- more options for the gesture handling (e18b815)
0.0.26 (2021-04-21)
- iOS initialize (f2eb71a)
0.0.25 (2021-04-20)
- support top/bottom in Angular (79ea1b7)
0.0.24 (2021-02-22)
- added leftClosedDrawerAllowDraging and other to disable drag to open (e59230e)
0.0.23 (2021-01-29)
- doc update about available settings (c1079ea)
- some fixes to make it “easier” to open the menu (5c7653b)
0.0.22 (2020-12-21)
- panMinDist parameter (0dcf5f6)
0.0.21 (2020-12-20)
- some fixes after bottom/top addition (d258696)
0.0.20 (2020-12-20)
- added bottom and top drawers (3e76729)
0.0.19 (2020-12-04)
- better handling of cancelled animations (ae8d13a)
0.0.18 (2020-11-29)
0.0.17 (2020-11-23)
- allow crazier configs (6aea34b)
0.0.16 (2020-11-23)
Note: Version bump only for package @nativescript-community/ui-drawer
0.0.15 (2020-11-22)
Note: Version bump only for package @nativescript-community/ui-drawer
0.0.14 (2020-11-20)
- prevent ios hickups (bfbfd4b)
0.0.13 (2020-11-16)
Note: Version bump only for package @nativescript-community/ui-drawer
0.0.12 (2020-11-15)
- fixed wrong tap behavior on menu. Those taps would close the menu when we dont want to (85cd160)
0.0.11 (2020-11-06)
- gesture fix with main content like maps (07fa597)
- allow css “drawer” (a051e79)
0.0.10 (2020-11-02)
- add missing import to README (0517c29)
- fix ui blocking in some cases on android (0b2143b)
- get Angular working (b62015a)
- get Vue and Svelte demos actually working (b58f766)
- remove comment block in svelte demo (9d07230)
- remove npm i from scripts (e7c3acb)
- update demo build/run commands (e2e3e80)
- updating naming in Angular typings (07b8034)
- add demos (6ea10ca)
- add inital demos (4c51c1c)
- add React demo and update README (9550471)
- implement React plugin typings (3a27ab7)
0.0.9 (2020-10-27)
- ios fix for wrong layout (d422055)
0.0.8 (2020-10-27)
0.0.7 (2020-10-25)
- drawer flashing on start (5e85353)
0.0.6 (2020-10-24)
Note: Version bump only for package @nativescript-community/ui-drawer
0.0.5 (2020-10-24)
- new options (2a85dbb)
0.0.4 (2020-10-16)
- multiple fixes (797d74f)
0.0.3 (2020-10-16)
- working much better now (10647b5)
0.0.2 (2020-10-16)
Note: Version bump only for package @nativescript-community/ui-drawer
Note: Version bump only for package @nativescript-community/ui-drawer