Release Notes

All releases made to Justd, detailing every update and enhancement introduced to the platform, providing a comprehensive overview of changes and improvements.

Below is a list of all the releases that have been made to Justd

If you don't see the release you're looking for, please run npx justd-cli@latest diff to see the changes. Not sure? Look at this installation page.

2024

This all changes are made on the 2024 release.

September 11

  • New component TouchTarget
  • Add TouchTarget to every component that needs it

September 08

  • Fix bug about forwardedRef in Drawer
  • Redesign Table sorting
  • Fix colors page in hex format

September 07

  • Add tabular-nums to every component that needs it
  • Consistently background color for all "field / input" component.

August 25

This update is all about colors, now using the OKLCH color space. If you prefer not to use OKLCH, it won't affect your current design since all changes are handled through variables and configuration. To use the recommended colors, just copy them from the installation page.

August 22

  • Add subtle color
  • Add MultipleSelect.Tag to multiple select

August 20

Remove framer motion from Tabs, ProgressBar and Meter.

August 16

  • Change variable color from background to bg
  • Fix pagination to use variant instead of role
  • Add relative to the menu checkbox and radio

August 15

  • Replace all composeRenderProps to cr
  • Tooltip now is Compound component
  • Fix width on ColorPicker
  • Add color when plain Button pressed
  • Make command menu better ring
  • Make calendar better looking
  • Add information to cli npx justd-cli@latest help

August 13

  • Range Calendar is now stand-alone component
  • Add -o flag to override existing components on add command
  • Add diff command to

August 11

  • Add ContextMenu component
  • Some minor fixes to Menu
  • Command Menu Descriptions are now have intents
  • Critical fix to Heading
  • Critical fix to Drawer
  • Make icon on the toast always top positioned
  • Remove hot, dots from loader

August 10

  • Add TagField prop to TagField
  • Make MultipleSelect better MultipleSelect
  • Refactor MultipleSelect, TagGroud, TagField, TextField to use Field.

August 09

August 05

  • Add Sticky example added to Modal and Sheet
  • Add Heading component
  • Add ShowMore component
  • DynamicOverlay Removed
  • SheetOverlay Removed
  • ModalOverlay Removed
  • PopoverOverlay Removed
  • Popover Refactored
  • Modal Refactored
  • Sheet Refactored
  • Drawer Refactored
  • DatePicker Refactored
  • DateRangePicker Refactored
  • ColorPicker Refactored

August 02

  • Refactored all components and make them more accessible and better
  • Add more examples to the docs
  • Add Skeleton component
  • Refactor Popover component
  • Refactor Dialog component
  • Refactor Search Field component
  • Refactor Select component
  • Refactor Combobox component
  • Refactor Installation section in the docs
  • All repo like starter kit can be found https://github.com/justdlabs.
  • Version of CLI is now v0.1.37.
  • Added new component Command
  • Added new component Accordion
  • Fix toast component to use theme provider
  • Refactoring docs for dark mode

July 29

  • Added a dope example to upload an avatar with FileTrigger
  • Dropped in an example to select or drop files on DropZone
  • Threw in the new Loader component

July 27

  • Remove clear button from Select
  • Fix grid to use regular HTML div Grid

July 25

July 18

  • New component Carousel
  • New component Choicebox
  • Move CLI from @irsyadadl/d to justd-cli

July 16

  • Add Grid List component
  • Refactor pagination to use Grid List in PaginationList Docs
  • Rename PaginationContent to PaginationList Docs
  • Style up that text field's suffix and prefix when there's a button chillin' inside.
  • Note revamped
  • Add Grid component
  • Add VisuallyHidden component

July 11

  • Add Color component
  • Make Toast better
  • Color Picker & Date Picker now friendly to mobile.

July 08

  • Add Card component
  • Redesign Homepage
  • Add Avatar component
  • Add Toast component
  • Add CLI to install components

July 05

  • Initial release