Changelog
0.3.3
Released: June 2, 2026
Patch Changes
- Updated default behaviour of
<NumberFlow />component; it now uses ‘continuous’ plugin by default. It also now accepts a new prop called ‘animateInView’ which allows you to animate the number when it is in view. - Added SKILLS.md guidelines for the repo; included rules for all components.
0.3.2
Released: May 28, 2026
Patch Changes
- Improved bundle size by using
<LazyMotion />. Refactored inner component functionalities for better performance.
0.3.1
Released: May 28, 2026
Patch Changes
- Added internal component documentation along with links to main documentation website.
- Improved internal package documentation.
0.3.0
Released: May 28, 2026
Minor Changes
- Expanded
<Tabs />component functionality. It now supports autoplay functionality along with loop, delay timer and progress tracking.
Patch Changes
- Expanded inline styling for vertical progress tracking on the
<Tabs />component. Enhanced documentation and examples to showcase new features.
0.2.1
Released: May 28, 2026
Patch Changes
- Improved internal package documentation.
0.2.0
Released: May 28, 2026
Minor Changes
- Updated default values handling for gap and duration in
<Marquee />component, messing with tailwind directed css values.
Patch Changes
-
Enhanced
<Accordion.Indicator />component with state-based content rendering and improved CSS transitions. -
Implemented additional default behaviour on the
<Carousel />component.It now fully supports horizontal mouse scrolling.
Also, fixed autoplay behaviour on user interaction - it now resets the autoplay timer for the next slide after user interaction.
0.1.0
Released: May 28, 2026
Minor Changes
- Extended the functionality of
<TextReveal />component; it now supports percentage progress that is programatically accessible. - Implemented
<TextReveal />component. - TypeAhead component implementated.
Last updated on