Releases: sn-satyendra/webpack-font-preload-plugin
Releases · sn-satyendra/webpack-font-preload-plugin
2.0.0-beta.0
What's Changed
Full Changelog: v1.5.0...v2.0.0-beta.0
1.5.0
What's Changed
- Unit tests and CI by @sn-satyendra in #1
- Bump browserslist from 4.16.3 to 4.19.1 by @dependabot in #34
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #28
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #22
- Publish on release and lint checks by @sn-satyendra in #35
- Workflow update by @sn-satyendra in #36
Full Changelog: v1.4.1...v1.5.0
1.4.1
What's Changed
- Fix the issue Property 'apply' is missing in type 'WebpackFontPreloadPlugin'.
- Fix the usage of publicPath to allow empty value for it.
Full Changelog: v1.4.0...v1.4.1
1.4.0
What's Changed
- Adding types for the plugin. (Fixes #24)
- Adding a new filter option to allow more granular filtering for font assets to preload. (Fixes #26)
Full Changelog: v1.3.0...v1.4.0
1.3.0
1.2.0
1.1.0
- Adding a new option
replaceCallback
for doing any custom logic for index.html generation for special use cases like server side rendering or custom templating. - Updating core packages.
- Adding prettier
First release
This is the first release of webpack-font-preload-plugin
. It integrates with the webpack bundling process and allows preload|prefetch
for fonts, to load the page faster.