react-slot-counter
Advanced tools
Changelog
3.0.0
2024-06-27
speed
: Adjust animation speed more intuitively with the new speed
prop.delay
: Each column's animation start can now be delayed using the delay
prop.Changelog
2.3.3
2024-05-26
SlotCounter
component. The separator check now includes NBSP and additional whitespace characters, ensuring a more comprehensive and accurate check.Changelog
2.3.2
2024-05-17
sequentialAnimationMode
where the first digit was being displayed as a blank space when the number of digits increased and the number decreased. This fix ensures that the correct number is displayed in all situations.Changelog
2.3.1
2024-04-27
useMonospaceWidth
.Changelog
2.3.0
2024-04-26
numberSlotClassName
and numberClassName
props for more customization options. These props allow you to set the class name for the number slot and the number, respectively, enabling you to customize their styling.Changelog
2.2.5
2024-01-09
Changelog
2.2.4
2024-01-05
Changelog
2.2.3
2023-12-25
sequentialAnimationMode
for handling decimal numbers. In this update, I addressed an issue where decimal numbers were not processed correctly in sequentialAnimationMode
.