From 485c654c6ef7ab62b3503281911f75ae53e24147 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 1 Oct 2024 16:16:47 +0530 Subject: [PATCH] Updated release note. --- docs/en_US/release_notes_8_13.rst | 3 +++ web/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en_US/release_notes_8_13.rst b/docs/en_US/release_notes_8_13.rst index 2c2b7d0ba..ccbabfc2f 100644 --- a/docs/en_US/release_notes_8_13.rst +++ b/docs/en_US/release_notes_8_13.rst @@ -20,7 +20,10 @@ Bundled PostgreSQL Utilities New features ************ + | `Issue #1780 `_ - Replace infinite scrolling with pagination in query tool data output for better UX and performance. + | `Issue #2874 `_ - Alternate the background color of rows to enhance readability. | `Issue #7393 `_ - Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor. + | `Issue #7863 `_ - Make the background color for the serial number and header cells distinct. Housekeeping ************ diff --git a/web/package.json b/web/package.json index 7cea9f21c..758bca4fd 100644 --- a/web/package.json +++ b/web/package.json @@ -34,7 +34,7 @@ "cross-env": "^7.0.3", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^5.0.0", - "eslint": "^9.11.0", + "eslint": "^9.11.1", "eslint-plugin-jest": "^28.8.0", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.3.0",