Releases: verbb/icon-picker
Releases · verbb/icon-picker
1.1.7
Fixed
- Fix error when only a single sprite existed in a sprite sheet.
1.1.6
1.1.5
Added
- Add
enableCache
setting.
Fixed
- Fix
entry.iconField
direct output showing URL, even when an icon isn’t picked.
1.1.4
Fixed
- Fix logging error
Call to undefined method setFileLogging()
.
1.1.3
Changed
- File logging now checks if the overall Craft app uses file logging.
- Log files now only include
GET
andPOST
additional variables.
1.1.2
Fixed
- Fix windows path issues.
- Fix another potential error for field settings and icon sets.
1.1.1
Fixed
- Fix error with remote sets set to “All”.
- Fix error when installing for the first time.
1.1.0
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
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
Fixed
- Fix icons not propagating to other sites.