All notable changes to this project will be documented in this file.
- Small refactorings
- Linux support - using ImageSharp to generate content icon images
- Added initialization by calling UseContentTypeIcons
This version requires to explicitly install EPiServer.CMS.AspNetCore.Templating and EPiServer.Framework version 12.4.2+. Starting from this version, Optimizely (Episerver) is using latest ImageSharp which is required to generate images from fonts.
- Updated Font Awesome to release 5.13.0
- Added some more tests for using custom fonts
- Added XML docs, mainly for the attributes (ThumbnailAttribute and TreeIconAttribute)
- Updated FontAwesome to release 5.12.1
- Added custom authorize group "ThumbnailGroup"
- Security update
- New default background color
- Added more detailed documentation
- Added support for custom tree icons, thanks to https://github.com/johanbenschop
- Update Font Awesome to release 5.7.1.
- Update Font Awesome to release 5.6.3
- Update readme
- Added support for Font Awesome version 5.3.0.
- Episerver 11 update and changed web project to a class libary.
- Bugfix, issue with locked custom fonts
- Added support for loading custom fonts from disk
- Updated FontAwesome enum with support for all 4.7 fonts
- Bugfix: Changed to loading font from embedded resource instead of from file module, to prevent locking of font file.
- Bugfix: Changed to working with cloned image to prevent locking of generated thumbnails
- Initial release