Skip to content

v4.8.0

Compare
Choose a tag to compare
@colbytcook colbytcook released this 18 Nov 23:55
· 1727 commits to master since this release

Release Notes

Background Component

Replaced the Image Component with a Image Element to provide a performance boost. From #2386

Profile View

Added the Notification Profile View with the following additions. From #2386

  1. Profile Component created to handle user profiles.
  2. Info Section Component created to handle sections within a user profile.
  3. Removes text-align behaviors in Tooltip Component to simplify the code and make the behavior more predictable.
  4. Miscellaneous doc changes that enhance or re-organize existing docs.
  5. Fixes Image Element CSS so that when fill prop is used, the image's display is set to block, which removes undesired white space from inline-block.

Features

Authors: 2