Skip to content

Releases: jamesmartin/inline_svg

v1.10.0

03 Sep 03:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

29 Mar 03:38
Compare
Choose a tag to compare

Please see the CHANGELOG for details.

v1.8.0

09 Jan 20:33
Compare
Choose a tag to compare

Please see the CHANGELOG.

v1.7.2

07 Dec 05:14
17ae73a
Compare
Choose a tag to compare

See the CHANGELOG entry for this release.

v1.7.1

17 Mar 04:21
6500adc
Compare
Choose a tag to compare

Fixed

  • Static Asset Finder uses pathname for compatibility with Sprockets 4+. #106. Thanks @subdigital

v1.7.0

12 Feb 22:25
437a704
Compare
Choose a tag to compare

Added

  • WebpackAssetFinder serves files from dev server if one is running. #111. Thanks, @connorshea

Fixed

  • Using Webpacker and Asset Pipeline in a single App could result in SVGs not being found because the wrong AssetFinder was used. #114. Thanks, @kylefox
  • Prevent "EOFError error" when using webpack dev server over HTTPS #113. Thanks, @kylefox

v1.6.0

13 Nov 05:36
f07e73a
Compare
Choose a tag to compare

Added

  • Support Webpack via the new inline_svg_tag and inline_svg_pack_tag helpers and deprecate the inline_svg helper in preparation for v2.0.
    #103
    Thanks, @kylefox

v1.5.2

19 Jun 22:46
1a89a24
Compare
Choose a tag to compare

Fixed

  • Revert automatic Webpack asset finder behavior. Make Webpack "opt-in". #98

v1.5.1

18 Jun 07:43
e32d1f6
Compare
Choose a tag to compare

Fixed

  • Prevent nil asset finder when neither Sprockets or Webpacker are available #97

v1.5.0

16 Jun 21:46
8d827e9
Compare
Choose a tag to compare

Added

  • Support for finding assets bundled by Webpacker #96