Skip to content

5.0.0

Compare
Choose a tag to compare
@brandonlenz brandonlenz released this 08 Jun 20:58
b6e5b32

⚠ BREAKING CHANGES

  • Unify icon usage (#2411)
    • As a part of this change, the previously exported BannerLockIcon component has been removed. Consumers building custom Banner components for their applications should use the Icon.Lock (with appropriate aria attributes) as shown in our Storybook example

Features

Bug Fixes

  • Adds validation styles to DatePicker (#2398) (161a931)
  • Allow CharacterCount value ^ defaultValue (#2397) (9de5b9d)
  • Rename Dropdown component to Select (#2415) (75e9369)
    • Note: Dropdown is now marked as deprecated, and will be removed in a future release
  • Fix FileInput in SSR (#2367) (3d4845e)
  • Fix misapplied aria attribute (#2396) (dafbb4e)
  • Unify icon usage (#2411) (ef2be8d)

Documentation & Examples

  • Add documentation for how we use All Contributors (#2378) (5aa9bda)