Vue Material Versions Save

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.

v1.0.0-beta-15

3 years ago

(2020-05-27)

Bug Fixes

  • Eslint rules to force existing code style: (#2202) (8dd6dfa, cdfd2d8)
  • Fixed docs position and height: (#2203) (35d85e9)
  • MdOption: Fix selection when value is empty string (#2275) (bad0b77, 35201c6)
  • MdDatepicker: Pick text button (confirm and cancel) from locale configuration (#2078) (1d5850f)
  • MdField: Fixing the label for inputs when we received an invalid value (#2108) (e4eb0e5)
  • GettingStarted.vue: Update GettingStarted.vue (#2165) (e764547)

v1.0.0-beta-14

3 years ago

(2020-05-27)

Bug Fixes

v1.0.0-beta-13

4 years ago

(2020-04-30)

Bug Fixes

  • MdApp: remove height 100 to make md-app-content span content height (#1957) (94fb4a8)
  • MdApp: Drawer detection (#1929) (3aefccb)
  • MdTabs: prevent overflow inside dialog content (#2065) (043bb6f)
  • MdDialog: fix dialog transitions (#2021) (a673139)
  • MdDialog: change position principle from transform to flex wrapper (#2023) (3eb34e2, 276a493)
  • MdMenu: fix to prevent menu click observers on render (#2201) (273d754)

v1.0.0-beta-12

4 years ago

(2020-04-21)

Bug Fixes

  • MdMenu: unexpected close on item click (#2062) (c274693)
  • MdRadio: internal radio not being checked (#2063) (a9feb6f)
  • MdTabs: added rtl support to md-tabs component with mdIsRtl prop (#2181) (6064c2b)
  • MdTabs: fix mdActiveTab not selecting set tab on load (#2164) (ae942e1)
  • MdTable: added index to md-table-row slot-scope (#2064) (26e5451, fd876ae)

Features

  • MdTabs: added rtl support to md-tabs component with mdIsRtl prop (#2181) (6064c2b)

Docs

  • MdTabs: add prop md-is-rtl to tabs table component (#2198) (1d26760)

Typo

v1.0.0-beta-11

4 years ago

(2019-05-12)

Bug Fixes

  • MdApp: child.data.attrs is undefined (#1762) (ffee13d), closes #1741
  • MdApp: fix drawer slot (#1845) (e6a967b)
  • MdApp: normalized component's tag before checking to match slot … (#1994) (05b4744)
  • MdAutocomplete: fix option selecting (#1765) (24e63ba)
  • MdButton: adjust spacing for multiple toolbar buttons (#1750) (84cdb90)
  • MdDatepicker: positioning when used inside flex container (#2036) (67677a2)
  • MdDialogContent: missing theme class (#1876) (6ca54cf)
  • MdField: remove firefox required box-shadow (3ff295f)
  • MdFile: disabled icon (#1787) (21d7e67), closes #1782
  • MdFile: infinite focus loop (04a4751)
  • MdInput: invert password on-off icons (#2008) (3e9dfa2)
  • MdListItem: allow multiple actions (#1760) (714ee9f)
  • MdListItem: expand content cursor style and hover (#1808) (739cefa), closes #1643
  • MdListItem: reduce function complexity (#1853) (b09777b)
  • MdMenuContent: destroy keydown listener on Esc (#1766) (e460e58)
  • MdProgressSpinner: fix CSP error (#1850) (96d3d8d)
  • MdProgressSpinner: improve transition (#1946) (0e62ae7)
  • MdRipple: fixed missing ripple effect (#2059) (b799671)
  • MdRouterLink: new router-link registration name (#1978) (b1dff40)
  • MdSelect: add missing this for calling isLocalValueSet function (7a690ba)
  • MdSelect: infinite loop error, when no v-model provided (#2035) (1d6eced)
  • MdSelect: selected event before mounted (946ea32), closes #1781
  • MdSnackbar: add "persistent" argument to createPromise() (c7e8df8)
  • MdSvgLoader: svg loader for invalid / missing mimetype (#1942) (4fa84a4)
  • MdTable: add support for index in table row (#2026) (f1b65ea)
  • MdTable: nextTick selection data (#1874) (6fbdd21), closes #1866 #2
  • MdTable: provide value mutation (#1789) (ae38547), closes #1786
  • MdTable: recalculate fixed header width on data changes (#1877) (2b675c9)
  • MdTable: revert asc direction (#1776) (0f82ace)
  • fix the repeated generated css theme classes if there is multiple themes defined (#1784) (2922afa)
  • MdBadge do not accept color #1854 issue (#1856) (87cf617)
  • MdTable: sort on created (#1775) (bd1e14b), closes #1774
  • MdTable: undefined table sorting #1906 (#2012) (5d54da5)
  • MdTableHead: sort indicator position when there is only one column (#1743) (12f0a40)
  • MdTabs: repeat import in all.scss #TimRChen (#1848) (2edc13c)
  • MdTabs: setupObservers on mounted immediately (#1770) (d8dc038), closes #1768
  • MdTextarea: resize anywhen localValue changed (#1841) (d81922a), closes #1833

Code Refactoring

Features

BREAKING CHANGES

  • MdDatepicker: upgrade date-fns to 2.0.0-alpha.7

v1.0.0-beta-10.2

5 years ago

(2018-05-15)

Bug Fixes

  • MdTable: fix table rendering default slot twice (#1731) (3c61bcf)

v1.0.0-beta-10.1

5 years ago

(2018-05-13)

Bug Fixes

  • MdApp: fix typo breaking MdApp on several scenarios (#1728) (8bdbaf3), closes #1727

v1.0.0-beta-10

5 years ago

(2018-05-13)

Bug Fixes

Components

Features

Performance Improvements

BREAKING CHANGES

  • MdApp: Replace useless props mdLeft with !this.mdRight
  • MdApp: no more than one drawer in a MdApp
  • MdCheckBox: checkbox without setting value is true / false as default

v1.0.0-beta-8

6 years ago

(2018-01-29)

Features

Bug Fixes

BREAKING CHANGES

  • MdTable: no more md-selected event from MdTableRow

v0.7.4

6 years ago

New Components

Bug Fixes

  • vue-material is running with latest vue version;
  • .native need was removed! Finally!
  • Menu component page is alive again;
  • Documentation in general was fixed;
  • mdTable
    • @select now emits an array of selected elements instead of an indexed object;
    • Major fix on elements selection;
    • Pagination bug was fixed;
  • mdSelect
    • Dropdown selection bug fixed;
  • mdOnboarding
    • Component is showing content. Height issue was fixed;
  • mdStepper
    • Horizontal stepper indicator had the icon centered;
  • mdFile
    • Documentation updated;
  • mdCard
    • Expand cards issue was fixed. Now you can dynamically update mdCardContent with no worries;
  • mdInput
    • The name attribute is back! Sorry. Merge issues;
  • mdCheckbox
    • Clicking on the mdCheckbox label is now checking the checkbox;
  • IE11
    • Bug on Promise fixed.

And a lot more small bug fixes.

Special thanks

@fergardi [Onboarding Component] @LaercioSantana [Rating Bar Component] @vin-e [Stepper Component] @marcosmoura [Phoenix LOL] @d3radicated [Bug killer] @Morgul [Enhancer] @Samuell1 [Bug Killer/Tracker] @kpilard [Bug killer] @nullism [Grammar specialist] @guijavax @lucasfernog @Bolandish @xlotlu @pedro-meza @ug02fast @tarciosaraiva @JeffBorges @pml984 @praneetloke @MichaelSitter @joshua1988 @sufuf3 @St-Ex ... 30+ other amazing developers! Thank you!!!!