CHANGELOG.md in inline_svg-1.9.0 vs CHANGELOG.md in inline_svg-1.10.0

- old
+ new

@@ -1,11 +1,24 @@ # Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +Nothing. + +## [1.10.0] - 2024-09-03 ### Added +- Support for Shakapacker. [#158](https://github.com/jamesmartin/inline_svg/pull/158). Thanks, [@tagliala](https://github.com/tagliala) + +### Fixed +- Fixed documentation typos. [#157](https://github.com/jamesmartin/inline_svg/pull/157). Thanks, [@tagliala](https://github.com/tagliala) +- Fixed missing ActiveSupport require. [#152](https://github.com/jamesmartin/inline_svg/pull/152). Thanks, [@xymbol](https://github.com/xymbol) +- Remove wrapping whitespace from SVG tags. [#150](https://github.com/jamesmartin/inline_svg/pull/150). Thanks, [@fredboyle](https://github.com/fredboyle) + +## [1.9.0] - 2023-03-29 +### Added - A new option: `view_box` adds a `viewBox` attribute to the SVG. [#142](https://github.com/jamesmartin/inline_svg/pull/142). Thanks [@sunny](https://github.com/sunny) ### Fixed - Allow Propshaft assets to use fallbacks. [#140](https://github.com/jamesmartin/inline_svg/pull/140). Thanks, [@ohrite](https://github.com/ohrite) - Handling missing file when using static assets. [#141](https://github.com/jamesmartin/inline_svg/pull/141). Thanks, [@leighhalliday](https://github.com/leighhalliday) @@ -206,11 +219,11 @@ ### Fixed - Support Sprockets v2 and v3 (Sprockets::Asset no longer to_s to a filename) ## [0.5.1] - 2015-03-30 ### Warning -** This version is NOT comaptible with Sprockets >= 3. ** +** This version is NOT compatible with Sprockets >= 3. ** ### Fixed - Support for ActiveSupport (and hence, Rails) 4.2.x. Thanks, @jmarceli. ## [0.5.0] - 2015-03-29 @@ -247,10 +260,11 @@ ## 0.0.1 - 2014-11-24 ### Added - Basic Railtie and view helper to inline SVG documents to Rails views. -[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.8.0...HEAD +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.9.0...HEAD +[1.9.0]: https://github.com/jamesmartin/inline_svg/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...v1.8.0 [1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2 [1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0