Skip to content

v3.6.5

Latest

Choose a tag to compare

@ThisIs-Developer ThisIs-Developer released this 27 May 16:05
· 13 commits to main since this release
d4d1a2a

Release Notes: Version 3.6.5

Bug Fixes & Architectural Improvements

  • Find & Replace Position Preservation: Statically and dynamically preserved the user's custom dragged panel coordinates (top, left, right) when toggling between docked and floating modes, eliminating sudden position resets.
  • Viewport Resize Synchronization: Wired coordinate calculations into the window resizing layout listener to ensure the preserved floating coordinates remain in sync with physical viewport boundaries when the window is resized.

New Features & Accessibility Upgrades

  • Actions Footer Reset Button: Added a dedicated "Reset" action button (styled as a secondary button with max-width: 60px) next to the Close button inside the Actions Footer of the Find & Replace panel.
  • Header Reset Button: Integrated a corresponding bi-arrow-counterclockwise icon button in the header actions block.
  • Access for Tablet & Touch/Keyboard Tab Users: These buttons resolve visibility issues on smaller/tablet screen sizes (where the dock toggle button is hidden) and place the reset action directly in the keyboard tab sequence for full keyboard-only/assistive navigation.
  • Dock Mode Auto-Hiding: Programmed the CSS overrides to automatically hide both header and footer Reset buttons when docked mode is active, ensuring a clean and clutter-free editor sidebar interface.