Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AvaloniaUI/Avalonia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.2.7
Choose a base ref
...
head repository: AvaloniaUI/Avalonia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.2.8
Choose a head ref
  • 5 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 20, 2025

  1. Fix Windows IME (#18645)

    MrJul committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    99ab8ed View commit details
    Browse the repository at this point in the history
  2. Fix crash when creating documents in an opened folder on android (#18651

    )
    
    * fix crash when creating documents in an opened folder
    
    * fix crash on folder delete on android
    emmauss authored and MrJul committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    1dfa521 View commit details
    Browse the repository at this point in the history
  3. Keep SelectingItemsControl selection values until ItemsSource is set (#…

    …18634)
    
    * Add failing tests for SelectedItem/SelectedIndex without an ItemsSource
    
    * Keep SelectedItem/SelectedIndex until ItemsSource is set
    
    * Add failing tests for setting SelectedValue without an ItemsSource
    
    * Keep SelectedValue until ItemsSource is set
    MrJul committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    bae2bde View commit details
    Browse the repository at this point in the history
  4. Fix MenuItem enabled state in the presence of sub-items. (#18679)

    * Add unit test for sub menu item testing
    
    * Parent menu items should not be disabled on command binding failure.
    
    If a menu has a failed `Command` binding, but also has sub-menu items, then it should not be disabled.
    
    ---------
    
    Co-authored-by: Anastassia Pellja <anyka545@gmail.com>
    2 people authored and MrJul committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    1666de4 View commit details
    Browse the repository at this point in the history
  5. Version 11.2.8

    MrJul committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    595be47 View commit details
    Browse the repository at this point in the history
Loading