Skip to content

Changelog for the 1.1.x release series

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.