- 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)
* 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