Skip to content

Releases: postcss/postcss-url

4.0.1

06 Aug 05:54
Compare
Choose a tag to compare
  • Fixed: copy/rename of hash and query string for filenames
    (#40)

4.0.0

18 Jun 09:56
Compare
Choose a tag to compare
  • Fixed: fallback callback is working again
    (#33)
  • Changed: Messages are now passed via postcss messages api
    (no more console.warn)
  • Added: callbacks might have now postcss result object as last param.
    Handy to send some messages.

3.3.0

16 Jun 18:21
Compare
Choose a tag to compare
  • Added: postcss ^4.1.x dependency
    (#31)
  • Added: new options to url callback
    (#32)

3.2.0

09 May 04:11
Compare
Choose a tag to compare
  • Added: New fallback option to use if max size is exceeded or url contains a hash (#30)

3.1.0

01 May 05:18
Compare
Choose a tag to compare
  • Added: New copy value for url option

3.0.0

02 Apr 06:37
Compare
Choose a tag to compare
  • Changed: upgraded to postcss v4.1.x

2.1.1

31 Mar 07:00
Compare
Choose a tag to compare
  • Fixed: whitespace before and after url() value are now supported and preserved

2.1.0

12 Mar 06:48
Compare
Choose a tag to compare
  • Added: related postcss declaration object has been added as a 2nd parameter to the url callback for custom processing

2.0.2

19 Feb 05:46
Compare
Choose a tag to compare
  • Fixed: url that are just hashes are ignored completely (#25)

2.0.1

31 Jan 06:44
Compare
Choose a tag to compare
  • Fixed: url with hashes are ignored for inline mode only (#23)