Releases: jamesmartin/inline_svg
Releases · jamesmartin/inline_svg
v1.10.0
What's Changed
- fix: remove any whitespace from SVG tag output by @fredboyle in #150
- Add missing activesupport require by @xymbol in #152
- Fix typos by @tagliala in #157
- Add support to Shakapacker by @tagliala in #158
New Contributors
- @fredboyle made their first contribution in #150
- @xymbol made their first contribution in #152
- @tagliala made their first contribution in #157
Full Changelog: v1.9.0...v1.10.0
v1.9.0
v1.8.0
v1.7.2
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