Updated release note.

pull/7990/head
Akshay Joshi 2024-10-01 16:16:47 +05:30
parent 265bf61adf
commit 485c654c6e
2 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@ Bundled PostgreSQL Utilities
New features
************
| `Issue #1780 <https://github.com/pgadmin-org/pgadmin4/issues/1780>`_ - Replace infinite scrolling with pagination in query tool data output for better UX and performance.
| `Issue #2874 <https://github.com/pgadmin-org/pgadmin4/issues/2874>`_ - Alternate the background color of rows to enhance readability.
| `Issue #7393 <https://github.com/pgadmin-org/pgadmin4/issues/7393>`_ - Added support for auto-detecting and setting the End-of-line character (LF/CRLF) in the query tool editor.
| `Issue #7863 <https://github.com/pgadmin-org/pgadmin4/issues/7863>`_ - Make the background color for the serial number and header cells distinct.
Housekeeping
************

View File

@ -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",