v1.0.0-beta-10
Pre-release
Pre-release
·
240 commits
to dev
since this release
(2018-05-13)
Bug Fixes
- Core: inject SassScript value to CSS variables to fix libsass 3.5.0 (#1620) (4f180f6), closes (#1619)
- MdApp: right drawer, fully reactive (#1493) (3ac16c7), closes #1204
- MdBottomBarItem: missing props to for router link (#1531) (6860d3a), closes #1412
- MdButton:
- MdCard: prevent showing scrollbars (#1580) (dc7892e)
- MdChips: improve alignment with other regular fields like md-input (ce7e075)
- MdCore: remove all async/await from codebase (5c3c208)
- MdDialog: remove md-primary from MdDialogConfirm's cancel button (#1633) (e125c0d), closes #1622
- MdField:
- MdFile: empty statement (#1716) (ae10127), closes #1711
- MdLayout: remove breakpoint margins (#1457) (c568fe3)
- MdMenu:
- MdMenuItem: fix router (#1474) (eb6c8df), closes #1471
- MdProgressBar: query style (#1683) (48453a1), closes #1682
- MdRipple: clear immediately (#1506) (d52954a)
- MdSelect:
- adjust position when body has margin (#1551) (c820b72)
- dropdown icon align with input on botton line variant (#1600) (5c30f73)
- fix select position under md-dialog (#1525) (f7990c5), closes #1149
- ass props id and name as pure html attributes (#1583) (9fde310)
- update the text if options are updated (#1481) (042e571), closes #1389
- MdSteppers: zero height in IE (#1664) (665732c)
- MdTable:
- MdTableRow:
- MdTabs:
- build script (0b4ffc3)
- constructor name support for IE11 (95614b6)
- ios devices do not trigger click events on 'non-clickable' elements (#1634) (63b8ac0), closes #1503
- make dev env works (a8e3978)
Components
Features
- MdBadge: add prop validation (a53aff6)
- MdCheckbox:
- MdChips: Support with field variants (#1668) (c502a16)
- MdDatepicker:
- MdDialog: add emit event when clicked outside of dialog (#1567) (b19f6f0)
- MdField:
- MdFile: Support with field variants (#1662) (fbf6d2a)
- MdList: expand only one option (#1645) (09b8573), closes #1641
- MdListItemExpand: add expanded and collapsed events (#1495) (11c2785), closes #1490
- MdMenu: new props mdCloseOnClick (#1630) (ecf5cb7)
- MdSnackbar: keep alive if its persistent (#1561) (33007b4)
- MdTable:
- MdTableCell: add
md-id
prop (#1584) (7e7249a)
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