Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

v8.0.0

Latest
Compare
Choose a tag to compare
@chiabi chiabi released this 10 Feb 04:05
· 315 commits to master since this release

BREAKING CHANGE ⚡️

  • Update react-router-dom peer dependency to support hooks
  • Remove display props from Comment
  • Change the target of the onClick event in Comment

Component 🗳

  • 🎉Skeleton
  • 🎉Tooltip

Feature 💯

  • Add readMoreText, hideText properties and Action cursor to Comment
  • Add XSMALL size to TextButton
  • Add AnchoreButton (ref #177 (comment))
  • Change title type of ModalBottomSheet to ReactNode
  • Add className property to `ModalBottomSheet
  • Add hidden property to Comment.Action
  • Add pageCountPerView property to show Pagination well even if it contains a lot of data.

Fix 🚀

  • Support SSR for Swiper with or without id
  • Fix TagInput bug that occurs when the first tag got deleted
  • Fix text color when lighter 'Button' is disabled
  • Fix object-fit style of Avatar image to cover
  • Fix ElevationStyles to match design
  • Fix ModalBottomSheet to soft wrap(👏thanks @mango906, in #191)