Changelog
This version is currently in alpha version, and although everything looks like working properly keep an eye on it if you decide to use it.
WARNING
From this version the styles are not bundled anymore inside the components, so you will have to import the CSS always like following way.
import 'vue-flux/style.css';
7.0.0
This is by far the most enhanced version. Don't miss the new details:
Bugs fixed:
- Still to check
New features:
- Half size
- TypesScript implemented
- Added resource options
- Added fit type for resizing resource
- Able to use other resources than images, so custom components, videos, or anything
Other changes:
- Removed
path
from VueFluxoptions