Skip to content

Releases: postcss/postcss-url

v6.0.3

04 Apr 16:38
Compare
Choose a tag to compare

Fixed: hash url error
(#89)

v6.0.2

04 Apr 14:30
Compare
Choose a tag to compare

fixed: match options before analyzing
pull-88

v6.0.1

03 Apr 14:49
Compare
Choose a tag to compare
  • Fixed: bug with empty options
    (#87)

v6.0.0

03 Apr 00:56
Compare
Choose a tag to compare
  • Changed: es5 -> es6
  • Added: multiple options for postcss-url as array
  • Added: multiple basePath as array
  • Added: copy accept basePath param
  • Changed: hash function to xxhash
  • Changed: arguments in custom url callback
  • Changed: no processing callback in inline without maxSize
  • Changed: filter matches by asset path, relative to project (process.cwd)
  • Changed: copy can work without postcss to option, but required assetPath

5.1.2

01 May 19:50
5e528eb
Compare
Choose a tag to compare
  • Fixed: node 6 compatibility
    (#68)

5.1.1

03 Feb 06:28
Compare
Choose a tag to compare
  • Fixed: typo in an error message
    (#62)

5.1.0

19 Jan 07:38
Compare
Choose a tag to compare
  • Added: filter option
    (#61)

5.0.2

12 Oct 05:27
Compare
Choose a tag to compare
  • Fixed: now rebase url in old Internet Explorer filter
    progid:DXImageTransform.Microsoft.AlphaImageLoader()
    (#55)

5.0.1

03 Oct 22:03
Compare
Choose a tag to compare
  • Fixed: windows compatibility
    (#52)

5.0.0

07 Sep 04:58
Compare
Choose a tag to compare
  • Removed: compatibility with postcss v4.x
    (#45)
  • Added: compatibility with postcss v5.x
    (#76)