Skip to content

Releases: verbb/icon-picker

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).

1.1.5

06 Jun 04:15
Compare
Choose a tag to compare

Added

  • Add enableCache setting.

Fixed

  • Fix entry.iconField direct output showing URL, even when an icon isn’t picked.

1.1.4

16 Apr 01:05
Compare
Choose a tag to compare

Fixed

  • Fix logging error Call to undefined method setFileLogging().

1.1.3

15 Apr 00:30
Compare
Choose a tag to compare

Changed

  • File logging now checks if the overall Craft app uses file logging.
  • Log files now only include GET and POST additional variables.

1.1.2

11 Feb 10:34
Compare
Choose a tag to compare

Fixed

  • Fix windows path issues.
  • Fix another potential error for field settings and icon sets.

1.1.1

12 Jan 10:39
Compare
Choose a tag to compare

Fixed

  • Fix error with remote sets set to “All”.
  • Fix error when installing for the first time.

1.1.0

12 Jan 01:56
Compare
Choose a tag to compare

Added

  • Add GraphQL support for field. Now returns an IconModel.
  • Add cache for each icon set. Icons for each set are now cached when the Icon Picker field is saved.
  • Add controller action to lazy-load icon set content.
  • Add utility to re-generate icon set caches.
  • Improve performance for large icon sets.
  • Add Redactor support. See docs.
  • Add support for Google Material Design Icons, which need some special-handling.

Changed

  • Major refactor, bringing performance improvements and caching.
  • Update the icon selection field to lazy-load icons, rather than loading on page load. This brings significant performance benefits

Fixed

  • Fix craft.iconPicker.spritesheet not always returning content.

1.0.10

04 Sep 01:18
Compare
Choose a tag to compare

Fixed

  • Fix numerous errors when fetching remote icon sets via URL.
  • Change Font Awesome icon source to use file-system fetching, rather than via HTTP.

1.0.9

03 Sep 06:41
Compare
Choose a tag to compare

Fixed

  • Fix icons not propagating to other sites.