Skip to content

v3.2.2

Latest

Choose a tag to compare

@mplatts mplatts released this 15 May 23:16
· 27 commits to main since this release

Bug fixes

  • Menu submenu keyboard focus - when a menu toggle is activated with Space or Enter, focus now moves to the first link inside the expanded submenu instead of staying on the toggle button. Matches the WAI-ARIA disclosure menu pattern. Applies to both Alpine.js and Phoenix.LiveView.JS variants.
  • Time input icon overlap on Firefox (#377) - Firefox's native time picker icon was overlapping the AM/PM text in <.field type="time">. Time inputs now get extra right padding under Firefox to make room for the native picker indicator.
  • White button dark mode focus contrast (#315) - the white, white-shadow, and pure-white button variants had no visible focus state in dark mode. Focus now shifts the background to gray-200, matching the dark hover state.

Closes #377, #315.