Skip to content

v0.66.1

Compare
Choose a tag to compare
@metonym metonym released this 27 Jun 12:54
· 484 commits to master since this release

Compare v0.66.0..v0.66.1

Fixes

  • support PasswordInput invalid state when used in a FluidForm (6a3614b, #1371)
  • remove title attribute from SideNavMenu icon (c346b8e, #1373)
  • remove tabindex attribute from SideNavMenu icon (83c11fd, #1369)
  • override max-height in an expanded SideNavMenu (388a05c, #1368)
  • fix ComposedModal type error where the focus node is possibly null (9fcf985, #1364)

Refactor

  • pass required text prop from CodeSnippet to CopyButton to prevent development warning (d5d6294, #1372)

Documentation

  • add PasswordInput example "Invalid state"
  • rename ComboBox example "Selected id" to "Initial selected id"
  • revise DatePicker example "DatePicker in a modal" to prevent iframe from stealing focus