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.3.7 - Color Picker & Use Auto Scroll #62

Merged
merged 4 commits into from
Nov 28, 2024
Merged

V0.3.7 - Color Picker & Use Auto Scroll #62

merged 4 commits into from
Nov 28, 2024

Conversation

damien-schneider
Copy link
Owner

This pull request introduces a new Color Picker component and a new hook for auto-scrolling, along with updates to the changelogs and category previews.

New Features:

  • Color Picker Component:

    • Added a new ArcColorPicker component with customizable color selection and grain intensity. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/arc-color-picker.tsx)
    • Defined the arcColorPickerComponent with a default variant preview. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/component.ts)
    • Created a preview for the ArcColorPicker component. (packages/ui/cuicui/application-ui/color-picker/arc-color-picker/preview.arc-color-picker.tsx)
    • Added the colorPickerCategory to categorize the new color picker component. (packages/ui/cuicui/application-ui/color-picker/category.ts)
    • Updated the applicationUiSection to include the new colorPickerCategory. (packages/ui/cuicui/application-ui/application-ui.section.ts) [1] [2]
  • Auto Scroll Hook:

    • Introduced the useAutoScroll hook for automatic scrolling in chat applications. (packages/ui/cuicui/hooks/use-auto-scroll/category.ts)
    • Added a preview for the useAutoScroll hook. (packages/ui/cuicui/hooks/use-auto-scroll/preview.tsx)
    • Updated the hooksSection to include the new useAutoScrollCategory. (packages/ui/cuicui/hooks/hooks.section.ts) [1] [2]

Documentation and Configuration:

  • Changelogs:

    • Added a new changelog entry for the Color Picker and Auto Scroll hook. (apps/website/src/changelogs/2024-11-28.mdx)
    • Updated the lastChangelogDate to reflect the latest changes. (apps/website/src/changelogs/last-changelog-date.ts)
  • Package Scripts:

    • Added a pre-build script to the package.json. (package.json)

Category Previews:

  • UI Previews:

    • Added the application_ui_color_picker_preview to the categoriesPreviewsList. (packages/ui/categories-previews-list.ts) [1] [2]
    • Added the hooks_use_auto_scroll_preview to the categoriesPreviewsList. (packages/ui/categories-previews-list.ts) [1] [2]
  • Component Previews:

    • Created a preview for the Color Picker category. (packages/ui/cuicui/application-ui/color-picker/preview.tsx)
    • Created a preview for the Auto Scroll chat category. (packages/ui/cuicui/hooks/use-auto-scroll/preview.tsx)

Copy link

vercel bot commented Nov 28, 2024

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

Name Status Preview Comments Updated (UTC)
cuicui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2024 10:45pm

@damien-schneider damien-schneider merged commit 2ac92f1 into main Nov 28, 2024
3 checks passed
@damien-schneider damien-schneider deleted the v0.3.7 branch November 28, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant