Skip to content

Release v1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 14:34
· 1251 commits to main since this release
7b626ea

Button

  • Add danger color variant (#44)
  • Forward ref to nested Button component (#46)

TextField

  • Fix sx prop override issue, which caused Select component label displaying issue (#47)

Datepicker

  • remove showDaysOutsideCurrentMonth=true default prop overwrite, because we don't want to show days from next / previous month (#48)

Timepicker

  • Leave clock icon but disable clock UI selection
  • fix .InputAdornment marginLeft: 0 (to display the placeholder format text completely for am/pm as well)
    (#49)