Skip to content

Releases: drolsen/webpack-favicons

Release 1.3.8

31 Jan 09:40
f1d12eb
Compare
Choose a tag to compare
  • Adding support for CopyWebpackPlugin and tag injection.
  • Using HtmlWebbpackPlugin tap hooks to inject tags into html documents.
  • No more additionalAssets checks and single pass thanks to HtmlWebpackPlugin hook.
  • Fixes Logo's background color found in main README.md

Release 1.3.4

21 Jan 22:42
a97d0cf
Compare
Choose a tag to compare
  • Adds new callback feature to WebpackFavicons
  • Adds tests for new callback feature

Release 1.3.2

21 Jan 12:46
e60d9d0
Compare
Choose a tag to compare
  • Removes unwanted leftover tap code.
  • Ensures default values for unconfigured icon types is false except favicon.
  • Adds default-test, full-test to ensure that if configured with missing or full "icon": {} has no errors.

Release 1.3.0

21 Jan 11:25
a95fbde
Compare
Choose a tag to compare
  • Updates favicon dependency from 6.2.2 to 7.0.0-beta.1
  • Updates importing / usage of favicon dependency that is now ESM and no longer CommonJS 🙄.
  • Reduces the total webpack compilation taps to a single tap.
  • Moves the injection of favicon files into webpack assets stream to within the promise of favicons dependency.
  • Updates single tap to be PROCESS_ASSETS_STAGE_ADDITIONAL processAsset type.

Release 1.2.5

17 Jan 23:38
c9816af
Compare
Choose a tag to compare
  • options.path and output.publicPath now using path.normalize for leading/trailing slash pattern fixing when combined.
  • Updates README.md to fix typos and better example for basic configuration.
  • Captures and add new mixed-pathing-test to ava to better test permutations of different pathing slashes.
  • Safer approach to output.publicPath pre-pending regex replace on favicon markup.

Release 1.2.0

14 Jan 23:16
417f7ae
Compare
Choose a tag to compare
  • Updates to node 14.17.0
  • Updates to webpack 5.66.0
  • Updates to webpack-cli 4.9.1
  • Updates to favicon 6.2.2
  • Updates to ava 4.0.1
  • Updates to clean-webpack-plugin 4.0.0
  • Updates to html-loader 3.1.0
  • Updates to html-webpack-plugin 5.5.0
  • Updates README.md badges

Release 1.0.7

31 Dec 01:48
d91da4b
Compare
Choose a tag to compare

Enhancements

  • Removes path nodejs module requirement

Fixes

  • Fixes missing manifest files
  • Fixes path option

Release 1.0.6

31 Dec 00:28
1ce47ec
Compare
Choose a tag to compare
Merge pull request #5 from drolsen/dev

Version bump

Release 1.0.5

31 Dec 00:22
b525cfd
Compare
Choose a tag to compare

Simple README.md updates

Release 1.0.4

31 Dec 00:15
d9a2f2b
Compare
Choose a tag to compare

Simple updates to README.md