Skip to content

Latest commit

 

History

History
397 lines (209 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

397 lines (209 loc) · 19.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.1.29 (2024-12-18)

Bug Fixes

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

Bug Fixes

  • dont trigger unecessary animations (b47c0f1)

0.1.26 (2024-01-05)

Bug Fixes

  • open/close event not always being sent (6e24989)

0.1.25 (2023-10-19)

Bug Fixes

  • backdrop ignoreTouchAnimation (80dc0ad)

0.1.24 (2023-10-18)

Bug Fixes

0.1.23 (2023-09-11)

Bug Fixes

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

Bug Fixes

  • regression fix from latest release (dc07d02)

0.1.19 (2023-08-13)

Bug Fixes

  • faster drawer creation preventing duplicated views creation (ef43c39)

0.1.18 (2023-06-27)

Bug Fixes

  • cleanup preventing crash with N main branch (3473d03)

Features

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

Bug Fixes

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

Bug Fixes

  • start event not always fired (6cf0a11)

0.1.15 (2023-04-29)

Features

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

Features

  • new properties openAnimationDuration and closeAnimationDuration (7c5f2f9)

0.1.12 (2023-04-19)

Note: Version bump only for package nativescript-drawer

0.1.11 (2023-04-09)

Bug Fixes

  • fix issues while rotation the device (2b892bc)

0.1.10 (2023-04-06)

Bug Fixes

0.1.9 (2023-04-06)

Features

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

Bug Fixes

  • regression fix + cleanup logs (eb86d75)

0.1.7 (2023-04-04)

Bug Fixes

0.1.6 (2023-03-24)

Bug Fixes

  • regression fix causing first opening to be without animatino (385b95d)

0.1.5 (2023-02-27)

Bug Fixes

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

Bug Fixes

  • ensure we dont open multiple drawers at the same time (048a69b)

0.1.0 (2022-05-03)

Features

  • allow gestureHandlerOptions to customize gesture handler (6ba74c2)

0.0.35 (2022-04-14)

Features

  • backdropTapGestureEnabled property (e9f539c)

0.0.34 (2022-04-11)

Bug Fixes

  • android: gesture lifecycle fixes (7a5f070)
  • react: react build fix (181d6a2)

0.0.33 (2022-01-04)

Bug Fixes

0.0.32 (2022-01-04)

Bug Fixes

  • gesturehandler fix for gestureEnabled property (8f92c62)

0.0.31 (2021-10-12)

Bug Fixes

  • ios: drawer showing on navigation back (a6993c8)

0.0.30 (2021-09-21)

Bug Fixes

  • race conditions fix when having multiple sides (1cff3b4)

0.0.29 (2021-08-05)

Bug Fixes

  • ensure the drawer is layed out on first open (484bef3)

0.0.28 (2021-05-07)

Bug Fixes

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

Bug Fixes

  • more options for the gesture handling (e18b815)

0.0.26 (2021-04-21)

Bug Fixes

0.0.25 (2021-04-20)

Features

  • support top/bottom in Angular (79ea1b7)

0.0.24 (2021-02-22)

Features

  • added leftClosedDrawerAllowDraging and other to disable drag to open (e59230e)

0.0.23 (2021-01-29)

Bug Fixes

  • doc update about available settings (c1079ea)
  • some fixes to make it “easier” to open the menu (5c7653b)

0.0.22 (2020-12-21)

Features

0.0.21 (2020-12-20)

Bug Fixes

  • some fixes after bottom/top addition (d258696)

0.0.20 (2020-12-20)

Features

  • added bottom and top drawers (3e76729)

0.0.19 (2020-12-04)

Bug Fixes

  • better handling of cancelled animations (ae8d13a)

0.0.18 (2020-11-29)

Bug Fixes

  • gestures dep update (9b68e0a)
  • use normal tap for the backdrop (b2ec035)

0.0.17 (2020-11-23)

Bug Fixes

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)

Bug Fixes

0.0.13 (2020-11-16)

Note: Version bump only for package @nativescript-community/ui-drawer

0.0.12 (2020-11-15)

Bug Fixes

  • fixed wrong tap behavior on menu. Those taps would close the menu when we dont want to (85cd160)

0.0.11 (2020-11-06)

Bug Fixes

  • gesture fix with main content like maps (07fa597)

Features

0.0.10 (2020-11-02)

Bug Fixes

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

Features

0.0.9 (2020-10-27)

Bug Fixes

  • ios fix for wrong layout (d422055)

0.0.8 (2020-10-27)

Bug Fixes

0.0.7 (2020-10-25)

Bug Fixes

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

Features

0.0.4 (2020-10-16)

Bug Fixes

0.0.3 (2020-10-16)

Bug Fixes

  • working much better now (10647b5)

0.0.2 (2020-10-16)

Note: Version bump only for package @nativescript-community/ui-drawer

0.0.1 (2020-10-13)

Note: Version bump only for package @nativescript-community/ui-drawer