Mdui Versions Save

Material Design 3(Material You) UI components using Web Components.

v2.1.1

1 month ago

🐛 Bug Fixes

  • missing file extensions

v2.1.0

1 month ago

🚀 New Features

  • Added localization feature with language packs for 64 regions. Implemented three functions - loadLocale, setLocale, and getLocale - for localization.
  • The select component now exports CSS parts for chip and text-field internals.

v2.0.6

2 months ago

🐛 Bug Fixes

  • Lost bundled files

v2.0.5

2 months ago

🐛 Bug Fixes

  • Revert ScrollBehaviorMixin (6d4ad198beec909ee12b31dde3c8b6058cbe3ee2)

v2.0.4

2 months ago

🚀 New Features

  • Added English documentation
  • Added JSX TypeScript type declarations

🐛 Bug Fixes

  • Issue with the observeResize function not immediately executing the first callback when multiple listeners are added to the same element.(e99d6656a01ddd753961ca28b9b8f1996c518de5)
  • Animation error in the navigation-drawer component when rapidly closing and reopening.(800f06461fcd8c25a7c9b5a866e8d9f0f28fc652)
  • The lockScreen function now correctly reserves scrollbar width only when a scrollbar is present.(8bde76d586c5ccbd3d0ee627ae775c4c381296c2)
  • Fixed font-weight style not taking effect on the button component.(92c50b1044e1c34bf019a6fb163df11700098327 #291)

v2.0.3

5 months ago

🐛 Bug 修复

  • 修复了 range-slider 组件在含初始值时的赋值问题 ( bcb7b3cdf0b8c71df0e3064c4e618fb500bf3cee )
  • 将 mdui-collapse、mdui-collapse-item 组件添加到 HTMLElementTagNameMap ( bcb7b3cdf0b8c71df0e3064c4e618fb500bf3cee #284)
  • 移除了 mdui-list 组件的默认链接样式 ( f0b1581635c2f1c39c5ce7b3979b5953143eccec #285)
  • 修复了子组件不存在时点击导致的报错。涉及组件:collapse, menu, navigation-bar, navigation-rail, radio-group, segmented-button-group, tabs ( 27471853ee28dae72499f28d994ec0fdd75d2e9f )
  • 当 slider, range-slider 的 value 不在 min、max、step 的限制范围内时,现在支持自动修正值 ( 5f996c2e29457206a626fb96477b2ea17512661e #283)
  • 修复了 segmented-button-group 在选中状态时的错位问题 ( 728bc3d27a1b406ecc8b6604abcb6973da7e6337 )
  • 限制了 navigation-drawer 在窄屏幕上的最大宽度为 80% ( 2bf4e7502ed83a60aae95e2844798d0ad3fd4a03 )
  • dropdown, tooltip 现在会监听所有支持 overflow 的父元素滚动 ( fbade5b99c72c7f70558116a8139c78b79a73769 #282)

💅 优化

  • 添加了组件的事件类型声明 ( 4f9c2e1df19a914d66565f32ce8584e034968e2b )

v2.0.2

6 months ago

🐛 Bug 修复

📦 依赖更新

  • Lit 更新到 v3.0

v2.0.1

7 months ago

全新的使用 Material You 设计规范的 mdui 发布

v1.0.2

3 years ago

升级指导

v1.0.1 可以无缝升级到 v1.0.2

更新说明

fixed #242

v1.0.1

3 years ago

升级指导

v1.0.0 可以无缝升级到 v1.0.1

更新说明

  1. .mdui-typo 中的 video 添加 max-width: 100%
  2. 修复 slider 组件样式 bug。https://www.mdui.org/questions/222
  3. panel 支持动态添加元素。https://www.mdui.org/questions/224
  4. fixed #231
  5. fixed #239
  6. fixed #235