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: MaterialDesignInXAML/MaterialDesignInXamlToolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: MaterialDesignInXAML/MaterialDesignInXamlToolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on Jan 3, 2025

  1. Explicitly setting the token for the version number changes to use

    Bumping versions to 5.2.1
    Keboo committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    ba74c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. base the Filled and Outline style of NumericControls on the actual Ba…

    …se-Styles, not the concrete (style-)implementations (#3757)
    corvinsz authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    3cb7dc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Add opt-in AP to control margins in menu variants (#3760)

    * Add new AP to control "ItemsPresenter margin" in the menu variants
    
    Defaults to the original value of "0, 16" and as such is an opt-in feature.
    
    * Align demo apps and showcase usage of new AP
    nicolaihenriksen authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    aca6b24 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. added AutoSuggestBox to MD2&3 FieldsLineUp demo (#3763)

    * added AutoSuggestBox to MD2 FieldsLineUp demo
    
    * added AutoSuggestBox to MD3 FieldsLineUp demo
    corvinsz authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    8c47993 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Added Attached Property "TextFieldAssist.ClearButtonSize" (#3754)

    * Cleanup of launchSettings and Cards Page in Demo
    
    * Revert "Cleanup of launchSettings and Cards Page in Demo"
    
    This reverts commit ede38d4.
    
    * added AP TextFieldAssist.ClearButtonSize to control the size of the ClearButton
    
    * apply TextFieldAssist.ClearButtonSize on the Button rather than the PackIcon
    
    * apply TextFieldAssist.ClearButtonSize on the Button rather than the PackIcon
    
    ---------
    
    Co-authored-by: Corvin Szimion <[email protected]>
    corvinsz and Corvin Szimion authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    9e71c5c View commit details
    Browse the repository at this point in the history
  2. [SmartHint] Hint placement for "readonly" controls (#3764)

    * Demo app workaround/hack for initial miscalculation of hint placement
    
    * Ensure ComboBox smart hint behaves according to MD spec
    
    According to the "Behavior" section of the "Menus" page in the link below, the hint should float even when there is no selection, but the popup is open.
    
    https://m2.material.io/components/menus#exposed-dropdown-menu
    
    * Fix hint positioning issue when "readonly" element
    
    The issue was present for all controls once they are in "readonly" state. Special handling of the case where the element is readonly, and the hint should follow the prefix/suffix needed to be added because of the "business rule" that prefix/suffix is always visible when the element is "readonly".
    
    * Fixing so the hack is no longer needed
    
    * Fix AutoSuggestBox as well
    
    ---------
    
    Co-authored-by: Kevin Bost <[email protected]>
    nicolaihenriksen and Keboo authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    070e8bb View commit details
    Browse the repository at this point in the history
Loading