Skip to content

Bump inline_svg from 1.3.1 to 1.8.0

Dependabot requested to merge dependabot/bundler/inline_svg-1.8.0 into master

Bumps inline_svg from 1.3.1 to 1.8.0.

Release notes

Sourced from inline_svg's releases.

v1.8.0

Please see the CHANGELOG.

v1.7.2

See the CHANGELOG entry for this release.

v1.7.1

Fixed

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

v1.7.0

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

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

Fixed

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

v1.5.1

Fixed

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

v1.5.0

Added

  • Support for finding assets bundled by Webpacker #96

v1.4.0

[1.4.0] - 2019-04-19

Fixed

  • Prevent invalid XML names being generated via IdGenerator #87 Thanks, @endorfin

Added

  • Raise error on file not found (if configured) #93
Changelog

Sourced from inline_svg's changelog.

[1.8.0] - 2022-01-09

Added

[1.7.2] - 2020-12-07

Fixed

  • Improve performance of CachedAssetFile. #118. Thanks @stevendaniels
  • Avoid XSS by preventing malicious input of filenames. #117. Thanks @pbyrne.

[1.7.1] - 2020-03-17

Fixed

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

[1.7.0] - 2020-02-13

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

[1.6.0] - 2019-11-13

Added

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

[1.5.2] - 2019-06-20

Fixed

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

[1.5.1] - 2019-06-18

Fixed

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

[1.5.0] - 2019-06-17

Added

  • Support for finding assets bundled by Webpacker #96

[1.4.0] - 2019-04-19

Fixed

  • Prevent invalid XML names being generated via IdGenerator #87 Thanks, @endorfin

... (truncated)

Commits
  • 800fbfd Bump version for v1.8.0 release
  • dc982cc Know what's unreleased
  • 593731d Add separate Webpacker integration test for Rails6
  • d03a4b7 Remove Rails6 Webpacker
  • 26f5737 Bump Node version to 16 LTS
  • f73ed39 Use Ruby 2.7.x for new version of ActiveSupport
  • cd3169a Know that Rails 3 or 4 are officially supported
  • a6cdb7f Remove LTS for rails 3 and 4
  • cd9fc04 Add Rails 7 to the Matrix
  • 1d07d10 Fix test: make expectation match mock
  • Additional commits viewable in compare view

Merge request reports