Skip to main content
5.1.0Next5.1.05.0.35.0.25.0.15.0.04.0.94.0.84.0.73.2.03.1.03.0.13.0.02.1.12.0.101.0.0

Release Triton 5.2

Β· 2 min read
Lars MΓΈster

Resizable Windows! πŸ”Ήβž‘πŸ”·β€‹

The Window component can now be resized. The resize prop is a new property introduced that lets the Triton window be resized by the user.

When enabled, the user can click and drag the sides and corners of the window, to change the size.

By default, a window is now resizable, so if you do not want this behavior in your windows please make sure to pass false to this prop

Date Picker πŸ“…β€‹

The date picker now has some new interactive tools to improve its usability.

Firstly the Triton Date Picker now comes with a year selector, so the user can easily select dates for whichever year they like.

Secondly there is now a "return to today"-button, which will enable users to return to the current date.

Hopefully this will help users select the right date even if it is many years ago, and will give them an easy tool to return to current day if they need it.

New Icons πŸ§©β€‹

Four new icons have been added, namely 'inactive', 'filled clock', 'reset-zoom' and 'sensor-bar'.

Select Behavior ⏬​

We have reverted a previous change to the behavior of the Select component, so it is now back to using Triton-Overlay internally.

This removes the checkbox and makes it so items users select, with multiselect, will be removed from the list again, which was the previous behavior.

Bugfixes πŸ›β€‹

-Colors in modal don't match design requirements -Select disabled state will not disable dropdown -Missing name property on switch component -Triton Number Input +/- buttons work when field is disabled -Select dropdown hidden when at bottom of card -Select does not always close as intended, with multiple selects

Other Fixes​

-moved disabled label to the label itself -added missing properties on gap