Prologue

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.

Major Release December 2024

Please read all the release notes on Release v2

November 22

  • Minor adjustments across all components to align with the latest version of react-aria-components.
  • New Component ToggleGroup
  • Fix issue on menu Menu
  • Change slot to data-slot menu trigger on sidebar

November 17

November 11

November 08

  • Made slight tweaks to all fields to increase bottom margin between labels and fields.
  • Applied minor adjustments to the Dropdown component.
  • Made small updates to the Switch component.

November 06

November 05

October 31

  • Improvement to Badge
  • Improvement to Disclosure
  • A lot of improvements to Justd CLI (when this was written, the version v1.2.16)
  • Add Toggle password visibility to TextField

October 27

  • Fix Navbar Media Query
  • Fix SearchField
  • Fix TextField
  • Fix ColorField

October 24

  • Significant improvements to Breadcrumbs
  • Fix Navbar Props

October 23

  • Tooltip now added to sidebar when collapsed. Example
  • Colors adjustment on sidebar
  • Fix color on tooltip inverse
  • Improvement to sidebar colors

October 22

  • Improvement: Remove svh from inset on Navbar
  • Full width added to container and change props from variant to intent. Container
  • Note now default to info intent instead of primary.

October 21

October 18

October 17

  • isLoading now renamed to isPending on all components that need it
  • SearchField now have isPending props SearchField
  • ::-ms-reveal is now hidden on all inputs
  • Small improvement to GridList and Table

October 12

  • Small improvement some components ↓
    • SearchField
    • Heading
    • Dialog
    • Card
  • Remove border from Badge
  • Remove light dan dark from Badge
  • Fix color on Badge
  • Table now have resize props Table

October 10

  • Sidebar now can be collapse Aside
  • Text field now have isRevealable prop Text Field. It's a new feature that can be used to show / hide the password.

October 7

October 6

  • Upgrade React Aria Components to v1.4.0
  • Accordion is renamed to Disclosure Group
  • New component Disclosure
  • Remove beta status from all color components

September 29

  • Add Chart component Chart
  • Card now use native HTML Element with utils/classes
utils/classes.ts
import {twMerge} from 'tailwind-merge'
import {type ClassValue, clsx} from 'clsx'
 
export const cn = (...inputs: ClassValue[]) => twMerge(clsx(inputs))

If you're using initial setup (npx justd-cli@latest init), do not worry about this. It will be automatically added to your project.

September 19

  • Feel free to change your theme here
  • Light/Dark, Light, Dark, Info has been

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 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