Skip to content

Releases: cburgmer/inlineresources

1.0.1

25 Oct 18:23
Compare
Choose a tag to compare

Support unicode-range in font-face definitions (#19, by @heikomat)

1.0.0

18 Mar 18:50
Compare
Choose a tag to compare
  • Drop CSSOM as dependency (#7)

0.4.0

04 Jun 17:45
Compare
Choose a tag to compare

Breaking changes

  • ES6 Promises are now required. In return the dependency on ayepromise could be dropped.

Bug fixes

  • Correctly parse quoted background URL values (#13).
  • Support browserify.

0.3.2

29 Oct 16:28
Compare
Choose a tag to compare
  • Fix background images failing to load from correct path under Chrome

0.3.0

04 Apr 12:48
Compare
Choose a tag to compare
  • Support for SVG <image> element

Contributed by @rdfriedl

0.2.0

09 Mar 14:36
Compare
Choose a tag to compare
  • Dependency on cssom is now optional. We are aiming at dropping the requirement completely in the future, see #7.

Contributed by @barillax

0.1.7

23 Feb 13:43
Compare
Choose a tag to compare

Bug fixes

  • CSS in a background tab is flaky (#3)
  • Font-face inlining with newer Chrome versions

Contributions from @Que3216

0.1.6

15 Jan 22:55
Compare
Choose a tag to compare

Re-released with packaged artifacts (#4). Re-build of 0.1.2.

0.1.2

15 Jan 22:54
Compare
Choose a tag to compare

Re-released with packaged artifacts (#4).

0.1.1

06 Jun 17:20
Compare
Choose a tag to compare
  • Dependencies updated
    • Uses newer url library
    • Moved font-face parsing into own module under npm
  • A lot of changes under the hood