Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.5 - work in progress (DO NOT MERGE) #65

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

v0.8.5 - work in progress (DO NOT MERGE) #65

wants to merge 6 commits into from

Conversation

idris95
Copy link
Contributor

@idris95 idris95 commented May 14, 2024

  • pnpm added
  • docusaurus upgraded to v3
  • Headless UI update to v2.0.3
  • Tailwind version update to 3.4.3,
  • Added pnpm package manager.
  • export import Naming fix with HeadlessUI v2.0.3
  • Resizable Drawer added

New Props added to Dropdown
> modal { default: false, If set to true, browser default scrollbar will be hidden if dropdown is visible }
> gap { sets the gap between trigger and dropdown if portal is true }
> placement and gap prop will not work if inPortal prop set to false. { Because of default headless portal behavior }
> default absolute style added if portal prop set to false.
> Floating-UI removed.

New Props added to Select
> modal { default: false, If set to true, browser default scrollbar will be hidden if dropdown is visible }
> gap { sets the gap between trigger and dropdown if portal is true }
> placement and gap prop will not work if inPortal prop set to false. { Because of default headless portal behavior }
> default absolute style added if portal prop set to false.
> Floating-UI removed.

New Props added to Field clear button
> as prop added { default: button }

New Props added to Drawer
> enableResizer { enables resize handler. won't work if customSize is not provided }
> resizerClassName { addes style to resize handler }

@idris95 idris95 added the WIP Work in progress label May 14, 2024
Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rizz-ui-docs ❌ Failed (Inspect) May 16, 2024 2:27pm

@idris95 idris95 changed the title v0.8.5 - work in progress v0.8.5 - work in progress (DO NOT MERGE) May 14, 2024
Copy link
Contributor Author

@idris95 idris95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok

@idris95 idris95 changed the base branch from main to develop May 16, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants