Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix animation behavior hot reload #2288

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 4, 2024

  1. Add missing setter for AnimateCommand

    Fix https://developercommunity.visualstudio.com/t/Hot-reload-stops-working-when-using-Comm/10707756
    
    Control properties should have both a getter and setter
    so that Hot Reload (and C# code) can update them.
    AnimateCommand was missing the setter - likely just
    an oversight. Hot Reload now works with this change.
    BretJohnson committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1f4016e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    0e1c3f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7972a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f6ac95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bf3ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1d3287 View commit details
    Browse the repository at this point in the history