Changelog
v2.0.1 (2025-12-29)
- New: Introduced dedicated positioning components
<vfit-lt>,<vfit-rt>,<vfit-lb>,<vfit-rb>,<vfit-center>to simplify layout code. - Optimization: Refactored core logic into
useFitPositionanduseFitScaleto improve code reusability. - Fix: Fixed the offset issue of the center component during scaling.
v1.0.0
- Initial release, including
FitContainercomponent andv-fitdirective.