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: vuejs/vue-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.3.0
Choose a base ref
...
head repository: vuejs/vue-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v17.3.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 7, 2023

  1. chore: v17.3.0 changelog

    haoqunjiang committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d67c85c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix: do not skip style post loader for v-bind() in CSS

    These styles may or may not be scoped.
    
    Fixes #2061
    haoqunjiang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d7071bb View commit details
    Browse the repository at this point in the history
  2. test: partially revert #2053 test changes

    It is a side-effect of the style-post-loader that it adds a newline
    after each CSS rule.
    So now that style-post-loader isn't always skipped, the newlines must
    be added back to the test expectations.
    haoqunjiang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0f97fc5 View commit details
    Browse the repository at this point in the history
  3. v17.3.1

    haoqunjiang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    732d17d View commit details
    Browse the repository at this point in the history
Loading