v0.6.0
Pre-release
Pre-release
New Components:
- Chips
- File
- Image Loader
- Progress
- Snackbar
New Features:
-
SVG and PNG ICONS!!!
Another long time requested feature. Use external SVG icons inside the md-icon component with a lazy load and cache features.
-
New icon sizes
1x, 2x, 3x, 4x or 5x. Choose your icon size!
-
New ripple component
A more performant ripple component with great support for touch devices.
-
Disable ripple globally
If you don't want that extra effect you can disable the ripple globally calling the API. Just follow the guide.
-
Reduced file size
Now Vue Material is ~20% lighter
-
Responsive md-offset on md-layout
md-flex-offset-{type}
-
New md-layout alignment options with md-align
Apply an alignment to the container. Accepts
start|center|endExample:md-align="end"
Breaking changes:
-
The old v-md-ink-ripple is now removed
Fixes:
- recalculate indicator tab when parent changes #258
- fix md-input-container not reseting when model is null #277 (Thanks to @korylprince)
- fix expansion lists size on resize #278
- set empty file when click on cancel button in md-file #290 (Thanks to @korylprince)