Fixes:
- fix releases tree, load versions and changelog externaly
- fix build structure
Fixes:
- fix switch not updating state after value change #200
- fix dialog with input closing after typing #183
- fix tooltip errors in console #188
- fix value in select with option with v-if #198
Fixes:
- create custom tags in whiteframe component #169
- fix undefined object.values method and emit @change event #167 #165 (Thanks to @jtouzy)
- add reference of currentPage in mdTablePagination #163 (Thanks to @jonataswalker)
- add scrollbar behaviour in dialog content #161
- resize textarea when a value change #160
- fix disabled selects being selectable #159
- add code sample to switch #157 (Thanks to @vuchl)
- fix tooltip not being removed #156
- update prompt code example to be a prompt #150 (Thanks to @vuchl)
New Documentation:
- Better Getting started
- Themes guide
- Version selector
- API Guide
- Better Examples
New Components:
Fixes:
- fix shadow transition inside menus #141 #129
- fix table row not watching item #116 #113
- add href support for mdBottomBar #121
Fixes:
- Fix regression on inputs getting wrong value after manual update #101 #100 #96
v0.3.2 - Bugfixes
Fixes:
- Fix babel export default module.exports #92
- Fix tooltips jumping when screen resize #85
- Fix table not getting instance #91 #88
- Fix regression on password review #95
- Fix input getting wrong value after manual update #100 #96
- Use the internal value of md-input to set the value of the container #97 (Thanks to @Cabbaggio)
- Add material.debug.js to dist folder #90 (Thanks to @pauloramires)
v0.3.1 - Bugfixes
Fixes:
- md-select not being reactive #74
- Fix components not being updated inside v-once #69 #70
- Fix input number not accepting numbers #67 #70
- Fix md-input-container crashing when the select value is null #64
v0.3.0 - Huge Release
New Components:
- Data Table
- Menu
- Select with multiple selection
Fixes:
- md-input not reactive when initial value empty #40
- md-textarea with maxlength not writable #43
- Do not style scrollbars by default #46
- SELECT component: display issue in IE11 #34
- Select component popup shows behind other components #26
- md-select text vs value #24
- md-button ignores type prop #41 (Thanks to @pauloramires)
- md-select displaying selected text (rather than value) #36
- Added 'type' props to switch button #27 (Thanks to @guillaumerxl)
- Add babel-cli as dev dependency #28 (Thanks to @lucassouza1)
- Remove dotted outline around button in firefox #52 (Thanks to @yeknava)
v0.2.0 - New components
New Components:
Fixes:
- Add Roboto font and google icons to the docs 421ce7b
- Explains better how to install and configure vue-material cc43985
- Emit change & input events from mdTextarea b474af9 (Thanks to @jvanbrug)
v0.1.2 - Bugfixes
Fixes:
- Fixed tooltips on Firefox
- Misaligned icons inside buttons on Firefox
- Documentation fixes
v0.1.1 - Bugfixes
Changes:
- Bugfixes
- Firefox support
- Initial documentation
v0.1.0 - Initial Release
New Components:
- Avatar
- Bottom Bar
- Button
- Button Toggle
- Checkbox
- Divider
- Icon
- Input
- List
- Radio
- Select
- Sidenav
- Subheader
- Switch
- Tabs
- Toolbar
- Tooltip
- Whiteframe
UI Elements:
- Themes
- Typography
- Fluid Media
- Custom Scrollbar
- Selection Styles