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

feat: allow using live directive in LitRenderer #6068

Merged
merged 4 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. feat: allow using live directive in LitRenderer

    Inject the `live` directive into the closure where the render is executed.
    
    It's particular useful for cases where components that can have their state changed by
    users to reset their value when the render is called.
    DiegoCardoso committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    516c819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdfbaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62654a8 View commit details
    Browse the repository at this point in the history
  4. chore: run formatter

    DiegoCardoso committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4cccc12 View commit details
    Browse the repository at this point in the history