Skip to content

@ultraviolet/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 14:57
· 88 commits to main since this release
94554fe

Minor Changes

  • #3781 90dbb2b Thanks @lisalupi! - <Stepper /> enhancement:

    • Added a new disabled state
    • Added possibility to navigate throughout the steps for the user by clicking on the bullets
    • Refactor code : use <Stepper.Step /> for the steps instead of a list of children
    • New style overall
  • #3810 2c7da50 Thanks @DorianMaliszewski! - Allow description of an option to be a ReactNode instead of a string in <SelectInputV2 />

  • #3810 2c7da50 Thanks @DorianMaliszewski! - Add possibility to put a tooltip on an option in <SelectInputV2 />

Patch Changes