v2.1.2
🐛 Bug Fixes
- text-field: Height can now be adjusted using the
height
CSS property. (2d5439b, #313) - Added
flex-shrink: 0
to prevent components from being compressed (56a1a1d) - icon: Added
font-display: block
to prevent material icons from displaying text before the icon font loads (19b0cbd) - dialog: Set panel's
background color (--mdui-color-background)
to match its backdrop color (102356b, #311) - Updated module paths in
custom-elements.json
to use.js
suffix (8fac167, #323) - text-field: Fixed issue where a value of
0
was incorrectly interpreted as empty (1854543, #332) - select: Trimmed whitespace from text values (ae4cce7, #330)
- text-field: Removed placeholder space if
prefix
orsuffix
slots are not present (5ab270e, #327)
📄 Documentation
- Added integration documentation for Aurelia2 and Webcell
Full Changelog: Comparison between v2.1.1 and v2.1.2