Releases: irihitech/Ursa.Avalonia
Releases · irihitech/Ursa.Avalonia
v1.14.0
What's Changed
- Add comprehensive GitHub Copilot instructions for Ursa.Avalonia development by @Copilot in #780
- Replace AutoCompleteBox demo data with shared ControlData model by @Copilot in #778
- Fix UrsaWindow memory leakage. by @rabbitism in #785
- Update coverlet.collector to 6.0.4 by @Copilot in #793
- Replace Avalonia.ReactiveUI with ReactiveUI.Avalonia to use newer ReactiveUI version by @Copilot in #795
- Add Russian local to the resources. by @Reidea in #796
- fix: PathPicker's File Filtering Function malfunctions by @JusterZhu in #786
- [New Control] Descriptions by @rabbitism in #791
- Improve Introduction page with condensed layout and 20+ diverse controls by @Copilot in #790
- Add Chinese README with cross-language navigation links by @Copilot in #801
- Implement JumpTo command and navigate Introduction page after starting app by @zdpcdt in #803
- Add Int64Displayer control for long type support by @Copilot in #811
- Update Avalonia version to 11.3.7 across project files by @rabbitism in #809
- Add keyboard navigation and focus styles to TreeComboBox and MultiComboBox by @Copilot in #808
- Improve locale switch performance. by @rabbitism in #816
- Fix NavMenu selection on right-click by @Copilot in #819
- Update conditional compilation symbols for .NET version handling by @rabbitism in #820
- Remove obsolete compatible resources from Index.axaml by @rabbitism in #821
- Enhance TitleBar and CaptionButtons to respect latest Window.CanMaximize and Window.CanMinimize by @rabbitism in #815
- Fix margin when multi-auto has no left content. by @rabbitism in #822
- feat: add AI style for IconButton. by @zdpcdt in #823
- Bump Version to 1.14.0 by @zdpcdt in #824
- Update Android dependency restore path in publish.yml. by @zdpcdt in #825
New Contributors
- @Copilot made their first contribution in #780
- @Reidea made their first contribution in #796
- @JusterZhu made their first contribution in #786
Full Changelog: v1.13.0...v1.14.0
v1.13.0
What's Changed
- Add new readonly property: LineCount for ElasticWrapPanel by @rabbitism in #729
- fix: Prevent duplicate items in MultiComboBox SelectedItems by adding… by @EjiHuang in #735
- Add comprehensive test coverage for many controls by @rabbitism in #737
- Add test report and test for 10 controls by @rabbitism in #738
- Test coverage permission issue. by @rabbitism in #741
- Fix Ursa.ReactiveUIExtension dependency version and project target framework recognition by @WCKYWCKF in #739
- test: add publish result back. by @rabbitism in #743
- 更新 Pagination.cs 中 CurrentPage 属性注册 by @Soar360 in #750
- Add Animation to NavMenu by @WCKYWCKF in #609
- Fix MultiComboBox to works with items added in axaml by @Samuel-B-D in #749
- feat: simplify closable tag. by @rabbitism in #756
- 修复了NumPad对NumericUpDown和IPv4Box的支持 by @yangjieshao in #752
- test: try coverage report. by @rabbitism in #751
- New Panel: Wrap panel with a trailing item by @rabbitism in #759
- Improve AutoCompleteBox focus behavior for 11.3.x by @rabbitism in #761
- 一些零碎的代码整理 by @yangjieshao in #770
- Improve DateRangePicker inner element corner radius. by @rabbitism in #766
- 修复 ImageViewer.Source 设置为null会报错的问题 by @yangjieshao in #774
- New Control: MultiAutoCompleteBox by @rabbitism in #768
- 修复 PrismDialogDemo by @yangjieshao in #777
- 修复 IPv4Box PinCode TimeBox 对 Delete 键的支持 by @yangjieshao in #773
- clean up controls XAML files by @zdpcdt in #775
- 增强 OverlayDialog 和 NumPad 的功能与交互体验 by @yangjieshao in #771
New Contributors
- @EjiHuang made their first contribution in #735
- @Samuel-B-D made their first contribution in #749
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Remove Unused ViewModel References from Demo Pages by @zdpcdt in #688
- Replace outdated converters with new ones in Drawer and PathPicker by @zdpcdt in #693
- Fix AutoCompleteBox focus behavior in Avalonia 11.3 by @rabbitism in #697
- Keyboard Navigation for NavMenu by @SignorParabellaux in #689
- Add French local to the resources by @monkeyK1n9 in #702
- enhance Publish & Release workflow by @zdpcdt in #707
- enhance IconButton styles and add new button examples by @zdpcdt in #694
- enhance DualBadge styles by @zdpcdt in #708
- Try to fix android ime crash by @rabbitism in #715
- Change demo icon. by @rabbitism in #720
- Revert "feat: add ime fix in new version." by @rabbitism in #721
- New Control: Anchor by @rabbitism in #718
- replace PathIcon with Button in ClosableTag by @zdpcdt in #690
- Fix IPBox and MultiComboBox focus style by @rabbitism in #722
- Fix nullable annotations in popconfirm by @rabbitism in #725
- NavMenu: SelectionChanging Event by @rabbitism in #701
- Using workflow_call to simplify CI by @zdpcdt in #724
- misc: bump version to 1.12.0 by @zdpcdt in #726
New Contributors
- @SignorParabellaux made their first contribution in #689
- @monkeyK1n9 made their first contribution in #702
Full Changelog: v1.11.1...v1.12.0
v1.11.1
What's Changed
- Fix Badge position miscalculation by @gehongyan in #662
- Add AboutUs page. by @rabbitism in #672
- replace Color Resources by @zdpcdt in #673
- Ensure initial state is respected in EnumSelector by @rabbitism in #671
- Relax TemplatePart usage of Badge by @rabbitism in #674
- Add new video link to AboutUsDemoViewModel by @zdpcdt in #685
- Simplify actions by @zdpcdt in #687
- Update project references by @zdpcdt in #686
Full Changelog: https://github.com/irihitech/Ursa.Avalonia/compare/v1.11.0...
v1.11.0
What's Changed
- Demo: ensure notification manager is created. by @rabbitism in #631
- Window Thumb by @rabbitism in #637
- Fix CanDragMoveProperty for custom draggable area by @gehongyan in #644
- Make UrsaWindow/UrsaView's built in OverlayDialogHost part of logical tree. by @rabbitism in #647
- feat: add HeaderTemplate binding to Badge control by @gehongyan in #649
- Fix various badge layout issues. by @rabbitism in #655
- remove scale transform in Button & simplify OnPlatform use case by @zdpcdt in #658
- New Control: PopConfirm by @rabbitism in #657
- bump version to 1.11.0 by @zdpcdt in #659
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Fix
MultiComboBox.SelectedItemTemplatedatatype annotation by @rabbitism in #600 - fix: MultiComboBox ScrollViewer Issue by @snail1519 in #612
- Update IconButton.axaml by @Soar360 in #614
- Fix scroll button memory leakage. by @rabbitism in #613
- Dialog/Drawer: Make ScrollBarVisibility a parent property by @rabbitism in #615
- Allow setting titlebar HitTest from UrsaWindow by @rabbitism in #617
- Fix ButtonGroup Height & Padding issue by @zdpcdt in #625
- SplashWindow default theme update. by @rabbitism in #622
- Add TryGetXXManager to WindowXXManager by @zdpcdt in #626
- fix BorderlessButton resources by @zdpcdt in #596
- Update LICENSE by @rabbitism in #627
- Bump Version by @zdpcdt in #629
New Contributors
- @snail1519 made their first contribution in #612
Full Changelog: v1.9.0...v1.10.0
v1.9.0
📣Notice: Dear developers. This probably will be the last version before we officially onboarding .NET Foundation CLA workflow.
What's Changed
- Update documentation to include .NET Foundation information by @rabbitism in #582
- Set drawer max size on container size change. by @rabbitism in #586
- New Control: Add Splash Window by @rabbitism in #587
- Fix pagination initialization issue. by @rabbitism in #566
- Fix various issues for SelectionList by @rabbitism in #588
- Clean up warning and non-library issues by @rabbitism in #591
- Update Date and Time pickers for better text input experience. by @rabbitism in #580
- Date/Time picker tests and cleanup. by @rabbitism in #575
- Fix CalendarView style and DateTimePicker frozen issue by @rabbitism in #592
- Update dependencies. polish window titles. by @rabbitism in #594
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Redesign Iconbutton by @zdpcdt in #556
- using IconButton in ThemeSelector Template & fix Loading Direction by @zdpcdt in #562
- Add corner to banner by @rabbitism in #563
- Fix Drawer measure by @rabbitism in #565
- Fix breadcrumb memory leakage issue by @rabbitism in #568
- Demo update by @rabbitism in #569
- Enhance NavMenu styles by @zdpcdt in #570
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Using single-commit mode for gh-pages branch by @zdpcdt in #527
- fix: add margin to topright notification and toast. by @rabbitism in #530
- unified design of the FeedBack category controls by @zdpcdt in #532
- Add tests for AutoCompleteBox and Banner by @rabbitism in #536
- Fix Form A11y for dynamic generated FormItems. by @rabbitism in #535
- Enable IME for IPv4Box on android. by @rabbitism in #537
- Replace Icons with Semi internal icon in demo by @zdpcdt in #539
- Enhance ComboBox controls by @zdpcdt in #540
- Feat: add a new control PathPicker, add PathPickerDemo by @WCKYWCKF in #533
- Fixed: Other windows closing due to error in handling the Drawer close event. by @WCKYWCKF in #542
- Enhance Avatar & Badge by @zdpcdt in #544
- Update Browser project by @zdpcdt in #547
- Add locale switch helper method by @rabbitism in #548
- fix various issues. by @zdpcdt in #551
- Redesign CaptionButtons by @zdpcdt in #546
- Path Picker Semi Theme improvement by @rabbitism in #550
- Icon Button fix for Semi Avalonia 11.2.1.4 by @rabbitism in #553
- bump 1.8.0 version. by @zdpcdt in #554
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- New control: Marquee by @rabbitism in #514
- Add RID for android build workflow. by @rabbitism in #510
- Add VisualLayerManager ctor to Notification & Toast manager. by @zdpcdt in #517
- Fix DateRangePicker initial focus by @rabbitism in #515
- Add GitCode star badge. by @rabbitism in #519
- fix typo : Dust -> Dusk. by @zdpcdt in #520
- fix: fix image binding to stretch initialization issue. by @rabbitism in #521
- Enhance Workflow by @zdpcdt in #522
- Extract icon glyph resources by @zdpcdt in #523
- Fix Button Margin in TimePicker & TimeRangePicker. by @zdpcdt in #525
- Fix the issue of input value invalid by @zdpcdt in #526
Full Changelog: v1.6.2...v1.7.0