JollyUI
  1. Docs
  2. Changelog

Changelog

Latest updates and announcements.

August 2024

shadcn cli support

Thanks to shadcn for recently releasing the shadcn CLI, which now allows for other registries to be used. This means JollyUI can be installed easily using the shadcn CLI, and the components.json configuration will be respected as well.

To get started with JollyUI using the shadcn CLI, you can now run:

npx shadcn@latest add https://jollyui.dev/default/button

July 2024

  • Redid a lot of the components to follow react-aria-components better. Now have support for every component but Table.
  • Added Reusable wrappers for some components, offering a good starting point for use throughout your codebase.

New Components:

  • GridList
  • ListBox
  • TagGroup
  • DateField
  • TimeField
  • Form
  • Modal
  • Group
  • Toolbar

May 2024

Add Color Picker examples and Color Primitives. These are in beta and I will monitor react-aria-components for updates.

Update Menu to allow use of submenus.

Updated React-Aria-Componets to 1.2.1

Added Color primitives. These are beta, as I am currently working on them and full examples on usage.

March 2024

Updated Breadcrumbs component. It now uses shadcn's design an has a new structure to enable more customisability.

Added Searchfield component.

January 2024 - Week 3

CLI

You can now add components using a command line. This is built using a tool called @sly-cli. To get started see here

January 2024 - Week 1

Rename

I have renamed the project from shadcn-aria to JollyUI. It will keep the same goal of mimicking shadcn/ui components and converting them to react aria components. I simply renamed it as it did not feel right using shadcn's name on a project he hasn't officially endorsed/worked on, besides shadcn/ui itself being open-sourced.

Theme Customiser

Added a theme customizer to the site so you can customize the docs to your liking, and easily copy the css needed. Fully compatible with shadcn/ui.