Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

86 lines (49 loc) · 3.37 KB

Vite Plugin Favicon

All notable changes to this project will be documented in this file.

1.1.5 - 2023.02.17

Changed

  • Changed the plugin to only be applied during the build phase, which massively speeds up Vite dev server cold start times

1.1.4 - 2021.11.13

Fixed

  • Fixed outputPath if the Vite base config is set

1.1.3 - 2021.11.13

Changed

  • The outputPath config setting is now relative to the Vite assets directory, fixing the paths in the generated webapp.html

1.1.2 - 2021.11.12

Changed

  • Un-deprecated the outputPath config setting, to allow you to specify where the output assets are saved, relative to the Vite output directory

1.1.1 - 2021.11.11

Fixed

  • Output the generated images without a hash in the names

1.1.0 - 2021.11.06

Added

  • Added the ability to set inject: false in the passed in plugin config, to generate the webapp.html file (#2)

Fixed

  • Fixed an issue where it doesn't work in dev mode (#1)

1.0.8 (2021-05-13)

Bug Fixes

  • 🐛 don't fail on missing options (e19a01e)

1.0.7 (2021-05-06)

Bug Fixes

  • 🐛 files html refs were not being updated (7c9c534)

1.0.6 (2021-05-05)

Bug Fixes

  • 🐛 favicons-webpack-plugin config compat (f148f16)

1.0.5 (2021-05-05)

Bug Fixes

  • 🐛 fix spelling of config (81339dc)

1.0.4 (2021-05-05)

Bug Fixes

  • 🐛 Fix types inclusion (643eedc)

1.0.3 (2021-05-05)

Bug Fixes

  • 🐛 fix external type inclusion (c75c979)

1.0.2 (2021-05-05)

Bug Fixes

  • 🐛 fix publish ci and description (d425edd)

1.0.1 (2021-05-05)

Bug Fixes

1.0.0 (2021-05-04)

Features