Releases: vuematerial/vue-material
v0.7.3
[release] 0.7.3
v0.7.2
[release] 0.7.2
v0.7.1
Fixes
- fix regression of @click handler #454
- add href support to mdMenuItem #463
- fix IE11 support #459
- fix ripple not reseting after second click #461
- add fallback loading to cross-domain images #424
- add better examples to list page #457
- fix and optimize layout media queries after upgrade to webpack 2 #456
- fix gutter example on documentation website
v0.7.0
New Components:
- Speed Dial
New Features:
-
Support to icons without ligatures
Now you can use icon font like Font Awesome! (Thanks to @sombriks)
-
Support to SVG icon on bottom bar
(Thanks to @sombriks)
-
Select working without v-model
For those who use Laravel with Vue.js...
-
List item component recriated from scratch
Now more performant and more stable.
-
Swipe gestures on left Sidenav
More responsive and fluid experience on mobile devices. (Thanks to @igor-ribeiro)
-
Support to Theme Color on Android
Change the browser window color inside Chrome for Android based on the current theme.
Breaking changes:
-
To avoid issues and conflicts between multiple events on buttons and other "clickable" components the internal
@click
event don't work anymore. Use@click.native
instead. -
Only for contributors: To build Vue Material is now needed to upgrade all dependencies. Vue Material uses Webpack 2 under the hood and all dependencies were bumped to the latest.
Fixes:
- check for null parent elements in mdInkRipple #313 (Thanks to @korylprince)
- update the number of rows if the data set changes on mdTable #320 (Thanks to @pablohpsilva)
- disable pointer events on snackbar container #327 (Thanks to @korylprince)
- allow null value to be passed to parent of md-select #338 (Thanks to @korylprince)
- fix textarea autosize on initial value #341 (Thanks to @korylprince)
- fix char counter not updating after model change #384
- prevent parent forms from submitting when adding chips #383
- prevent body from scroll on dialogs and menus #373
- fix error message not moving down on textarea #362
- add checked attribute to checkbox #366
- add select events when open and close mdSelect #357
- fix radio parsing md-value wrongly when null #378
- fix md-input colors inside cards #421
- fix overflow button color theme in cards #421
- pause snackbar timeout on hover #434 (Thanks to @igor-ribeiro)
- enable multiple expansions in mdList #442 (Thanks to @ivictbor)
- allow preventDefault in md-switch #435 (Thanks to @ivictbor)
- add styles for input inside toolbar #395
- prevent ripple from getting undefined when parent elements doesnt exists
- normalize mobile and desktop events on ripple
- normalize mobile and desktop events on ripple
- remove unnecessary Vue.extend on component definition
- upgrade to webpack 2 with tree shaking support
- update supported browsers
v0.6.3
v0.6.2
v0.6.1
v0.6.0
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
|end
Example: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)
v0.5.2
Fixes
- add cdn references to docs
- fix card expand negative margin
- split documentation pages into multiple bundles
- remove menu scroll #242
- rename sidenav show method to open #238
- fire "selected" event when select changes #230
- fix grey/white theme colors #233
- improve the icon component documentation #226 (Thanks to @Nicolapps)
- fix mdTheme.vue filename case #252 (Thanks to @korylprince)
- fix version selector #240
- check initial value for multiple selects #245
- watch for dom changes on tab parent #248
- remove menu theming #253