🦄 Beautiful AntdUI

pull/29/head v1.8.4
Tom 1 week ago
parent 4e4ea7b486
commit 9c8b0d53a7

@ -105,8 +105,7 @@ Ant Design for WinForms, reimagines desktop app aesthetics with modern frontend
➡️| **MsgList** Friend message list | ✅ | ❎ |
➡️| **ChatList** Chat bubble list | ✅ | ❎ |
||||
⬇️| Other `5` | Animation | Disable |
➡️| [**WindowBar**](doc/wiki/en/Control/WindowBar.md) | ✅ | ❎ |
⬇️| Other `4` | Animation | Disable |
➡️| [**Battery**](doc/wiki/en/Control/Battery.md) | ✅ | ❎ |
➡️| [**Signal**](doc/wiki/en/Control/Signal.md) | ✅ | ❎ |
➡️| [**ContextMenuStrip**](doc/wiki/en/Control/ContextMenuStrip.md) | ✅ | ❎ |

@ -107,8 +107,7 @@
➡️| **MsgList** 好友消息列表 | ✅ | ❎ |
➡️| **ChatList** 气泡聊天列表 | ✅ | ❎ |
||||
⬇️| 其他 `5` | 动画 | 禁用 |
➡️| [**WindowBar** 窗口栏](doc/wiki/zh/Control/WindowBar.md) | ✅ | ❎ |
⬇️| 其他 `4` | 动画 | 禁用 |
➡️| [**Battery** 电量](doc/wiki/zh/Control/Battery.md) | ✅ | ❎ |
➡️| [**Signal** 信号强度](doc/wiki/zh/Control/Signal.md) | ✅ | ❎ |
➡️| [**ContextMenuStrip** 右键菜单](doc/wiki/zh/Control/ContextMenuStrip.md) | ✅ | ❎ |

@ -174,7 +174,10 @@ Take each one Remove/restore the default value of `AutoScaleMode` in `.Designer.
### Other `5`
#### [WindowBar](Control/WindowBar.md)
#### ~~[WindowBar](Control/WindowBar.md)~~
> ⚠ Removed using [PageHeader](Control/PageHeader.md) replacement
#### [Battery](Control/Battery.md)
#### [Signal](Control/Signal.md)
#### [ContextMenuStrip](Control/ContextMenuStrip.md)

@ -1,5 +1,27 @@
[Home](Home.md)・[UpdateLog](UpdateLog.md)・[Config](Config.md)・[Theme](Theme.md)・[SVG](SVG.md)
### `1.8.4` 2025-01-16
- VirtualPanel exposes some properties
- Tree SelectItem Rich Attribute Method
- Tabs IStyle GetTabRect
- Modal title can be empty
- Segmented icon supports line breaks up and down
- ✍️ Select Value value cannot be set to Sub sub item
- ✍️ TimePicker ValueTimeHorizontal misalignment
- ✍️ Select Focus Set Properties Pop Up UI
- ✍️ Bottom pop-up window in Drawer
- ✍️ Input multiple lines, first line. Enter cannot select
- ✍️ Menu cannot be selected without shadow, expand menu
- ✍️ Rich keyboard interaction, added carriage return support
### `1.8.3` 2025-01-10
- Label Rotate
- Checkbox/Radio Focus Style
- Drawer DisplayDelay
- ✍️ VirtualPanel dirty rendering area
- ✍️ Spin adaptation form
- ✍️ StackPanel Designer Copy Paste
### `1.8.2` 2025-01-09
- SelectMultiple multiline style, AutoHeight
- Button/Switch/ColorPicker Focus Style

@ -175,7 +175,10 @@ CORE 可以轻而易举的解决[Application.SetHighDpiMode(HighDpiMode.SystemAw
### 其他 `5`
#### [WindowBar 窗口栏](Control/WindowBar.md)
#### ~~[WindowBar 窗口栏](Control/WindowBar.md)~~
> ⚠ 已移除 使用 [PageHeader 页头](Control/PageHeader.md) 替换
#### [Battery 电量](Control/Battery.md)
#### [Signal 信号强度](Control/Signal.md)
#### [ContextMenuStrip 右键菜单](Control/ContextMenuStrip.md)

@ -1,5 +1,27 @@
[首页](Home.md)・[更新日志](UpdateLog.md)・[配置](Config.md)・[主题](Theme.md)・[SVG](SVG.md)
### `1.8.4` 2025-01-16
- VirtualPanel 公开一些属性
- Tree SelectItem 丰富属性方法
- Tabs IStyle GetTabRect
- Modal 标题可为空
- Segmented 图标上下支持换行
- ✍️ Select Value 值无法设置到 Sub子项目
- ✍️ TimePicker ValueTimeHorizontal 错位
- ✍️ Select 焦点下设置属性弹出UI
- ✍️ Drawer 内弹出窗口置底
- ✍️ Input 多行首行回车无法选中
- ✍️ Menu 无阴影无法选中展开菜单
- ✍️ 键盘交互丰富 新增回车支持
### `1.8.3` 2025-01-10
- Label Rotate 旋转
- Checkbox / Radio 焦点样式
- Drawer DisplayDelay
- ✍️ VirtualPanel 脏渲染区域
- ✍️ Spin 适配 Form
- ✍️ StackPanel 设计器复制粘贴
### `1.8.2` 2025-01-09
- SelectMultiple 多行样式AutoHeight
- Button/Switch/ColorPicker 焦点样式

Loading…
Cancel
Save