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: vitejs/vite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.4
Choose a base ref
...
head repository: vitejs/vite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.5
Choose a head ref
  • 4 commits
  • 26 files changed
  • 10 contributors

Commits on Nov 17, 2022

  1. fix: relocated logger to respect config. (#10787) (#10967)

    Co-authored-by: Aaron Cordova <theqodesmith@gmail.com>
    leonheess and qodesmith authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bc3b5a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. chore: cherry pick v4 bug fix to v3 (#11110)

    * fix(config): exclude config.assetsInclude empty array (#10941)
    
    fixes #10926
    
    * feat(css): upgrade postcss-modules (#10987)
    
    * fix(mpa): support mpa fallback (#10985)
    
    fixes #10966
    
    * fix: export preprocessCSS in CJS (#11067)
    
    * chore: update license
    
    Co-authored-by: sun0day <sun_day500@163.com>
    Co-authored-by: Jason Quense <monastic.panic@gmail.com>
    Co-authored-by: sun0day <ivan.xu@applovin.com>
    4 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c93a526 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. chore: cherry pick more v4 bug fixes to v3 (#11189)

    * fix: glob import parsing (#10949) (#11056)
    
    closes #10949
    closes #11051
    
    * fix: import.meta.env and process.env undefined variable replacement (fix #8663) (#10958)
    
    Co-authored-by: bluwy <bjornlu.dev@gmail.com>
    fix #8663
    
    * fix(esbuild): handle inline sourcemap option (#11120)
    
    * fix(importGlob): preserve line count for sourcemap (#11122)
    
    * fix: Dev SSR dep optimization + respect optimizeDeps.include (#11123)
    
    * fix: reset global regex before match (#11132)
    
    * chore: fix test
    
    Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
    Co-authored-by: julienv3 <julienv3@gmail.com>
    Co-authored-by: 翠 / green <green@sapphi.red>
    4 people authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    eba9b42 View commit details
    Browse the repository at this point in the history
  2. release: v3.2.5

    patak-dev committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    77ee19b View commit details
    Browse the repository at this point in the history
Loading