> ## Documentation Index
> Fetch the complete documentation index at: https://unicon.rocks/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> A list of changes for each release.

<Update label="2024-11-23" description="v0.4.1">
  Add support for a default icon prefix.

  See the [configuration reference](/config-reference) for more information.
</Update>

<Update label="2024-11-23" description="v0.4.0">
  <Warning>This release contains breaking changes.</Warning>

  * The package has been renamed from `hedger/unicon` to `unicon-rocks/unicon-laravel`.
  * The project has been moved to the `unicon-rocks` organization.
  * The namespace has been renamed from `Hedger\Unicon` to `Unicon`.
</Update>

<Update label="2024-11-22" description="v0.3.1">
  This version introduces a new command to preload all icons on deployment.

  See the [preload command](/commands/preload) for more information.
</Update>

<Update label="2024-11-20" description="v0.3.0">
  <Warning>This release contains breaking changes.</Warning>

  * The `timeout` option has been removed from the configuration in favor of the `request_options` option.
  * The `request_options` option has been added to the configuration and allows specifying Guzzle request options.
</Update>

<Update label="2024-11-19" description="v0.2.1">
  Reduce package size by 97.8% (from 312KB to 7KB).
</Update>

<Update label="2024-11-19" description="v0.2.0">
  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.
</Update>

<Update label="2024-11-17" description="v0.1.0">
  Initial release.
</Update>
