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

[LiveComponent] Tokenize classes on all allowed whitespaces #1828

Open
wants to merge 4 commits into
base: 2.x
Choose a base branch
from

Commits on Jun 11, 2024

  1. [LiveComponent] Tokenize classes on all allowed whitespaces

    The class attribute can be tokenized by any white space as defined by
    the HTML spec. A class string containing new lines was not correctly
    cleaned / trimmed, resulting in incorrectly detected class changes and a
    browser error if empty classes or classes with newlines were applied.
    
    Fixes symfony#1819
    aleho committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2fc5fd3 View commit details
    Browse the repository at this point in the history
  2. [LiveComponent] Rebuild assets

    aleho committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2647fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61a269d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc0e05c View commit details
    Browse the repository at this point in the history