Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 19:06
· 19 commits to main since this release
e5d7401

3.0.0 (2025-01-08)

Features

  • client - server components separate exports (#108) (e5d7401)

BREAKING CHANGES

  • client components exported separatedly

  • chore: import primitives with full path

  • chore: import components with full path

  • chore: remove use server directive

  • chore: extended aliases for root alias import

  • chore: renamed use-toast -> useToast

  • chore: added use client directive to hooks and feature client components

  • chore: updated feature exports with clientComponents

  • chore: updated primitives and component exports with clientComponents

  • chore: updated build with clientComponents exports

  • chore: moved mdx docs to /docs

  • chore: add SideNav and AllocationSidebar to components exports