This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Releases: trimox/angular-mdc-web
Releases · trimox/angular-mdc-web
v1.0.0
Bug Fixes
- demos: Scroll behavior for standard top-app-bar (#1827) (eb9e8f5), closes #1826
- radio: Should set default checked with multiple groups (#1857) (fa89c0e), closes #1834
- select: Enhanced variant exception using FormControl (#1856) (3a9f95c), closes #1852
- text-field: Move init to AfterContentInit for transcluded content (#1830) (c18afcd), closes #1828
Features
- Upgrade to material-components-web v1.1.1 (#1845) (2a6b2df), closes #1842
- Upgrade to material-components-web v1.1.0 (#1860) (e66f167), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#111-2019-04-08
- Upgrade to material-components-web v1.0.0 (#1845) (2a6b2df), closes #1842
- base: Add MDC component and foundation base classes (#1844) (a304d16), closes #1843
material-components-web
improvements
- v1.1.1
https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md#111-2019-04-08 - v1.1.0
https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md#110-2019-03-26 - v1.0.0
https://github.com/material-components/material-components-web/blob/master/CHANGELOG.md#100-2019-03-06
v0.44.0
Bug Fixes
- checkbox: Should use specified id attribute (#1825) (3e63c38), closes #1818
- dialog: Misspelled button class name (#1800) (671c3af), closes #1799
- top-app-bar: Remove setTimeout during initialization (#1801) (a1e63eb)
Features
- chip: Add form (value) support + improvements (#1796) (8b412ba), closes #1788 #1795 #1793 #1811
- form-field: Apply no style class to text-field and select (#1804) (9f8838d)
- select: Add MDC_SELECT_DEFAULT_OPTIONS (#1809) (d67629e), closes #1798
- text-field: Add MDC_TEXT_FIELD_DEFAULT_OPTIONS (#1807) (5a2ee43), closes #1798
- text-field: Add support for character counter (#1816) (fa4d855), closes #1720 #1814
- text-field: Add support for independent labels (#1822) (8bd33ff), closes #1721
- Remove Grid List (#1789) (9660a85), closes #1154
- Upgrade to material-components-web v0.44.0 (#1810) (3da7eba), closes /github.com/material-components/material-components-web/blob/master/CHANGELOG.md#0440-2019-02-04
Build
- Include .map sourcemap files in npm release
- Enable all strict type checking
BREAKING CHANGES
- As per #1154. Delete deprecated Grid List component.
v0.43.7
Bug Fixes
v0.43.6
v0.43.5
Bug Fixes
- dialog: AfterClosed in angular zone (#1765) (65bea37), closes #1764
- dialog: Improve focus trap instantiation (#1773) (16207d1), closes #1765 #1772
- floating-label: Edge crash with CLI --prod flag (#1767) (157fe2d), closes #1740
- select: Call shouldFloat label if options change (#1770) (2f52b28), closes #1766 #1768
- text-field: Correct strictness evaluations (#1771) (de1d386)
v0.43.4
v0.43.3
Bug Fixes
- demos: Restore navigation drawer state (#1719) (b1be5ee)
- list: Move events to host binding (#1734) (a258e3f), closes #1733
- menu: Update mdcMenuSelectionGroupIcon selected state (#1725) (9cc7167), closes #1658
- tab-bar: Selected tab should scroll into view (#1722) (9359f4d), closes #1685
- text-field: Keep Chrome autofill behind notched outline (#1730) (d1c79ae), closes #1729
- text-field: Should disable input element (#1731) (97269ff), closes #1728
- text-field: Should update view model in onChange (#1732) (cdbf68b), closes #1724
Features
v0.43.2
Bug Fixes
- icon: Clear cached references in icon registry on destroy (#1714) (4cf25ac), closes #1713
- switch: Pass disabled property to ripple (#1706) (0a7f362), closes #1705
Features
- drawer: Allow disabling singleSelection + refactoring (#1717) (2bdd8a6), closes #1692 #1716
- switch: Improvements and fixes (#1712) (bb0531d), closes #1709 #1710 #1708 #1707
MdcSwitch
- Adds
toggle()
- Adds
@Input() required: boolean
- Adds
aria-label
- Adds
aria-labelledby
- Fixes issues using with forms
v0.43.1
Bug Fixes
- select: Enhanced API issues (#1700) (cb3a695), closes #1699 #1698 #1695 #1694 #1686
- snackbar: Sync config with foundation (#1684) (e0e69f5)
- Fix IE11 demo page compatibility
Features
New for MdcSelect
- Adds
reset(): void
New for MdcList
- Adds
@Input() disableRipple: boolean
- Adds
setSelectedValue(value: any): void
- Adds
getSelectedItem(): MdcListItem | undefined
- Adds
getListItemByValue(value: any): MdcListItem | undefined
- Adds
getListItemByIndex(index: number): MdcListItem | undefined
- Adds
getListItemIndexByValue(value: any): number
- Adds
reset(): void
v0.43.0
Bug Fixes
- tab-scroller: Should hide scrollbar in FireFox and Edge (#1678) (910eabf), closes #1543 #1529
- text-field: Fix change event + add input event (#1668) (8be13d9), closes #1641
Features
- button: Add trailing icon support (#1676) (84451c1), closes #1602
- fab: Add fluid property for extended fab (#1672) (b4fad19), closes #1655 #1671
- snackbar: Improved snackbar (#1680) (a5ca38c), closes #1599 #1548
- tab: Add id property (#1675) (2db621b), closes #1674
- Upgrade to material-components-web v0.43.0 (#1673) (62a0ad3), closes #1662
BREAKING CHANGES
- snackbar: Snackbar API changed to match the latest design guidelines. See the Snackbar documentation for more information.
- text-field: Please update your event code accordingly.
(change
) - Emitted when an alteration to the element's value is committed.
(input)
- Emitted synchronously when the value has been altered.