Skip to content

v1.2.13: feat(flash): Make flash message auto-closing explicit

Choose a tag to compare

@thorewi thorewi released this 02 Aug 18:22
· 54 commits to main since this release
By default, only `success` flash messages now auto-close. Other types (`warning`, `danger`, `info`) will remain on screen until dismissed by the user, unless an explicit auto-close duration is provided. This clarifies the intended user interaction.