Changelog for the 1.3.x release series
1.3.11
Section titled “1.3.11”Released on March 26, 2026
March 26, 2026
Section titled “March 26, 2026”- Updated colour palette for dark theme (see PRDDEV-2488).
1.3.10
Section titled “1.3.10”Released on March 23, 2026
March 23, 2026
Section titled “March 23, 2026”- Added min
z-indexto ActionBar, Dialog, Drawer and Toast components (see PRDDEV-2570). - Lowered the
z-indexof LinkOverlay and Table components. - Updated the Toast component documentation (see PRDDEV-2568).
Released on March 20, 2026
March 20, 2026
Section titled “March 20, 2026”- Added default values to the Tab component root provider.
Released on March 20, 2026
March 20, 2026
Section titled “March 20, 2026”- Added a root provider and a hook to the Tab component.
Released on March 19, 2026
March 19, 2026
Section titled “March 19, 2026”- Updated props types for the Dialog component.
- Fixed a bug where the
min-widthproperty causing layout shift in the Container component.
Released on March 19, 2026
March 19, 2026
Section titled “March 19, 2026”- Added the
asChildprop 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
March 18, 2026
Section titled “March 18, 2026”- Changed the
mutedcolor in dark mode toneutral-600(see PRDDEV-2562). - Changed the
invalidcolor todanger-500for both light and dark modes.
Released on March 18, 2026
March 18, 2026
Section titled “March 18, 2026”- Removed the Heading component.
- The components’ CSS has been wrapped in the
componentslayer to lower their priority in the cascade (see PRDDEV-2559). - Added the
xssize to the Container component. - The
hrefproperty 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
February 25, 2026
Section titled “February 25, 2026”- Completely removed the CSS file from the Image component.
Released on February 25, 2026
February 25, 2026
Section titled “February 25, 2026”- Removed unnecessary style selectors from the Image component.
February 19, 2026
Section titled “February 19, 2026”- Added the
neutralcolor 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
pulseanimation instead of theskeleton-shimmeranimation.
February 17, 2026
Section titled “February 17, 2026”- Fixed a bug with the Separator component - the separator was not visible in the vertical orientation.
Released on February 13, 2026
February 13, 2026
Section titled “February 13, 2026”- Added missing
form,nameandvalueprops to the Checkbox component.
Released on February 13, 2026
February 13, 2026
Section titled “February 13, 2026”- Added the
checkedanddefaultCheckedprops, and theonCheckedChangecallback to the React Checkbox component. - Added the
checkedanddefault-checkedprops, and the@update:checkedevent to the Vue Checkbox component. - Added the
valueprop 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.