Skip to content

Release 2.1.3

Compare
Choose a tag to compare
@oluwatobiss oluwatobiss released this 14 Jul 17:17
· 53 commits to main since this release

2.1.3 (2024-07-14)

🧱 Dependency

  • Update dev dependencies (2e202bb)

🐛 Bug Fix

  • Prevent page scrolling when lightbox is active (e0ee446)
  • Resolve fullscreen button error while exiting with esc key (6dae9d8)
  • Set focus on the lightbox on fullscreen change (01aeaac)

🔄️ Code Refactoring

  • Don't use useEffect and useState hooks to manage lightbox (2446023)
  • Remove figure's tabindex to improve accessibility (5086c3a)
  • Rename showModal to showLightBox (8f99e8d)
  • Use html dialog element to manage lightbox (6c8f69f)
  • Use ref to access lightbox element (99544ad)

💅 Styling and Formatting

  • Remove modal toobar button's margins (d1fd15d)