Skip to content

v1.0.0-beta-11

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcosmoura marcosmoura released this 12 May 00:37
· 130 commits to dev since this release

(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