Skip to content

Releases: zdhxiong/mdui

v2.1.1

08 Apr 07:17
Compare
Choose a tag to compare

🐛 Bug Fixes

  • missing file extensions

v2.1.0

07 Apr 15:03
Compare
Choose a tag to compare

🚀 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

18 Feb 09:32
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Lost bundled files

v2.0.5

18 Feb 07:41
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Revert ScrollBehaviorMixin (6d4ad19)

v2.0.4

17 Feb 09:09
Compare
Choose a tag to compare

🚀 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.(e99d665)
  • Animation error in the navigation-drawer component when rapidly closing and reopening.(800f064)
  • The lockScreen function now correctly reserves scrollbar width only when a scrollbar is present.(8bde76d)
  • Fixed font-weight style not taking effect on the button component.(92c50b1 #291)

v2.0.3

03 Dec 06:11
Compare
Choose a tag to compare

🐛 Bug 修复

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

💅 优化

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

v2.0.2

15 Nov 08:31
Compare
Choose a tag to compare

🐛 Bug 修复

  • slider 组件在 firefox 上样式错误 b4d4abe
  • dialog、navigation-drawer 组件打开时通过计算滚动条宽度来避免页面内容抖动 8540228
  • 使用 Tab 切换焦点时,组件的聚焦状态错误 8cc8f25
  • 部分组件在初始化时,由于页面未加载完成,或关联的组件未初始化完成,导致的bug aad2eeb #273

📦 依赖更新

  • Lit 更新到 v3.0

v2.0.1

17 Oct 01:54
Compare
Choose a tag to compare

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

v1.0.2

28 Feb 12:31
Compare
Choose a tag to compare

升级指导

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

更新说明

fixed #242

v1.0.1

29 Oct 06:49
Compare
Choose a tag to compare

升级指导

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