Skip to content

v1.2.0

Compare
Choose a tag to compare
@ChrisUser ChrisUser released this 25 Nov 14:19
· 36 commits to main since this release
c3173c2

Breaking changes ⚠️

  • The 'removeLabels' prop is now called showLabels and works as the opposite: default value is true

Features

  • You can now define items background colors with Tailwind classes, as requested in #15
  • You can now customize some elements of the component with custom and Tailwind css classes
  • You can now customize classes and text of the 'exceed total' error message
  • Optimized components renders, thanks to @vgribdev
  • Updated repo docs

Bugfix

  • Some useless spaces were removed as suggested in #14 (@ChrisUser)
  • Dependencies have been updated to prevent Storybook docs page to not render properly