Skip to content
Compare
Choose a tag to compare
@ben-ryder ben-ryder released this 27 Apr 19:22
· 10 commits to main since this release

Removing JAlertDialog component and refactoring dialog implementation to use HeadlessUI rather than Radix.
This is to allow the modal to be controlled via props and not rely on a trigger element, as some modals may have more than one trigger element or none at all.

🛠️ Changes

  • ⚠️ Removing JAlertDialog component and adding role prop to JDialog which can be set to alertdialog instead.
  • ⚠️ Refactoring JDialog component to use Headless UI dialog component and renaming some props.