Skip to content

v0.15.2

Compare
Choose a tag to compare
@ElderJames ElderJames released this 02 Jul 16:12
· 239 commits to master since this release
a8636ca

What's Changed

  • Table

    • 🐞 Fixed Table avoid exception at DisposeAsync method. #3337 @ElderJames
    • 🐞 Fixed Table render incorrectly with ParametersHashCodeChanged render mode in some case. #3313 @ElderJames
  • 🐞 Fixed Menu that MenuItem unselect incorrectly when menu was inline and collapsed. #3338 @ElderJames

  • 🐞 Fixed Drawer scroll not enable when page url changed. #3316 @zxyao145

  • 🐞 Fixed Slider does not always fire OnAfterChange. #3323 @ElderJames

  • 🐞 Fixed Statistic that coundown pause while the navigate to other page. #3329 @ElderJames

  • 🐞 Fixed Card missing loading effect. #3319 @ElderJames

  • 🐞 Fixed TreeSelect that removing last option can't change the binding values. #3314 @ElderJames

  • 🌐 i18n ru-RU changed dateFormat and dateTimeFormat to d.m.yyyy in ru-RU locale. #3327 @Life-is-Peachy


  • Table

    • 🐞 避免 DisposeAsync 中的异常。#3337 @ElderJames
    • 🐞 修复 Table 在 ParametersHashCodeChanged 模式下某些情况不渲染的问题。#3313 @ElderJames
  • 🐞 修复 Menu 在收起时 MenuItem 切换又是无法取消选中的问题。#3338 @ElderJames

  • 🐞 修复 Drawer 滚动条在页面路由发生变化时没有重置。#3316 @zxyao145

  • 🐞 修复 Slider 在拖动释放时不触发OnAfterChange。#3323 @ElderJames

  • 🐞 修复 Statistic 的 CountDown 在切换其他页面时会暂停的问题。#3329 @ElderJames

  • 🐞 修复 Card 加载效果失效。#3319 @ElderJames

  • 🐞 修复 TreeSelect 在移除最后一个选项时没有更新绑定的属性。#3314 @ElderJames

  • 🌐 i18n: 俄语本地化文件 dateFormat 和 dateTimeFormat 改为 d.m.yyyy。#3327 @Life-is-Peachy

New Contributors

Full Changelog: 0.15.1...0.15.2