Skip to content
Compare
Choose a tag to compare
@scaleway-bot scaleway-bot released this 07 Mar 13:29
· 6 commits to main since this release
59ff813

Minor Changes

  • #4798 63f9b91 Thanks @matthprost! - - <Popup />: fix when there is no animation to not add a setTimeout to close the popup. This will improve the behavior of <SelectInputV2 /> and make the testing less random.
    • <SelectableCard />: remove pointer events on the radio. We were already doing it with the checkbox version. Also improved tabulation to be more accessible.
    • <Label />: improve component to accept as prop that can take either label or legend. It also accept sentiment and disabled props now. The mouse pointer will be a pointer as well when htmlFor is passed.
    • <SelectInputV2 />: improve the focusable elements and fix a visual bug to double click to open the dropdown. Also when there is no space in the input the text will be ellipsis.
    • New component <SelectableCardOptionGroup />

Patch Changes