Skip to content

v125.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 05 Jun 12:08
· 61 commits to master since this release

125.0.0 (2025-06-05)

Features

  • Dialogs: Add 50ms delay before showing backdrop (868c2b7)
  • Layout: Add refs on. Layout, Main and Content (98ab20e)
  • Layout: Always use background-color for Content (f510fd0)
  • Layout: Move style into sidebar and isolate layout styles (f9045e9)

BREAKING CHANGES

  • Layout: Layout doesn't apply style on Main and Content anymore, they have their own styles now. So if you didn't use these components but, for example, <main> instead of <Main> and <div role="main"> instead of <Content>, you could have a style problem. So prefer Main and Content components.