- Verify support for Elixir 1.17.0.
BREAKING CHANGES
- Tabler Icons has separated its filled icons from its outline icons into different directories (
filled/circle
instead ofcircle-filled
for example), so Tablerone now stores its icons similarly. Updating to 0.4.0 will require moving and renaming a bunch of icons, or just removing all your icons and re-downloading them withmix tablerone.download --type <filled | outline> <icon-name> [<icon-name> ...]
- Fix path to tabler icons
- Download icons from github.com instead of from tabler.io.
- Improve error message when an icon can't be downloaded.
- Fix bug where sometimes an icon filename wouldn't get dasherized.
Tablerone.icon
andTablerone.path
can take strings, and can get:otp_app
from opts.- Add
Tablerone.path/1
for introspecting the local priv path of svg files. mix tablerone.download
ensures erlang dependencies are started, sets user agent.
Initial release.
Tablerone.icon
function loads file from parent application's priv dir.mix tablerone.download <icon>
mix task.