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: main
Choose a head ref
  • 19 commits
  • 18 files changed
  • 3 contributors

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
  4. chore: v17.3.1 changelog

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

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    479835f View commit details
    Browse the repository at this point in the history
  2. chore: update caniuse db

    yyx990803 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f71cb1d View commit details
    Browse the repository at this point in the history
  3. v17.4.0

    yyx990803 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    1bce3f8 View commit details
    Browse the repository at this point in the history
  4. chore: changelog for 17.4.0

    yyx990803 committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    59a0570 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. chore: set compilerOptions in example

    TODO: should add a proper test case later
    haoqunjiang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    50699e6 View commit details
    Browse the repository at this point in the history
  2. fix: (temporarily) disable template ast reuse

    For the same reason as vitejs/vite-plugin-vue@5d68fbd
    
    TODO:
    Re-enable this optimization with the newly added option in vuejs/core@6fab855
    haoqunjiang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    31b03af View commit details
    Browse the repository at this point in the history
  3. 17.4.1

    haoqunjiang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    284a333 View commit details
    Browse the repository at this point in the history
  4. chore: 17.4.1 changelog

    haoqunjiang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    94e778e View commit details
    Browse the repository at this point in the history
  5. chore: bump to vue 3.4.3

    yyx990803 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    071f30d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2a2e05 View commit details
    Browse the repository at this point in the history
  7. v17.4.2

    yyx990803 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1c0324f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb9656c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 22, 2024

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