Releases: bluwy/svelte-preprocess-import-assets
Releases · bluwy/svelte-preprocess-import-assets
v1.1.0
- Support Svelte 5
- Add
estree-walker
as dependency to support Svelte 5
v1.0.0
- BREAKING: use named export instead of default export
// Before
import importAssets from 'svelte-preprocess-import-assets'
// After
import { importAssets } from 'svelte-preprocess-import-assets'
- Export ESM only
- Fix incorrect filter metadata value (#17)
v0.2.6
- Handle actual attributes only. Ignore spread, actions, etc.
- Add
types
export condition
- Update
magic-string
to 0.30.0
v0.2.5
- Update
magic-string
to 0.27.0
v0.2.4
link
imagesrcset
should not be processed if have valid itemprop
for href
only
v0.2.3
Note: I forgot to cut the GitHub releases for the previous v0.2 versions. Check out the CHANGELOG for details.
v0.1.6
Fixed
- Handle
srcset
without width, e,g. ./foo.mp4, ./bar.mp4 1v
I forgot to make a GitHub release for 0.1.4 and 0.1.5
0.1.5
Fixed
- Handle
src
attribute for video
tags
0.1.4
Fixed
- Skip URL that starts with a hash
v0.1.3
Fixed
- Ignore attributes with mustache value
v0.1.2
Fixed
- Always scan through the entire source list