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(compiler): condenses staticClass whitespace (fix #12113) #12195

Merged

Commits on Jul 25, 2021

  1. feat(compiler): template staticClass no longer preserves whitespace

    Template static classes used to preserve whitespace after compilation, resulting in builds that had
    bigger file outputs with whitespace in component's staticClass attributes
    
    fix vuejs#12113
    royeden committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    f844b1c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    3ae0bc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    77be124 View commit details
    Browse the repository at this point in the history
  2. test(ssr-string.spec.js): Removed newline character, as whitespace is…

    … purged in static classes
    
    There's no need to escape newlines in static classes, as they're now replaced with a single
    whitespace character
    
    fix vuejs#12113
    royeden committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    07916ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50461b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    bfdbfea View commit details
    Browse the repository at this point in the history