Releases: s2b/vite-asset-collector
Releases · s2b/vite-asset-collector
1.12.0
What's Changed
- [FEATURE] mutate CSP rules to allow vite-server by @franzkugelmann in #77
- [TASK] Add nonce metatag to TYPO3 backend as well by @s2b in #88
- [TASK] Get request from renderingContext attribute if available by @s2b in #74
- [TASK] Use Fluid TemplateView in tests by @s2b in #75
- [TASK] Fix nightly error until new testing framework is released by @s2b in #78
- [BUGFIX] Ensure that nonces are allowed for script/style by @s2b in #79
- [DOCS] Add additional config step for DDEV usage with ddev-vite-serve by @TheNaderio in #68
- [DOCS] correct output path override config by @BreathCodeFlow in #70
- [DOCS] Hint in docs on using glob pattern in
ViteEntrypoints.json
by @jramke in #72 - [DOCS] Recommend ddev-vite-sidecar by @s2b in #73
- [DOCS] Remove superfluous word "to" in Configuration chapter by @brotkrueml in #83
- [DOCS] Unify quotes by @s2b in #86
- [DOCS] Add best practice for functional tests by @s2b in #87
- [DOCS] Replace deprecated "ddev get" command by @brotkrueml in #84
New Contributors
- @TheNaderio made their first contribution in #68
- @BreathCodeFlow made their first contribution in #70
- @jramke made their first contribution in #72
- @franzkugelmann made their first contribution in #77
- @brotkrueml made their first contribution in #83
Full Changelog: 1.11.0...1.12.0
1.11.0
1.10.0
What's Changed
- [TASK] Optimize CI by @s2b in #49
- [TASK] Show all errors in CI run by @s2b in #51
- [TASK] Try to run nightly without dev stability for all packages by @s2b in #55
- Task/phpunit update by @s2b in #56
- Feature/resource from dev server by @s2b in #54
- Doc/vite plugin by @s2b in #61
- [DOC] Migrate to TYPO3 documentation rendering by @s2b in #63
- [FEATURE] Add support for ddev-vite-sidecar by @s2b in #64
- [TASK] Prepare release of 1.10.0 by @s2b in #66
- [BUGFIX] Correctly handle CSS only entrypoints in AssetLoader by @beardcoder in #65
New Contributors
- @beardcoder made their first contribution in #65
Full Changelog: 1.9.0...1.10.0
1.9.0
1.8.0
What's Changed
- [FEATURE] Enable CSS sourcemaps in dev mode by @rintisch in #30
- [FEATURE] extension config api by @s2b in #34
- [FEATURE] Add data structure for vite manifest files by @s2b in #42
- [BUGFIX] Embed CSS files from code splitting by @mediaessenz in #37
- [TASK] Update github actions to use node 20 by @s2b in #43
- [TASK] Use composer cache in CI by @s2b in #44
- [TASK] Prepare release 1.8.0 by @s2b in #46
New Contributors
- @rintisch made their first contribution in #30
- @mediaessenz made their first contribution in #37
Full Changelog: 1.7.0...1.8.0
1.7.0
1.6.0
What's Changed
- [TASK] Fix mixed quotes in generated config
- [FEATURE] Add vite-plugin-auto-origin to default config
- [DOC] Describe role of config command
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- [FEATURE] SvgIconProvider with vite support (thx @ochorocho)
- [BUGFIX] Exception if EXT entrypoint doesn’t exist
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- [FEATURE] Yaml placeholder processor
- [TASK] Add temporary solution for origin problem
- [DOC] Fix npm install command
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- [FEATURE] Console command to generate boilerplate vite config
- [FEATURE] Add support for EXT: prefix
- [TASK] Set path from config command as default manifest in new installations
- [TASK] Add option to return non-web path of vite asset
- [TASK] Use PathUtility::dirname() in ViteService
- [DOC] Improved README with console command
Full Changelog: 1.2.0...1.3.0