Releases: AlexAzartsev/heroicon
Releases · AlexAzartsev/heroicon
v2.0.0 Add nova 4 support
Add nova 4 support, it is a breaking change, so if you want to use this package with nova 3 use ^1.0 version.
To upgrade installed package just change version in your composer.json from ^1.0 to ^2.0
What's Changed
- [breaking, upgrade] Add support for nova 4 by @AlexAzartsev in #10
- Change styles for support light and dark theme
- Fix few heroicons
- Add
fill='currentColor'
for font awesome icons
Full Changelog: v1.0.3...v2.0.0
v1.0.3
v1.0.2
What's Changed
- Add support of custom icon sets, add global configuration by @AlexAzartsev in #5
Full Changelog: v1.0.1...v1.0.2
Add configurable editor, onlySolid and onlyOutline options
You can disable icon editor now by using ->disableEditor()
method on field.
Also it is possible to use one set of icons, solid or outline instead of both, just add ->onlyOutline()
or ->onlySolid()
method.
Special thx to @Benjacho for ideas of these changes.
Release
v1.0.0 Add README.md (#1)