Skip to content

v0.5.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tobyzerner tobyzerner released this 06 Nov 22:44
· 5 commits to master since this release
9be8068

0.5.0-beta.1 (2023-11-06)

Features

  • alerts: remove hello-goodbye (8e6583a)
  • modal: lock body scrolling while modal is open (59e693d)
  • popup: use fixed positioning strategy instead of absolute (d00137f)
  • tooltip: don't show tooltip on touch (c8998bc)
  • tooltip: only show tooltip on focus via Tab key (bb9b0ce)

Bug Fixes

  • modal: activate focus trap after transition and fix autofocus (66e0ca1)
  • modal: activate focus trap reliably at start of transition (5036a4f)
  • modal: fall back to default focus strategy if there is no autofocus element (fe57357)
  • popup: subtract margins when calculating max popup size (f842b6d)