Skip to content

Releases: marko-js/vite

v5.0.3

21 Nov 01:35
cb8de28
Compare
Choose a tag to compare

Patch Changes

v5.0.2

20 Nov 19:36
1bbe41f
Compare
Choose a tag to compare

Patch Changes

v5.0.1

19 Nov 19:17
9222aa5
Compare
Choose a tag to compare

Patch Changes

v5.0.0

18 Nov 20:25
153ef09
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • #158 c016305 Thanks @DylanPiercey! - Detect when native tags api translator is in use and tweak virtual files to work properly.

v4.1.20

25 Oct 16:48
b07a8dd
Compare
Choose a tag to compare

Patch Changes

  • #155 d5fe7ef Thanks @DylanPiercey! - Fixes a caching regression caused by having a different SSR config compared to the rest of the configs and using that in a transform (which is cached).

v4.1.19

29 Aug 18:24
558789f
Compare
Choose a tag to compare

Patch Changes

v4.1.18

28 Aug 03:19
eb3db1d
Compare
Choose a tag to compare

Patch Changes

v4.1.17

26 Aug 22:21
c9c38d6
Compare
Choose a tag to compare

Patch Changes

v4.1.16

24 Jul 02:43
038c902
Compare
Choose a tag to compare

Patch Changes

  • #145 88655ce Thanks @vwong! - Fix issue in dev mode where Content Security Policies may prevent script from running

v4.1.15

23 Jul 00:02
e64d2f5
Compare
Choose a tag to compare

Patch Changes

  • #143 61a1a0a Thanks @DylanPiercey! - Fix issue in dev mode where render blocking was lasting longer than necessary due to a deferred module script. The script is now marked as async.