Skip to content

Release v2.1.0

Choose a tag to compare

@zhengchun zhengchun released this 17 Dec 06:09
· 10 commits to main since this release

New features

  • Add a new color theme: Discovery
  • Add !default keyword for each of variables, allows override the variable value when you want to customize.

New Utilities CSS

  • Transforms: scale, rotate, translate, skew, transform-origin
  • Transition: transition-property, transition-duration, transition-timing-function, transition-delay
  • Icon text color

Breaking Changes

  1. The Margin, Padding, Gap utilities the max value from 24rem change to 5rem. [#20]
  2. Disable the negative margins by default to reduce file size of the compiled CSS file. [#20]
  3. A .btn-group-narrow removed, the button group component will segment by default.

Fiix

  • #16
  • #12

Deprecated

  • .input-group-start and .input-group-end are deprecated, should use .input-group-prefix and .input-group-suffix instead of.