Releases: marko-js/arc-vite
Releases · marko-js/arc-vite
v1.2.7
v1.2.6
Patch Changes
- #21
272a3d7Thanks @DylanPiercey! - Bump vite peer dependency and support vite 7.
v1.2.5
Patch Changes
- #18
2b2c502Thanks @DylanPiercey! - Bump Vite peer dependency.
v1.2.4
Patch Changes
- #15
980ebbcThanks @DylanPiercey! - Fix syntax error in generated code when multiple arc conditions used.
v1.2.3
Patch Changes
- #13
c82db74Thanks @DylanPiercey! - Reverts virtual adaptive module support for now since it was not properly working and dramatically increased the complexity of this module and caused a few regressions that were difficult to resolve.
v1.2.2
Patch Changes
- #11
419b1dfThanks @DylanPiercey! - Fix support for renderBuiltURL vite api
v1.2.1
Patch Changes
- #9
74a55b6Thanks @DylanPiercey! - Use inline script to load adaptive assets in correct order instead of appending to chunk file.
v1.2.0
Minor Changes
- #7
1472478Thanks @DylanPiercey! - Move away from top level await which has limited browser support.
Patch Changes
-
#7
161b0c1Thanks @DylanPiercey! - Avoid usingthis.loadunless the ast has not already been parsed for a module. -
#7
798c045Thanks @DylanPiercey! - Avoid checking for virtual adaptive modules when processing files known to be handled by Vite.
v1.1.0
Minor Changes
- #5
2625f47Thanks @DylanPiercey! - Add support for other Vite plugins registering additional files to check when determining if a module is adaptive.
v1.0.2
Patch Changes
- #3
1220c98Thanks @DylanPiercey! - Ensure arc plugin always runs first.