Skip to content

Latest commit

 

History

History
176 lines (137 loc) · 25.2 KB

CHANGELOG.md

File metadata and controls

176 lines (137 loc) · 25.2 KB

1.0.0-beta-10.2 (2018-05-15)

Bug Fixes

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

1.0.0-beta-10.1 (2018-05-13)

Bug Fixes

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

1.0.0-beta-10 (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

1.0.0-beta-8 (2018-01-29)

Bug Fixes

Features

BREAKING CHANGES

  • MdTable: no more md-selected event from MdTableRow

  • fix(MdTable): select event should be triggered after select update event

  • fix(MdTableHeadSelection): select all only take effect on selectable items