Skip to content

Releases: AlexAzartsev/heroicon

v2.0.0 Add nova 4 support

10 Aug 14:07
669bacd
Compare
Choose a tag to compare

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

09 Nov 14:26
7e429c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Nov 21:13
Compare
Choose a tag to compare

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

19 Oct 22:10
fa504f9
Compare
Choose a tag to compare

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

12 Mar 16:36
Compare
Choose a tag to compare
v1.0.0

Add README.md (#1)