v0.7.0
Pre-release
Pre-release
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
@clickevent don't work anymore. Use@click.nativeinstead. -
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