Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 09:07
· 46 commits to refs/heads/main since this release

Changes within UI Shell

πŸš€ Features

  • Add sidebar width definition @h2xd (#4)
    You can define it on the Shell.Root component like that: <Shell.Root sidebarWidth="200px">

🧰 Maintenance and refactorings

  • Update naming of components @h2xd (#3)
    • Deprecated - Left items will be removed in the next minor version
      • Shell.Provider, Shell.Container - Use Shell.Root instead
      • Header.Container - Use Header.Root instead
      • Header.MenuDetails - Use Header.MenuContentDetails instead
      • Header.MenuItem - Use Header.MenuContentItem instead
      • Sidebar.Container - Use Sidebar.Root instead
      • Content.Base - Use Content.Root instead

Contributors

Thanks to @h2xd for your contributions to this release!