Skip to content

Releases: justim/postcss-svg-fallback

Compatibility with latest PostCSS

22 Feb 17:41
ccc324e
Compare
Choose a tag to compare
  • Compatibility with latest PostCSS

Updated postcss dependency

18 Apr 21:12
2b9ff0c
Compare
Choose a tag to compare
1.4.0

Bump version (1.4.0)

Replace `path.resolve` with `path.join` for image lookups

26 Feb 14:49
Compare
Choose a tag to compare

NOTE: This might change the way your images are loaded, but most likely this is not a problem. Actually it might solve problem you may have been experiencing.

Inline mode not rewrites file if it is exists

09 Dec 11:39
Compare
Choose a tag to compare

Prepend the `fallbackSelector` to all selectors of a rule

03 Dec 16:30
Compare
Choose a tag to compare

Fixed regular expression for data URLs

02 Dec 12:02
Compare
Choose a tag to compare

Comma can be a delimiter as well as semicolon.

Thanks @Kreozot, @Ser-Gen

1.2.0: Add support for inline SVG

19 Nov 12:05
Compare
Choose a tag to compare
- Support for inline SVG files with `url(data:..svg data..)`

- Fixes #8

1.1.0: Add options to disable converting SVG images

09 Oct 17:16
Compare
Choose a tag to compare
- This is useful for when you have an alternative system to convert your
  images, but do what to change the CSS

- Fixes #6

1.0.2

22 Jul 22:19
Compare
Choose a tag to compare
Bump version

1.0.1: Add `source` property for newly created nodes

22 Jul 17:02
Compare
Choose a tag to compare
- From the PostCSS Plugins Guidelines:
    2.3. Set correct source property for each created nodes.

Fixes #4