Skip to content

Release v1.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 06:23
· 1289 commits to main since this release
7222123

🌡️ Progress and Tooltip component props optional, uses defaults

  • color, type and variant props for the Progress component are now optional and use default values if no prop is passed.
  • arrow prop for the Tooltip is now optional and uses the default value of true when the prop is not passed.

New TimePicker component

Upgrading dependencies

  • Upgrades next.js to 12.1.2 and eslint to 8.12
  • Downgrades @types/node to match used node v16
  • Upgrades other dependencies and addresses some vulnerabilities at the same time
  • Adds moment and dayjs as devdepencies since they were causing errors locally with @date/io

Fixes

  • Passing data-testid to Select component when using multiple prop (#28 )
  • Passing all given props to IconButton
  • Dialog Close button now triggers onClose function
  • Changes default Datepicker stories adapter to dayjs
  • Adds default MUI tab panel component export