Skip to content

Releases: kucrut/vite-for-wp

v0.9.3

30 Jun 17:47
df5a0a7
Compare
Choose a tag to compare

Patch Changes

v0.9.2

26 Jun 14:25
b6debd0
Compare
Choose a tag to compare

Patch Changes

v0.9.1

13 Jun 15:52
cc5dfb0
Compare
Choose a tag to compare

Patch Changes

v0.9.0

13 Jun 15:42
65e129e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.8.0

15 Nov 04:31
bce4607
Compare
Choose a tag to compare

Minor Changes

  • da9b6e1: wp_scripts: Import dependencies dynamically.
  • bafb3cb: Use WP_HTML_Tag_Processor to update script type attribute.
  • 28a3eb6: Accept options in dev_server, prioritise dev manifest over build one in PHP helper.

Patch Changes

  • 77a7da8: Use wp_json_file_decode() to read manifest file.
  • 3296971: Only print react-refresh preamble script once.

v0.7.1

16 Oct 05:44
855dafa
Compare
Choose a tag to compare

Patch Changes

  • 461687b: Merge dev server plugins
  • ad81a04: Make v4wp options optional
  • c755432: Ensure dev server manifest is created when the server (re)starts and deleted when it's stopped.
  • e2212e3: Improve JS doc blocks.
  • dc71bde: Dev server manifest plugin: Improve files-related operation

v0.7.0

10 Oct 10:37
0d262f9
Compare
Choose a tag to compare

Minor Changes

  • 56bce53: Introduce wp_scripts() plugin to externalise scripts already registered by WP core.
  • 08ceb4f: Provide v4wp plugin, deprecate create_config()

Patch Changes

v0.6.2

07 Oct 14:23
f766684
Compare
Choose a tag to compare

Patch Changes

  • a4cd144: Improve manifest file finder

v0.6.1

23 Sep 08:02
7200d42
Compare
Choose a tag to compare

Patch Changes

  • f221454: Fix production asset paths on Windows

v0.6.0

08 Sep 15:52
9099232
Compare
Choose a tag to compare

Minor Changes

  • 89d341b: Vite 4.4 & Typings with JSDoc