Skip to content

Changelog

Track the changes to the NayaOne Design System.

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.

Released on February 12, 2026

Released on February 12, 2026

  • Improved the Menu component documentation.
  • Added a min / max / step props to the NumberInput component demo.
  • Fixed a bug with the Menu component — the dropdown list goes beyond the viewport, instead of showing a scrollbar.
  • Fixed a bug with the NumberInput component — incorrect outline width.

Released on February 11, 2026

Released on February 10, 2026

  • Removed the default aspect-square style from the Image component.

Released on February 10, 2026

  • Added a comprehensive list of heading and paragraph styles and CSS classes to the Typography section.
  • Fixed button variant in Card demo component.
  • Fixed default sizes of the Container component.
  • Fixed a bug where text was not visible in the ProgressCircle component.
  • Fixed styles of Tag component for subtle variant.

Released on February 6, 2026

  • Added the Children type to the React package.
  • Added default HTML attributes to React component properties for all input-based and button-based components.
  • Fixed a bug with the Select and Combobox components — their fade out effect caused the browser’s standard scrollbar to appear.
  • Added the ItemText prop (React) and item-text slot (Vue) to the SelectInput component.
  • Fixed a bug with the PasswordInput component — incorrect outline colour in dark mode.

Released on February 3, 2026

  • Added the utils package export.
  • Fixed a bug with the Heading component — size variants were not applied.

Released on January 27, 2026

  • Field-based components now have default values for the orientation and size props.
  • Removed unknown CSS variable --transition-timing-function.
  • Added the form prop to the Button and IconButton components.
  • Fixed a bug with the focus outline color for field-based components (see PRDDEV-2397).

Released on January 27, 2026

Released on January 26, 2026

Released on January 26, 2026

Released on January 22, 2026

  • Added the ColumnHeaderSorter component to the Table component.
  • Added sorting functionality to the Table component.

Released on December 24, 2025

  • Added the Dialog component.
  • Added the Drawer component.
  • Added the Hover component.
  • Added the Table component.
  • Added the Tag component.
  • Created the Changelog page.