Phoenix Inline SVG v1.4.0 Release Notes

Release Date: 2020-11-01 // over 3 years ago
  • ๐Ÿ”„ Changes:

    • ๐Ÿฑ Read SVG assets from the assets dir instead of priv. Thanks to @mhanberg
      ๐Ÿฑ This changes the default directory from priv/static/svg to assets/static/svg
      Note For migrating from v1.3.x you will need to remove the otp_app from the use PhoenixInlineSvg.Helpers
    • ๐Ÿ›  Fix a bug where the app could crash if the SVG directory does not exist.

Previous changes from v1.3.1

    • Fixes #21 - GZIP files are no longer attempted to be loaded on compile.
    • Fixes #19 - Ignores non-SVG files in the collection directories.