Skip to content

Releases: Applelo/unplugin-inject-preload

v3.0.0

30 Aug 11:24
2458c27
Compare
Choose a tag to compare

Breaking changes

  • Drop support for Rspack 0.x versions

What's Changed

  • Support Rspack 1.0
  • Update dependencies
  • fix: migration in README by @dpschen in #17

New Contributors

Full Changelog: v2.0.5...v3.0.0

v2.0.5

19 Jul 19:59
6a797c7
Compare
Choose a tag to compare

What's Changed

  • Update dependencies

Full Changelog: v2.0.4...v2.0.5

v2.0.4

06 Jun 18:27
5c9cb72
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • Fix Readme
  • Fix/Update CI
  • Improve JSR Score

Full Changelog: v2.0.3...v2.0.4

v2.0.3

26 Mar 20:20
f915cd3
Compare
Choose a tag to compare

What's Changed

  • Fix output path with relative base #9
  • Fix base with a full url by @lizc2003
  • Improve JSR Score

Full Changelog: v2.0.2...v2.0.3

Version 2.0.2

23 Mar 20:03
4a954d9
Compare
Choose a tag to compare

What's Changed

  • Add support for jsr repository

Full Changelog: v2.0.1...v2.0.2

Version 2.0.1

22 Mar 18:00
b96b3a7
Compare
Choose a tag to compare

v2.0.0

26 Nov 18:02
7e63e3f
Compare
Choose a tag to compare

What's Changed

  • Drop supports of Vite 3
  • Add Rspack support for HtmlWebpackPlugin or HtmlRspackPlugin #2
  • Update dependencies
  • Improve CI
  • Rework and improve code sharing between all frameworks

Note

Rollup 4 (shipped with Vite 5) uses base64 hashes in file names instead of the older base16 hashes. This can breaks your match with the outputMatch option.

Drop supports of Vite 3

The version 5 of ViteJS is shipped so the plugin drops support of Vite 3.

  • The NodeJS version supported will stay at 14.18.0 || >=16.0.0 because Vite 4 support this version. I recommend to switch to Node 20 since this is the new LTS version.
  • The plugin will no longer works with Vite 3 because of hooks change in the last version of ViteJS (especially transformIndexHtml changes).

v1.1.1

30 Sep 20:16
54a9be4
Compare
Choose a tag to compare
  • Update readme
  • Update dependencies

v1.1.0

31 Aug 21:12
7c4f2d8
Compare
Choose a tag to compare
  • Add entryMatch and rename match in outputMatch
  • Add migration guide for vite-plugin-inject-preload and html-webpack-inject-preload

v1.0.0

27 Aug 19:53
Compare
Choose a tag to compare
  • Initial Release