2.2.2
August 28th, 2024
2.1.1
June 10th, 2024
What's Changed
- Tweak tag behaviour for manual and defaults by @martyf in https://github.com/mitydigital/statamic-iconamic/pull/7
Full Changelog: https://github.com/mitydigital/statamic-iconamic/compare/2.1.0...2.1.1
2.1.0
May 22nd, 2024
- Support for Dark Mode in Statamic 5.3+
- Added
placeholder
,clearable
,searchable
anddefault
fieldtype configuration options - Moved language strings to
resources/lang/en
- PRs are welcome to support more languages - Improved UI and behaviour of
v-select
component - Pint code cleanup
1.1.3
March 23rd, 2023
Just a cosmetic update to truncate the selected icon path in the fieldtype (rather than wrapping and breaking the UI). Simples.
1.1.2
January 10th, 2023
Fixes issue #3 and folder detection for both recursive and non-recursive behaviour.
1.1.1
November 15th, 2022
This release adds support for adding attributes to icons using the Iconamic tag.
class
is a special case, and can be appended to using class
, or you can use classReplace
to replace your icon's existing class (if it has one) or add it if it doesn't exist.
1.1.0
October 20th, 2022
Added a new feature that allows icons to be listed recursively.
Globally this can be configured as a default by adding a recursive
config option to your config/iconamic.php
file.
'recursive' => true,
By default, this is disabled.
You can override this setting on each Iconamic fieldtype. Check out the configuration docs for full details.
This update also applied some cleaning up of paths before Iconamic tries to load the svg file. Basically any "." or ".." parts of your requested filename are removed.
1.0.5
October 13th, 2022
A small update to the behaviour of manual icons when the handle matches 'icon'
1.0.3
August 21st, 2022
This minor update adds support for using the Iconic tag with manual parameters, instead of a field handle.
Check out the docs for further details.
1.0.2
May 15th, 2022
Just a small update to start cleaning up the codebase - the iconamic.php
config file is now going to live in the config
folder (not the config/statamic
folder).
You may need to manually check your config, but the update will try to move it for you.
1.0.0
May 1st, 2022
Hello Iconamic, it's so good to meet you.
Spread your joy of SVG icons with your awesome fieldtype and super cool tag - you'll make such a splash in the Statamic world.