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

Releases: pedaling/class101-ui

v8.0.0

10 Feb 04:05
Compare
Choose a tag to compare

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)

v7.0.0

28 Oct 08:30
Compare
Choose a tag to compare

BREAKING CHANGE

Caorusel

Removed react-id-swiper
Fix broken hooks rule in SSR

Button Component

Deprecate: legacy props(color, backgroundColor, style)
Change: the role of color props
Add: theme

Etc

Deprecate: 'SpoqaHanSans' font
Change: icon - chevron => chevron-right

Feature

components

  • Swiper
  • Carousel
  • TagInput
  • Callout
  • Pagination
  • Avatar
  • TextButton
  • IconButton
  • ButtonGroup
  • Divider

form Inputs

  • Switch
  • NumericInput
  • DatePicker

form Controls

  • RadioButtonGroup

overlays

  • ModalBottomsheet

Icon

  • notice
  • sheild
  • eye-off
  • confetti
  • filter
  • clip
  • chevron-left

The next breaking change will change the enum to a Pascal case.

v6.0.0

15 May 04:00
Compare
Choose a tag to compare

BREAKING CHANGE

  • Deprecate: margin related property
  • Deprecate: KlassCard component
  • Deprecate: Button leftIconSrc, rightIconSrc property
  • Change: red colors(- red000: #fff0f0 => #feeff2...)