Skip to content

Changelog for the 1.3.x release series

Released on March 26, 2026

  • Updated colour palette for dark theme (see PRDDEV-2488).

Released on March 23, 2026

Released on March 20, 2026

  • Added default values to the Tab component root provider.

Released on March 20, 2026

  • Added a root provider and a hook to the Tab component.

Released on March 19, 2026

  • Updated props types for the Dialog component.
  • Fixed a bug where the min-width property causing layout shift in the Container component.

Released on March 19, 2026

  • Added the asChild prop to the Spacer component.
  • Added the color transition to the Link component.
  • Fix incorrect border color in dark mode for the Password component.

Released on March 18, 2026

  • Changed the muted color in dark mode to neutral-600 (see PRDDEV-2562).
  • Changed the invalid color to danger-500 for both light and dark modes.

Released on March 18, 2026

  • Removed the Heading component.
  • The components’ CSS has been wrapped in the components layer to lower their priority in the cascade (see PRDDEV-2559).
  • Added the xs size to the Container component.
  • The href property of the Link component is no longer required (see PRDDEV-2559).
  • Prevent the use of React children in the Spinner component (see PRDDEV-2548).
  • Fixed a bug where the Container component was not stretch to its defined size by default (see PRDDEV-2559).

Released on February 25, 2026

  • Completely removed the CSS file from the Image component.

Released on February 25, 2026

  • Removed unnecessary style selectors from the Image component.
  • Added the neutral color scheme to the Color Palette page.
  • Added ability to customise the drop zone label for the FileUpload component.
  • Added the Image ratios section to the Logo Guidelines page.
  • Improved the Chart component appearance in dark mode.
  • Updated the Skeleton component to use the pulse animation instead of the skeleton-shimmer animation.
  • Fixed a bug with the Separator component - the separator was not visible in the vertical orientation.

Released on February 13, 2026

  • Added missing form, name and value props to the Checkbox component.

Released on February 13, 2026

  • Added the checked and defaultChecked props, and the onCheckedChange callback to the React Checkbox component.
  • Added the checked and default-checked props, and the @update:checked event to the Vue Checkbox component.
  • Added the value prop to the Checkbox component for full compatibility with HTML forms.
  • Fixed a bug with the PasswordInput component - the mouse cursor does not change when the component is disabled.