Thanks to visit codestin.com
Credit goes to github.com

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: v4.7.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: v4.7.1
Choose a head ref
  • 11 commits
  • 16 files changed
  • 6 contributors

Commits on Jan 5, 2023

  1. Bumping version numbers

    Keboo authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5624708 View commit details
    Browse the repository at this point in the history
  2. Nightly release (#3028)

    * Updating the nightly release process to not need the git tag anymore
    
    * Setting token for GitHub CLI
    
    * Using workflow name
    
    * Rather than comparing with hash on master, compare with last run on current branch
    
    * Setting default repo
    
    * Setting repo on each command
    
    * Grab second hash so that we do not detect ourselves
    
    * Little more logging
    Keboo authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    621a874 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Bump fastify/github-action-merge-dependabot from 3.5.3 to 3.5.4 (#3035)

    Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.5.3 to 3.5.4.
    - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases)
    - [Commits](fastify/github-action-merge-dependabot@v3.5.3...v3.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: fastify/github-action-merge-dependabot
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3103d07 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Bump actions/setup-dotnet from 2 to 3 (#3034)

    Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-dotnet/releases)
    - [Commits](actions/setup-dotnet@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-dotnet
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    25123c8 View commit details
    Browse the repository at this point in the history
  2. Icon update improvements (#3038)

    * Updating icon workflow to auto commit changes
    
    * Icon change just for testing
    
    * More work, still WIP
    
    * [bot] Pack Icon update
    
    * Clean up the new icon generation pipeline
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Keboo and github-actions[bot] authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3068427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a26074a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Icon update fix (#3046)

    * Attempting fix for icon update
    
    * Setting environment variable
    
    * Set upstream
    
    * Setting auto merge of pr branch
    
    * Force push
    
    * Adding workflow dispatch to PR verification
    
    * Skip status checks
    
    * Fixing here string
    
    * Push and doge checks?
    Keboo authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    df550f0 View commit details
    Browse the repository at this point in the history
  2. automated/icon update (#3047)

    * Attempting fix for icon update
    
    * Set upstream
    
    * Setting auto merge of pr branch
    
    * Force push
    
    * use PAT
    
    * Update icon_update.yml
    
    * [bot] Pack Icon update
    
    Co-authored-by: Kevin B <[email protected]>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    3 people authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    2460789 View commit details
    Browse the repository at this point in the history
  3. Icon update fix (#3048)

    * Attempting fix for icon update
    
    * Set upstream
    
    * Setting auto merge of pr branch
    
    * Force push
    
    * use PAT
    
    * Update icon_update.yml
    Keboo authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    37727bb View commit details
    Browse the repository at this point in the history
  4. Refactor SmartHint to allow taking up available space when floated (#…

    …3041)
    
    * Refactor SmartHint to allow taking up allowed space
    
    Places the FloatingHintTextBox inside of a Canvas and splits the RenderTransform in 2 by applying the TranslateTransform to the Canvas (to move it) and the ScaleTransform to the FloatingHintTextBlock (to scale it down)
    
    * Fix CA error in unit tests
    
    * Minor cleanup on the converter
    
    Co-authored-by: Kevin Bost <[email protected]>
    nicolaihenriksen and Keboo authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    d8bca1c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Fixing needs

    Keboo authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    49aa7dc View commit details
    Browse the repository at this point in the history
Loading