| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-16 | 2.0 kB | |
| v2.1.2 source code.tar.gz | 2024-07-16 | 642.3 kB | |
| v2.1.2 source code.zip | 2024-07-16 | 1.0 MB | |
| Totals: 3 Items | 1.7 MB | 0 | |
š Bug Fixes
- text-field: Height can now be adjusted using the
heightCSS property. (2d5439b, #313) - Added
flex-shrink: 0to prevent components from being compressed (56a1a1d) - icon: Added
font-display: blockto 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.jsonto use.jssuffix (8fac167, #323) - text-field: Fixed issue where a value of
0was incorrectly interpreted as empty (1854543, #332) - select: Trimmed whitespace from text values (ae4cce7, #330)
- text-field: Removed placeholder space if
prefixorsuffixslots are not present (5ab270e, #327)
š Documentation
- Added integration documentation for Aurelia2 and Webcell
Full Changelog: Comparison between v2.1.1 and v2.1.2