Skip to content

Releases: sn-satyendra/webpack-font-preload-plugin

2.0.0-beta.0

01 Aug 13:56
fd05aae
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • Wp5 hook fix in #44
  • Native Types support in #45

Full Changelog: v1.5.0...v2.0.0-beta.0

1.5.0

17 Dec 09:04
ac83d81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

1.4.1

14 Dec 06:42
1bcba82
Compare
Choose a tag to compare

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

13 Dec 09:39
d26fec7
Compare
Choose a tag to compare

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

12 May 15:29
346f0ec
Compare
Choose a tag to compare
  • #12 : Adding webpack-sources and jsdom as dependencies.
  • #19 : Updating the packages.

1.2.0

20 Mar 16:01
c951757
Compare
Choose a tag to compare
  • #13 : Fixes some fonts not being preloaded.
  • #15 : Adding jsdom as a peer dependency.

1.1.0

28 Feb 07:15
7db9d3e
Compare
Choose a tag to compare
  • 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

22 Feb 05:34
Compare
Choose a tag to compare

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.