* origin/master:
fix import names (#345)
add gitter channel URL
add gitter badge
fix comment
add Gitter Channel
update the number of rows if the data set changes on mdTable (#320)
* ignoring a thing
* md-iconset had to become a boolean prop because :class=[themeClass, iconset] have aonther behavior, as can be seen in https://vuejs.org/v2/guide/class-and-style.html#ad
* icon font support proposal
* support for icon fonts without ligatures
* change iconset example
* 'develop' of https://github.com/marcosmoura/vue-material: (671 commits)
[release] 0.6.2
[build] 0.6.2
fix alias for webpack
[release] 0.6.1
[build] 0.6.1
remove ignore on bundle
add mobile first breakpoints to mdLayout (#305)
fix md-icon-button with pallete colors inside cards #307
[release] 0.6.0
[build] 0.6.0
fix one line dialogs in certain browsers #219
add documentation on how to disable ripple
rename module
add 'changed' event to mdBottomBar. (#296)
delay creation of ripple actions
remove unused dependency
remove ripple directive and use the new component
recreate ripple component and add a global toggle to it
cache svg icons
simplify bottom bar examples
...
* feature added. Added the responsive classes md-hide-{type}-and-up. These classes will do the opposite from md-hide-{type}
* gitignore added to skip dist folder
* gitignore fixed. removed dist folder entry
* feature added. Added the responsive classes md-hide-{type}-and-up. These classes will do the opposite from md-hide-{type}
* gitignore added to skip dist folder
* gitignore fixed. removed dist folder entry
Now we fire off an event when the active item changes, just like mdTabs. Additionally, this moves activation logic to mdBottomBar, instead of each mdBottomBarItem. It made the change easier to implement, and seems a bit cleaner, though that's subjective.