Zhang Dian
d57c843032
misc: bump version.
v11.3.7.3
2026-02-09 23:54:05 +08:00
Zhang Dian
a56b1e374a
fix: update TextBox padding for improved layout consistency. ( #748 )
2026-02-09 23:29:28 +08:00
Zhang Dian
664d05db45
feat: add ClearSelectionOnLostFocus property to AutoCompleteBox. ( #746 )
2026-02-09 23:28:15 +08:00
Zhang Dian
fdbfd91b8f
feat: Properly handle nc hit test for caption buttons. ( #745 )
2026-02-09 21:33:12 +08:00
Zhang Dian
3b0b007a40
fix: reverse TickBar when Slider direction is reversed. ( #744 )
2026-02-09 18:29:13 +08:00
Zhang Dian
c1eff9ddf8
fix: add AutomationProperties names to ScrollViewer controls. ( #738 )
2026-02-09 15:17:21 +08:00
xoma-zver
4285e6e227
feat: add Inter font resource reference to SemiFontFamilyRegular ( #722 )
2026-02-09 14:51:29 +08:00
Zhang Dian
edacd88fa7
fix: update MenuFlyout to use ShowMode for context menus in SelectableTextBlock and TextBox ( #739 )
2026-02-09 14:46:29 +08:00
Zhang Dian
136d577667
fix: fix DatePicker & TimePicker to respect custom Width property. ( #737 )
2026-02-09 14:45:17 +08:00
Zhang Dian
4ef1520e64
fix: remove inline text decorations from Popup styles.
2026-01-16 17:40:11 +08:00
Dong Bin
5e751ccdbb
Disable scroll chaining in AutoCompleteBox popup. ( #716 )
...
* feat: disable scroll chaining in popup.
* feat: disable scroll chaining in MenuScrollViewer
2026-01-09 15:45:00 +08:00
Dong Bin
13dcdbdd07
chore: mark old versions as EOL. ( #715 )
2026-01-04 23:42:51 +08:00
Zhang Dian
185fe8c984
fix: fix the reference version of TDG.
2025-12-30 16:33:43 +08:00
Zhang Dian
622c8c23b7
ci: add adroid workload.
v11.3.7.2
2025-12-30 16:04:07 +08:00
Zhang Dian
104ba2f1f4
misc: bump version.
2025-12-30 15:26:35 +08:00
Zhang Dian
4895d2f51b
fix: ClearButton shouble not be focusable.
2025-12-29 16:02:00 +08:00
Shatyuka
414736443d
fix: controls under TextBox inheriting Ibeam cursor ( #710 )
2025-12-22 19:32:57 +08:00
Copilot
65d2f88cab
Make DataGrid cell grid lines use dynamic resources for thickness ( #666 )
...
* Initial plan
* Implement dynamic resources for DataGrid grid line thickness and color
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Revert DynamicResource to StaticResource for DataGridLineBrush in theme files
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
2025-12-16 17:08:07 +08:00
Zhang Dian
0a622772f4
ci: specify project path for dotnet restore in publish.yml.
2025-12-10 15:11:49 +08:00
Dong Bin
5ef8f7ddaf
fix: replace icon resource include with semi:Icons in Index.axaml ( #707 )
2025-12-09 16:06:04 +08:00
Zhang Dian
ba9dd0a574
chore: turn on CPM & slnx.
2025-12-09 13:58:01 +08:00
Dong Bin
f784a2c927
fix: try to fix wasm deployment issue. ( #698 )
2025-11-17 11:23:45 +08:00
Zhang Dian
69cc9b9ca3
misc: bump version.
2025-11-15 15:18:45 +08:00
Zhang Dian
9226858cda
misc: bump version.
v11.3.7.1
2025-11-15 14:58:50 +08:00
Copilot
7f81aa3bde
Sync upstream: Move ContentPresenter.RecognizesAccessKey to style setters ( #696 )
...
* Initial plan
* Move ContentPresenter.RecognizeAccessKey from local value to style
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
2025-11-12 20:08:34 +08:00
Dong Bin
bc37be16ac
Merge pull request #695 from irihitech/AITag
...
Add AI style - Colorful & Gradient to TagLabel
2025-11-11 21:34:04 +08:00
Zhang Dian
7a831d35f7
feat: add AI style - Colorful & Gradient to TagLabel.
2025-11-11 19:06:17 +08:00
Dong Bin
5f8357ecbc
Merge pull request #694 from irihitech/AIButton
...
add AI style - Colorful Button
2025-11-11 16:07:11 +08:00
Zhang Dian
4c7caa6dbf
misc: revert SplitButton.
2025-11-11 15:50:32 +08:00
Zhang Dian
445b31893e
feat: enhance button styles with AI Colorful classes and update ButtonDemo layout.
2025-11-11 15:20:36 +08:00
Zhang Dian
301a4e954c
fix: NEW -> New.
2025-11-05 13:27:23 +08:00
Zhang Dian
dc80578c53
feat: add "NEW" label for AI Icons in IconDemo.
2025-11-05 13:24:21 +08:00
Zhang Dian
6c8825b3df
Add AI icons & Excel, PDF, Word icons ( #691 )
...
* feat: add AI-related icons.
* feat: add AI icons to IconDemo and update view model.
* feat: rename icon files and update resource includes for consistency.
* feat: refactor IconDemo to use dynamic tab control for icons.
* fix: Filled Icons -> Fill Icons.
* misc: remove commas in icon Path.
* feat: add Excel, PDF, and Word icons.
2025-11-05 12:55:01 +08:00
Zhang Dian
aa105337fa
Merge pull request #690 from irihitech/typo
...
PointerOver -> Pointerover
2025-11-04 14:53:17 +08:00
Copilot
f92b5f4373
Add AI-related color resources to theme palette and demo ( #689 )
...
* Initial plan
* Add AI-related color resources for Light and Dark themes
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Fix gradient angle to correctly represent 278 degrees
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Fix gradient angle and add AI resources to palette demo
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Add AI General gradients section to palette demo UI
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* feat: unify gradient initialization.
* feat: add AI-related color resources for Light and Dark themes.
* feat: add AI-related color tokens to ColorTokens and PaletteDemo
* Rename AI token names from Ai to AI (capital)
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* fix: fix AI-related color tokens names.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
Co-authored-by: Dong Bin <popmessiah@hotmail.com >
Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com >
2025-11-03 15:18:49 +08:00
Dong Bin
bbff875d9c
Merge pull request #684 from irihitech/copilot/update-readme-compatibility
...
Update README to indicate 11.3.7 is only compatible with Avalonia 11.3.7
2025-10-19 19:58:04 +08:00
copilot-swe-agent[bot]
df75863ac5
Add version 11.3.7 to README compatibility tables
...
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
2025-10-19 11:53:54 +00:00
copilot-swe-agent[bot]
c04e5e8579
Initial plan
2025-10-19 11:51:45 +00:00
Dong Bin
9fca51b30d
Merge pull request #681 from irihitech/fix-679
...
Using ResourceDictionary.SetItems to improve Locale switching
2025-10-17 07:25:19 +08:00
Zhang Dian
0ea632437d
fix: fix copilot comment.
2025-10-16 16:12:40 +08:00
Zhang Dian
c0277a7004
feat: using ResourceDictionary.SetItems to improve Locale switching.
2025-10-16 15:28:45 +08:00
Zhang Dian
2c527dc598
fix: fix README badges for ColorPicker, DataGrid, and TreeDataGrid.
2025-10-09 19:54:35 +08:00
Copilot
ab2cef9dc4
Add README files to NuGet packages ( #677 )
...
* Initial plan
* Add README files to NuGet packages for Semi.Avalonia, Semi.Avalonia.DataGrid, and Semi.Avalonia.ColorPicker
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Restore Package.props import to reduce code duplication
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
* Add README file to Semi.Avalonia.TreeDataGrid package
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: rabbitism <14807942+rabbitism@users.noreply.github.com >
Co-authored-by: zdpcdt <54255897+zdpcdt@users.noreply.github.com >
2025-10-09 19:47:10 +08:00
Dong Bin
86daf6b428
Merge pull request #675 from zdpcdt/android
...
Upgrade to .NET 9.0 for Android and fix Fonts issue.
2025-10-07 17:21:20 +08:00
Zhang Dian
8f7cdf52b4
feat: upgrade to .NET 9.0 for Android and fix Fonts issue.
2025-10-07 15:35:12 +08:00
Zhang Dian
176430f95f
fix: fix web demo issue#674.
...
upgrade web demo to .NET 9.0 and update GitHub Actions to use checkout@v5.
2025-10-07 13:20:31 +08:00
Zhang Dian
1062175204
misc: bump version.
v11.3.7
2025-10-04 11:33:54 +08:00
Zhang Dian
0dda40d322
Merge pull request #672 from irihitech/split
...
ready for Avalonia 11.3.7
2025-10-04 11:30:33 +08:00
Zhang Dian
37feb8a9a7
feat: set HorizontalAlignment to Stretch for PanelPlacementSelector in SplitViewDemo.
2025-10-04 11:21:42 +08:00
Zhang Dian
c632c6c1f5
feat: upgrade Avalonia.Controls.DataGrid to 11.3.7.
2025-10-04 11:19:25 +08:00