pentatrion/vite-bundle
Vite integration for your Symfony app
v8.2.4
8.0M downloads/mo
#845 most downloaded on Packagist
lhapaipai/vite-bundle
What this package is like to depend on
Last release 5 months ago
22 Mar 2026
Ships fairly regularly
a new release about every 2 months
Most releases are documented
notes for 66 of 88 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
89 releases · first in 2021
3 releases in the last 12 months
see the full history below
Release timeline
88 releases · Apr 2021 to Mar 2026Releases
latest 60 of 89-
v8.2.422 Mar 2026Release notes
Open source →- Support vite 8.0.0 (van-sprundel)
- Fix renderScripts/renderLinks returning string despite the toString option being set to false (atomicptr)
-
v8.2.316 Nov 2025 -
v8.2.220 Sep 2025Release notes
Open source →- vite-plugin-symfony: Support use modernPolyfills option in @vitejs/plugin-legacy (@twodogwang)
-
v8.2.116 Aug 2025 -
v8.2.024 Jun 2025 -
v8.1.112 Jun 2025Release notes
Open source →- vite-plugin-symfony fix #75 allow users to override server.watch.ignored (@robinsimonklein)
-
v8.1.014 May 2025 -
v8.0.223 Feb 2025 -
v8.0.111 Feb 2025 -
v8.0.010 Feb 2025Release notes
Open source →- stimulus fix hmr option from
VitePluginSymfonyStimulusOptions - stimulus fix hmr with lazy loaded controllers
- stimulus prevent hmr when controller is not already registered (#56)
- stimulus add
controllersDiroption to prevent analyse Stimulus meta for other files.
- stimulus fix hmr option from
-
v7.1.027 Nov 2024 -
v7.0.521 Oct 2024 -
v7.0.427 Aug 2024 -
v7.0.322 Aug 2024 -
v7.0.222 Aug 2024Release notes
Open source →- stimulus plugin check module entrypoint inside controllers.json
- fix vite-plugin-symfony partial options TypeScript type.
-
v7.0.122 Aug 2024 -
v7.0.022 Aug 2024Release notes
Open source →- new Profiler
- change crossorin default value
- better
PreloadAssetsEventListener - stimulus refactorisation
-
v6.5.316 Aug 2024 -
v6.5.216 Aug 2024 -
v6.5.115 Aug 2024 -
v6.5.002 Aug 2024Release notes
Open source →- move v6.4.7 to 6.5.0 : flex recipes accept only minor version number (not patch).
-
v6.4.709 May 2024Release notes
Open source →- vite-bundle : prepare v7 flex recipe add pentatrion_vite.yaml route file into install directory
-
v6.4.609 May 2024 -
v6.4.508 May 2024Release notes
Open source →- vite-bundle : fix Crossorigin attribute needs adding to Link headers (@andyexeter)
- vite-bundle : Skip devServer lookup if proxy is defined (@Blackskyliner)
- vite-bundle : fix typo in error message when outDir is outside project root (@acran)
-
v6.4.420 Apr 2024Release notes
Open source →- vite-plugin-symfony : fix typo in error message when outDir is outside project root (@acran)
- vite-plugin-symfony : revert emptying
outDirin dev mode (thanks @nlemoine)
-
v6.4.315 Feb 2024Release notes
Open source →- vite-bundle : fix deprecation warning with
configskey in multiple config.
- vite-bundle : fix deprecation warning with
-
v6.4.215 Feb 2024Release notes
Open source →- doc add https tip with symfony cli certificate. (@nlemoine)
- fixed symfony/ux-react inability to load tsx components (@vladcos)
-
v6.4.110 Feb 2024Release notes
Open source →- fix import.meta in cjs env
- vite-plugin-symfony : fix Displaying the statuses of Stimulus controllers in production https://github.com/lhapaipai/vite-plugin-symfony/issues/38
-
v6.4.009 Feb 2024Release notes
Open source →- vite-plugin-symfony : add exposedEnvVars option
- vite-plugin-symfony : fix enforcePluginOrderingPosition https://github.com/lhapaipai/vite-bundle/issues/80
-
v6.3.609 Feb 2024Release notes
Open source →- fix crossorigin attribute to Link header for scripts with type=module (@andyexeter)
-
v6.3.508 Feb 2024Release notes
Open source →- fix vite-plugin-symfony support having externals dependencies.
- increase vite-bundle php minimum compatibility to 8.0 no major version because the bundle was unusable with php 7.4 because of mixed type.
-
v6.3.425 Jan 2024Release notes
Open source →- Use Request::getUriForPath to build absolute URLs (@andyexeter)
- Formatting fix in vite printUrls output (@andyexeter)
-
v6.3.320 Jan 2024 -
v6.3.226 Dec 2023 -
v6.3.119 Dec 2023Release notes
Open source →- Fix React/Vue/Svelte dependencies with Stimulus helper (@santos-pierre)
- vite-plugin-symfony Update dependencies
-
v6.3.021 Nov 2023Release notes
Open source →- stimulus HMR
- fix bug : stimulus restart vite dev server when controllers.json is updated
- split vite-plugin-symfony into 2 plugins
vite-plugin-symfony-entrypointsandvite-plugin-symfony-stimulus. - add new tests to vite-plugin-symfony
- doc : add mermaid charts
-
v6.2.018 Nov 2023 -
v6.1.317 Nov 2023Release notes
Open source →- fix #34 set warning when setting a build directory outside of your project
-
v6.1.214 Nov 2023Release notes
Open source →- stimulus lazy controllers enhancement
- Fix : prevent virtual controllers.json prebundling
- Fix : Change dependency to the non-internal ServiceLocator class (@NanoSector)
- Fix : Carelessly setting the outDir folder leads to recursive deletion (@Huppys)
-
v6.1.110 Nov 2023Nothing published for this version
-
v6.1.010 Nov 2023 -
v6.0.106 Nov 2023 -
v6.0.006 Nov 2023Release notes
Open source →- make services privates.
- add tests for EntrypointRenderer, EntrypointsLookup and TagRenderer.
- add preload option (symfony/web-link)
- add cache option
- add crossorigin option
- add preload_attributes option
- change default_build/builds to default_config/configs
- fix baseUrl to files #67
- refactor RenderAssetTagEvent
-
v5.0.122 Oct 2023Release notes
Open source →- remove deprecated options
- fix
absolute_urlerror inshouldUseAbsoluteURL.
-
v5.0.022 Oct 2023Release notes
Open source →- change
entrypoints.jsonpropertyisProdtoisBuildbecause you can be in dev env and want to build your js files.
- change
-
v4.3.006 Oct 2023 -
v4.2.106 Oct 2023Nothing published for this version
-
v4.2.031 Aug 2023Release notes
Open source →- add enforcePluginOrderingPosition option
- fix Integrity hash issue
- add
vite_modetwig function
-
v4.1.028 Jul 2023 -
v4.0.211 Jul 2023 -
v4.0.111 Jul 2023 -
v4.0.011 Jul 2023Release notes
Open source →- add
sriAlgorithm - fix react refresh when vite client is returned
- add CDN feature
- add
-
v3.3.122 Jun 2023Release notes
Open source →- fix circular reference with imports.
- deprecate
public_dir/base - add
public_directory/build_directory
-
v3.3.020 Jun 2023Release notes
Open source →- add tests
- versionning synchronization between pentatrion/vite-bundle and vite-plugin-symfony
before version 3.3 the versions of ViteBundle and vite-plugin-symfony were not synchronized
pentatrion/vite-bundleChangelog -
v3.2.015 Jun 2023 -
v3.1.412 May 2023 -
v3.1.331 Mar 2023Nothing published for this version
-
v3.1.211 Mar 2023Nothing published for this version
-
v3.1.124 Jan 2023Nothing published for this version
-
v3.1.021 Jan 2023