Releases: ChrisUser/react-usage-bar
Releases · ChrisUser/react-usage-bar
v1.2.2
v1.2.1
Breaking changes ⚠️
- The import path for the component style is now
"react-usage-bar/dist/index.css"
Features
- Removed strong style constraints from within the component css #18
Development changes
- Vite integration (@ChrisUser)
- Dependencies cleanup (@ChrisUser)
Bugfix
- Resolved compatibility errors (@vgribdev)
v1.2.0
Breaking changes ⚠️
- The 'removeLabels' prop is now called
showLabels
and works as the opposite: default value istrue
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
v1.1.22
Why are v1.1.19 to v1.1.21 not available?
A lot of changes, trial and errors and experiments were introduced (behind the scenes) into this repo. The other versions were unstable therefore couldn't become official as this one.
Breaking changes ⚠️
- Drop support for Node 16.x
- Automate CI/CD processes
Features
- Dependencies security fixes