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.3.0-beta2
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.3.0-rc1
Choose a head ref
  • 9 commits
  • 17 files changed
  • 6 contributors

Commits on Apr 25, 2025

  1. Fix Windows IME (#18645)

    MrJul committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    90d42f9 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 25, 2025
    Configuration menu
    Copy the full SHA
    7527bc5 View commit details
    Browse the repository at this point in the history
  3. Fix height queries not matching when container name is set, remove un…

    …used query grammer and allow nesting selector in container styles (#18659)
    
    * fix height queries not matching when container name is set, remove unused query grammer
    
    * add unit test for height container queries with name
    
    ---------
    
    Co-authored-by: Julien Lebosquain <julien@lebosquain.net>
    emmauss and MrJul committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    d5889c3 View commit details
    Browse the repository at this point in the history
  4. 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 25, 2025
    Configuration menu
    Copy the full SHA
    bb28298 View commit details
    Browse the repository at this point in the history
  5. 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 25, 2025
    Configuration menu
    Copy the full SHA
    e989b47 View commit details
    Browse the repository at this point in the history
  6. Pick nearest parent if container query doesn't specify container name (

    …#18707)
    
    * pick nearest parent if container query doesn't specify container name
    
    * add to string overrides for queries
    emmauss authored and MrJul committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    ca07bda View commit details
    Browse the repository at this point in the history
  7. Add XML doc comments to RegisterDirect warning about unsetValue and d…

    …efaultValue (#18719)
    
    Refine XML doc comments for defaultValue/unsetValue
    AnastassiaP authored and MrJul committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    48daad9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55504db View commit details
    Browse the repository at this point in the history
  9. Version 11.3.0-rc1

    MrJul committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    48d205b View commit details
    Browse the repository at this point in the history
Loading