Skip to content

v2.1.2

Latest
Compare
Choose a tag to compare
@zdhxiong zdhxiong released this 16 Jul 08:44
· 1 commit to v2 since this release

🐛 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 or suffix 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