All Versions
12
Latest Version
Avg Release Cycle
143 days
Latest Release
1691 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
November 01, 2020๐ Changes:
- ๐ฑ Read SVG assets from the assets dir instead of priv. Thanks to @mhanberg
๐ฑ This changes the default directory frompriv/static/svg
toassets/static/svg
Note For migrating from v1.3.x you will need to remove theotp_app
from theuse PhoenixInlineSvg.Helpers
- ๐ Fix a bug where the app could crash if the SVG directory does not exist.
- ๐ฑ Read SVG assets from the assets dir instead of priv. Thanks to @mhanberg
-
v1.3.2 Changes
November 01, 2020๐ Changes:
- โก๏ธ Update Floki
- ๐ Fix deprecation warnings
- โก๏ธ Update docs
-
v1.3.1 Changes
August 08, 2019 -
v1.3.0 Changes
May 23, 2019๐ This release adds support for any arbitrary HTML attributes as well as fixes bugs around HTML attribute caching for SVGs.
Thanks to @mhanberg for all the great work fixing bugs and implementing features!
-
v1.2.1 Changes
April 08, 2019๐ Fixed a documentation bug on last release
-
v1.2.0 Changes
February 14, 2019๐ Thanks @mhanberg for adding the support for using an endpoint to read an SVG.
-
v1.1.2 Changes
May 17, 2018โ Adds support for ID and Class attrs on the SVG element.
<%= svg_image(@conn, "home", class: "logo", id: "bounce-animation") %>
Will result in the output:
\<svg class="logo" id="bounce-animation"\>...\</svg\>
-
v1.1.1 Changes
November 29, 2017๐ Fix for the SVG directory not being found causing the app to crash.
๐ Fixed by @mintcore
-
v1.1.0 Changes
September 14, 2017โ Removed the HTML wrapper for the SVG files
-
v1.0.0
December 29, 2016