1.0.0-beta-10.2 (2018-05-15)
1.0.0-beta-10.1 (2018-05-13)
1.0.0-beta-10 (2018-05-13)
- Core: inject SassScript value to CSS variables to fix libsass 3.5.0 (#1620) (4f180f6), closes /sass-lang.com/documentation/file.SASS_CHANGELOG.html#3_5_0__12_July_2017 #1619
- MdApp: right drawer, fully reactive (#1493) (3ac16c7), closes #1204
- MdBadge: custom class and style supported (#1676) (71b7afa)
- MdBottomBarItem: missing props to for router link (#1531) (6860d3a), closes #1412
- MdButton: change type of mdRippleActive prop to null to support SSR (baf6a14)
- MdButton: fab-bottom-center style (#1724) (d1b296e), closes #1722
- MdButton: fix events when ripple is on (#1532) (e7f8f34)
- MdButton: Ripple for firefox (#1468) (156506b), closes #1461
- 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: fix font size for safari (#1476) (679f3d6)
- MdField: fix textarea and inline alignments (#1646) (dbeb7e9)
- MdFile: empty statement (#1716) (ae10127), closes #1711
- MdLayout: remove breakpoint margins (#1457) (c568fe3)
- MdMenu: fix vertical alignment for menu items in IE (#1615) (5d3dfcf)
- MdMenu: preventDefault only for specific keys (7c10a09)
- 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)
- MdSelect: dropdown icon align with input on botton line variant (#1600) (5c30f73)
- MdSelect: fix select position under md-dialog (#1525) (f7990c5), closes #1149
- MdSelect: pass props id and name as pure html attributes (#1583) (9fde310)
- MdSelect: update the text if options are updated (#1481) (042e571), closes #1389
- MdSteppers: zero height in IE (#1664) (665732c)
- MdTable: emit selected/update event only when selected items really changed (#1585) (a591144), closes #1559
- MdTable: fix value condition for slot (af0b89c)
- MdTable: make fixed header follow the horizontal scroll (#1575) (b14aac3)
- MdTable: reactive selection (#1674) (ddee303), closes #1348
- MdTableRow: removeSelectableItem when empty (#1616) (6d787bd), closes #1610
- MdTableRow: update selectableItem while
mdItem
changed (#1496) (30c2f80), closes #1492 - build script (0b4ffc3)
- MdTabs: correct indicator position on transition end (#1467) (bc3b611), closes #1432
- MdTabs: remove ResizeObserver to improve the size and position calculation (#1552) (ef0cd2f)
- MdTabs: transparent content (#1725) (a4e3619), closes #1713
- 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)
- MdBadge: add prop validation (a53aff6)
- MdCheckbox: add
indeterminate
variant (#1597) (e373857) - MdCheckbox: add object to possible checkbox value (#1556) (05821e2)
- MdCheckBox: True / false value supporting (#1703) (7cdcb66), closes #1701
- MdChips: Support with field variants (#1668) (c502a16)
- MdDatepicker: add close and open events (#1577) (5cb9b7b)
- MdDatepicker: add immediately option (#1607) (f62ec6a), closes #1606
- MdDatepicker: Debounce the conversion into a date object (#1666) (a47ebe1)
- MdDialog: add emit event when clicked outside of dialog (#1567) (b19f6f0)
- MdField: add @md-clear event (#1635) (6ef5235)
- MdField: add prefixes and suffixes (#1592) (a30d84c)
- MdField: new field variants (#1545) (f2347f1)
- 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: allow 2D array as the model value (#1477) (aed487a)
- MdTable: allow custom value for mdHeight (#1522) (c63b757)
- MdTableCell: add
md-id
prop (#1584) (7e7249a)
- 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)
- MdAutocomplete: fix input emit when cleared (#1295) (8a055e8)
- MdAutocomplete: prevent show options twice (#1410) (6a719b5), closes #1408
- MdChips: add labels for static chips (#1329) (b7094cb), closes #1327
- MdDatepicker: avoid warning for duplicated keys (#1379) (70712d7)
- MdDialog: IE not rendering Dialogs (#1356) (8115f32)
- MdField: Consider number
0
as hasValue (#1407) (d026496), closes #1406 - MdField: disable clear button while field is disabled (#1326) (03a9425), closes #1321
- MdField: preserve the name attribute on change (#1385) (0a83834)
- MdField: prevent MdInput and MdTextarea from emit input events directly (#1285) (00832e9), closes #1261
- MdHighlightText: avoid printing 'null' as a value (#1352) (4d906b6), closes #1351
- MdLayout: add xlarge and large classes to the layout component (#1323) (6c5fe65)
- MdMenu: Close menu while another is opened (#1266) (ef720c4), closes #1255
- MdMenu: fix close-on-select props (#1280) (40406af), closes #1279
- MdProgressSpinner: undefined navigator on SSR (#1441) (4722dad)
- MdRipple: clear ripples if called programatically (#1431) (9e6aa8a)
- MdSelect: emit
md-selected
event afterlocalValue
changed (#1282) (023723a), closes #1275 - MdSelect: fix dense layout not being rendered properly (#1346) (7110eab), closes #1332
- MdSelect: make options in disabled groups un-selectable (#1293) (89138eb), closes #1286
- MdSelect: prevent overflowing arrow icon (#1373) (637e914)
- MdSelect: Reactive options (#1447) (01dfdfb), closes #1262
- MdSteppers: recalculate styles on window resize (#1394) (d3953f7)
- MdTable: fix error to sort by attribute of child object (#1309) (9134227)
- MdTable: fix height of fixed table for firefox (#1384) (e24f8dc)
- MdTable: improve sort function on table for numbered columns (#1353) (18bb96c), closes #1349
- MdTable: remove table head when column removed (#1354) (b54eb10), closes #1347
- MdTabs: correct indicator position while alignment changed (#1442) (c5fc2f5), closes #1432
- MdTabs: fix indicator (#1448) (b33d0d6), closes #1304
- MdTextarea: fix input event handler not triggering (#1341) (567e9a7), closes #1340
- MdTextarea: prevent emitting
inputEvent
object oninput
(#1249) (c83f2a6), closes #1247 - MdTooltip:
mdActive
never updated to true using.sync
modifier (b1018fb) - MdTooltip: overlaying in dialog (#1446) (8ade40f)
- menu compatibility with IE (node type statement) (#1365) (a4c03be), closes #1263 #1263
- upgrade vue-template-compiler in yarn.lock (#1306) (b1bc2e1)
- z-index issues (#1264) (843056d)
- MdApp: allow custom components with slot (#1387) (ff341a2)
- MdApp: custom class and style (#1256) (9073313)
- MdChips: add formatter for individual chips (#1339) (247a840), closes #1288
- MdChips: feedback for duplicated chip (#1281) (d15f63b), closes #1212 #1212
- MdDatepicker: add dateformat (#1436) (74aee23)
- MdDatepicker: add support for labels (#1265) (9f61c0b)
- MdDatepicker: custom first day of a week (#1409) (af0dc0a), closes #1397 #1397
- MdDatepicker: emit date without confirming (#1426) (e4af731)
- MdDatepicker: override browser native pickers (#1270) (1cfaf3c)
- MdDatepicker: remove fixed label position (#1417) (a2cbc98)
- MdListItemExpand: reactive expansion (#1435) (0f7e28f), closes #1425
- MdListItemLink: add all
<a>
attributes supported (#1328) (c9a2b9f), closes #1320 - MdRipple: multiple waves (#1419) (70b3aa2)
- MdTable: reactive selection (#1358) (906a91d), closes #1348 #1292
- MdTableRow: enable native browser events without the .native modifier (#1393) (edb484e)
-
MdTable: no more
md-selected
event fromMdTableRow
-
fix(MdTable): select event should be triggered after select update event
-
fix(MdTableHeadSelection): select all only take effect on selectable items