Skip to content

v0.4.0

Compare
Choose a tag to compare
@SlimeNull SlimeNull released this 07 Jun 13:01
· 208 commits to master since this release

Compared to v0.3.0, this version has the following additional features.

  • Support mica and acrylic effects on windows, as well as some other options, such as dark mode, border color, etc.
  • support for mouse or pen device to simulate touch, in order to drag and drop the scrolling content
  • ScrollViewer now supports virtualized containers, and support for custom adjusting the scrolling delta multiplier, for example, set it to a smaller value, you can make the content scroll more slowly
  • Support for Tooltip, Popup, and many other controls, as well as some enhancements to existing controls.

Feature Fixes.

  • Fixed the bug that setting Content directly in Frame would cause an exception.
  • Fixed NumberComparison spelling error

相较于 v0.3.0, 此版本总功能上多了:

  • 支持对窗口设置云母和亚克力效果, 以及一些其他选项, 例如暗色模式, 边框颜色等
  • 支持通过鼠标或笔设备模拟触摸, 以实现拖拽滚动内容
  • ScrollViewer 现在现在支持虚拟化容器, 而且支持自定义调整滚动的 Delta 乘数, 例如将它设置为更小的值, 可以使内容的滚动更慢
  • 支持了 Tooltip, Popup 等诸多控件, 已有控件也有部分功能提升

功能修复:

  • 已修复 Frame 直接设置 Content 会导致异常的 bug
  • 已修复 NumberComparison 拼写错误

BREAKING CHANGES.

中断性变更:

  • 现在 WPF Suite 的命名空间从原来的 GitHub 仓库地址, 改为了 "https://schema.elecho.dev/wpfsuite"
  • NumberComparison 中的 Greator 现在已更正为 Greater