* 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