From e67bad3461641be796bf46f9f2fa112366b80566 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Mon, 15 Nov 2021 11:17:42 +0530 Subject: [PATCH] =?UTF-8?q?Ensure=20that=20the=20user=20should=20be=20able?= =?UTF-8?q?=20to=20navigate=C2=A0browser=20tree=20objects=20using=20arrow?= =?UTF-8?q?=20keys=20from=20keyboard.=20Fixes=20#6896?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en_US/release_notes_6_2.rst | 1 + web/package.json | 2 +- web/yarn.lock | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/en_US/release_notes_6_2.rst b/docs/en_US/release_notes_6_2.rst index 7ed4c8bdc..69026cb93 100644 --- a/docs/en_US/release_notes_6_2.rst +++ b/docs/en_US/release_notes_6_2.rst @@ -25,6 +25,7 @@ Bug fixes | `Issue #6832 `_ - Ensure that internal authentication when combined with other authentication providers, the order of internal source should not matter while picking up the provider. | `Issue #6845 `_ - Ensure that inherit table icon should be visible properly in the tree view. | `Issue #6859 `_ - Fixed an issue where properties panel is not updated when any object is added from the browser tree. +| `Issue #6896 `_ - Ensure that the user should be able to navigate browser tree objects using arrow keys from keyboard. | `Issue #6905 `_ - Fixed an issue where database nodes are not getting loaded behind a reverse proxy with SSL. | `Issue #6925 `_ - Fixed SQL syntax error if select "Custom auto-vacuum" option and not set Autovacuum option to Yes or No. | `Issue #6939 `_ - Fixed an issue where older server group name displayed in the confirmation pop-up when the user removes server group. diff --git a/web/package.json b/web/package.json index 78083c127..f6f56cfd8 100644 --- a/web/package.json +++ b/web/package.json @@ -136,7 +136,7 @@ "path-fx": "^2.0.0", "pathfinding": "^0.4.18", "paths-js": "^0.4.9", - "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#bc37afd0dd515229364d289e5d177cc31a5492bb", + "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#cfb580e396714dbdd941c64e0f90598ee478ea21", "postcss": "^8.2.15", "raf": "^3.4.1", "react": "^17.0.1", diff --git a/web/yarn.lock b/web/yarn.lock index fe7557237..758b6d8b1 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7189,9 +7189,9 @@ performance-now@^2.1.0: resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#bc37afd0dd515229364d289e5d177cc31a5492bb": +"pgadmin4-tree@git+https://github.com/EnterpriseDB/pgadmin4-treeview/#cfb580e396714dbdd941c64e0f90598ee478ea21": version "1.0.0" - resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#bc37afd0dd515229364d289e5d177cc31a5492bb" + resolved "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#cfb580e396714dbdd941c64e0f90598ee478ea21" dependencies: "@types/classnames" "^2.2.6" "@types/react" "^16.7.18"