Skip to content

Changelog

Track the changes to the NayaOne Design System.

Released on August 19, 2026

Released on August 18, 2026

  • Fixed a bug where the trigger button of the Field component has incorrect outline color.
  • Fixed a bug where triggers couldn’t be accessed using keyboard navigation in the ReadonlyInput component.
  • Added an option to the ReadonlyInput component to allow HTML content to be displayed instead of the value.

Released on August 18, 2026

  • Fixed a bug in the ScrollArea component where the scrollbar was not hidden when no overflow was present.
  • Fixed a bug on the Color Palette page where the color shades were not displayed correctly for the neutral color palette.
  • Added missing stylesheet imports to the Select component documentation.

Released on August 12, 2026

  • Added prefix to solid, subtle, and outline in the variant.css file to avoid conflicts with TailwindCSS variants (see PRDDEV-2809).
  • Removed the outline-focus-visible-* utility classes from CSS files (see PRDDEV-2809).
  • Removed the utility.css file.

Released on August 12, 2026

  • Added the outline-focus-visible utility class to the Design System (see PRDDEV-2807).
  • Fixed a bug in the Editor component where the outline was not applied correctly.
  • Updated several components to support keyboard navigation (see PRDDEV-2807).
  • Moved utility CSS classes to the utility.css file.

Released on August 11, 2026

  • Fix a bug in the Toast component where the type variant was not applied correctly.

Released on August 11, 2026

  • Added the tabIndex prop to the Checkbox component.
  • In order to fix CSS issues in consumer applications and to increase flexibility, the styles are now imported directly into the consumer application instead of being included in Design System components (see PRDDEV-2805).
  • Fix a bug in the Alert component where the status variant was not applied correctly.
  • Updated the Getting started documentation to describe how to import component styles.

Released on August 11, 2026

  • Fix a bug where the index CSS file was not included to the package.json file.

Released on August 11, 2026

  • Removed transpilation of CSS files to let Tailwind handle CSS in consumer applications (see PRDDEV-2805).
  • Fixed the component outline property on the document level (see PRDDEV-2804).
  • Added descriptions to the useSetup hook properties and methods.

Released on August 7, 2026

  • Added the noIcon prop to the Alert component.
  • Soften the colors of the Alert component in the dark variant (see PRDDEV-2804).

Released on August 7, 2026

  • Fixed the Tab component indicator colors for the subtle variant (see PRDDEV-2802).

Released on August 7, 2026

  • Removed neutral color palette CSS classes from the Design System (see PRDDEV-2801).

Released on August 7, 2026

  • Fixed incorrect colors for the Tab component in the dark variant (see PRDDEV-2797).

Released on August 7, 2026

  • Fixed a conflict between size variants and the TailwindCSS responsive breakpoints (see PRDDEV-2796).

Released on August 6, 2026

Released on August 5, 2026

  • Added a subtle background to the active RadioCard (see PRDDEV-2457).
  • Changed the way Design System is integrated into the project.
  • Updated the dark variant in the TailwindCSS configuration.
  • Replaced CSS state selectors with TailwindCSS variants (see PRDDEV-2561).
  • Applied the component color specification (see PRDDEV-2604).
  • Removed chart components and dependent chart libraries (see PRDDEV-2786).

Released on July 21, 2026

  • TailwildCSS has been updated to version 4.3.3 (see PRDDEV-2752).
  • Moved type declarations to the types directory of each package (dist/react/types, dist/vue/types, dist/utils/types).

Released on May 6, 2026

  • Date formats for the FormatDate utility component have been changed to match the common date formats.
  • Default date format for the FormatDate utility component has been changed to %j.%m.%Y, %g:%m %A (e.g. 1.01.2021, 1:01 PM).
  • Default date format for the DatePicker component has been changed to %j.%m.%Y (e.g. 1.01.2021).
  • The TimeSelect component has been removed.
  • Fix a bug where Dialog and Drawer components were not positioned correctly (see PRDDEV-2648).

See the changelog archive for the previous release.