Skip to content

Releases: verbb/icon-picker

1.1.13

08 Jun 10:15
Compare
Choose a tag to compare

Added

  • Add icon-picker-svg and icon-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

24 Mar 06:44
Compare
Choose a tag to compare

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

09 Mar 21:26
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

1.1.12

31 Oct 23:40
Compare
Choose a tag to compare

Fixed

  • Fix JS Redactor plugin not installing correctly in some instances.

1.1.11

07 Sep 07:56
Compare
Choose a tag to compare

Fixed

  • Fix Icons Path plugin setting not working correctly when using aliases.

1.1.10

06 Dec 23:39
Compare
Choose a tag to compare

Changed

  • Update Font Awesome remote source to 5.15.1.

Fixed

  • Ensure icons load in Super Table and other nesting fields.

1.1.9

11 Aug 02:52
Compare
Choose a tag to compare

Added

  • Allow iconSetsPath settings to use environment variables or aliases.
  • Allow iconSetsUrl settings to use environment variables or aliases.

1.1.8

10 Jun 01:06
Compare
Choose a tag to compare

Added

  • Added iconPickerField.length and iconPickerField.getLength().
  • Added iconPickerField.isEmpty and iconPickerField.getIsEmpty().

1.1.7

09 Jun 01:49
Compare
Choose a tag to compare

Fixed

  • Fix error when only a single sprite existed in a sprite sheet.

1.1.6

08 Jun 02:51
Compare
Choose a tag to compare

Fixed

  • Improve performance of remote icon sets. (thanks @bertoost).