Releases: verbb/icon-picker
Releases · verbb/icon-picker
1.1.13
Added
- Add
icon-picker-svg
andicon-picker-sprite
classes to Redactor-chosen icons. - Add support for multiple URLs for remote icon sets.
Fixed
- Fix sprite sheets getting incorrect
id
attributes. - Fix an error when a field contained an icon from a remote icon set that no longer exists.
2.0.0-beta.2
Changed
- Now requires Icon Picker
1.1.12
in order to update from Craft 3.
Fixed
- Fix typing for
placeholderAvatar
plugin setting.
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.1.12
Fixed
- Fix JS Redactor plugin not installing correctly in some instances.
1.1.11
Fixed
- Fix Icons Path plugin setting not working correctly when using aliases.
1.1.10
Changed
- Update Font Awesome remote source to 5.15.1.
Fixed
- Ensure icons load in Super Table and other nesting fields.
1.1.9
Added
- Allow
iconSetsPath
settings to use environment variables or aliases. - Allow
iconSetsUrl
settings to use environment variables or aliases.
1.1.8
Added
- Added
iconPickerField.length
andiconPickerField.getLength()
. - Added
iconPickerField.isEmpty
andiconPickerField.getIsEmpty()
.
1.1.7
Fixed
- Fix error when only a single sprite existed in a sprite sheet.