* origin/develop:
mdSwitch can be used without v-model (#607) (#622)
md-slect: key navigation ignores mdSubheader onEnter (#592) (#623)
Fix subtotal not updating (#625)
Fix undefined variable in md-radio SCSS (#635)
Refactor Theme Engine (#646)
some required scss imports added (#670)
Fixes#629 Unable to set disabled property of md-bottom-bar-item (#689)
Dont overwrite currentSize of mdTablePagination (#692)
Fix radio button null value (#693)
DOCS: Added missing argument in code example (#702)
Allow object for option in select (#708)
Fix floating action button incoherent move #713 (#714)
Added the code samples for Demo in List Components (Multiple options, Multiple Expand) (#725)
adding click handler (#726)
fix md-tabs not properly flexed when applied with md-fixed (#636)
fix language more gender neutral #633 (#637)
* origin/master:
fixed when npm install extract-text-webpack-plugin@beta not found error ( #665 ) (#666)
Issue#544 (#674)
Add CDNJS version badge in README.md (#718)
- Optimize parseStyle method to run a single RegExp replace
- Abstract DOM manipulation to check for VUE_ENV first
- Add theme name to <md-theme> element when it would render its own tag
- Recompute styles when a new set of selectors is added (via styles.push)
- Use computed property to find closest themed ancestor for mixin
- Only grab md-name attribute from an md-theme component (<md-table-edit>
uses the md-name attribute for <input> tags)
* Dont overwrite currentSize of mdTablePagination with
the first value from mdPageOptions.
Check the value currentSize if it is in the array of options and set it, otherwise just take the (default) first option.
* map props default value to local data property
* allow passing the prop as a string value
by parsing it as an int
Tried one of the code examples and noticed that Vue gave the following warning:
[Vue warn]: Missing required prop: "value"
(found in <MdDialogPrompt>)
Added missing argument in code example.
* origin/develop:
add swipe on Tabs header (#430)
Added registerPalette method on mdTheme (#522)
automatically adjust the textarea height when rendering the model (#525)
fix when to use default colorVariant (#535)
add textColor property to theme options (#531)
fix#534 centering icon with md-button in md-table (#538)
[md-checkbox/md-radio] Add pointer cursor (#540)
fix register/unregister tabs to use $set/$delete (#545)
add vertical align for layout (#562)
allow customize tab item using slot (#596)
Enlarge mdRadio touchable area (#609)
* fix pagination not enabling next button when total changes #482. (#517)
* refactor property names to make more sense #517 (#521)
* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.
* Improve code readability for the fix done for #482.
* After a teeny tiny delay, update the autosize
* fix pagination not enabling next button when total changes #482. (#517)
* refactor property names to make more sense #517 (#521)
* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.
* Improve code readability for the fix done for #482.
* Fix - when to use default colorVariant
Solves issue https://github.com/marcosmoura/vue-material/issues/533.
* fix pagination not enabling next button when total changes #482. (#517)
* refactor property names to make more sense #517 (#521)
* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.
* Improve code readability for the fix done for #482.
* Add textColor property
The property "textColor" allows you to force set color of the text for the theme.
* Added description of the textColor property in the documentation
This fixes#534, the icon is now centered inside the md-button when used with md-table
Removing the margin gives back the `margin:auto` set to the `md-icon` class