Skip to content

Releases: s2b/vite-asset-collector

1.12.0

31 Oct 14:23
@s2b s2b
Compare
Choose a tag to compare

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

Full Changelog: 1.11.0...1.12.0

1.11.0

03 Aug 07:09
@s2b s2b
Compare
Choose a tag to compare

What's Changed

  • [TASK] Prepare release of 1.11.0 by @s2b in #67

Full Changelog: 1.10.0...1.11.0

1.10.0

02 Aug 18:12
@s2b s2b
Compare
Choose a tag to compare

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

Full Changelog: 1.9.0...1.10.0

1.9.0

02 Feb 13:31
@s2b s2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.9.0

1.8.0

27 Jan 14:40
@s2b s2b
Compare
Choose a tag to compare

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

Full Changelog: 1.7.0...1.8.0

1.7.0

17 Nov 15:12
@s2b s2b
d153657
Compare
Choose a tag to compare

What's Changed

  • [TASK] Substitute __dirname for full ESM support by @s2b in #27
  • [FEATURE] Support for new vite5 folder structure by @s2b in #26
  • [TASK] Increment version to 1.7.0 by @s2b in #28

Full Changelog: 1.6.0...1.7.0

1.6.0

27 Oct 11:37
@s2b s2b
Compare
Choose a tag to compare

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

05 Oct 14:16
@s2b s2b
079fa09
Compare
Choose a tag to compare

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

28 Sep 09:18
@s2b s2b
0c64c32
Compare
Choose a tag to compare

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

11 Sep 13:01
@s2b s2b
Compare
Choose a tag to compare

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