Overview
Changelog
A list of changes for each release.
This version introduces a new command to preload all icons on deployment.
See the preload command for more information.
This release contains breaking changes.
- The
timeout
option has been removed from the configuration in favor of therequest_options
option. - The
request_options
option has been added to the configuration and allows specifying Guzzle request options.
Reduce package size by 97.8% (from 312KB to 7KB).
An UnknownIconException
is now thrown when an icon is not found, unless the application
is in production mode, in which case nothing will be rendered.
Initial release.