Skip to content

Releases: Ympact/flux-icons

v1.0.2

02 Dec 19:40
Compare
Choose a tag to compare

A fix for installing new vendor icons using php artisan flux-icons:build

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Dec 19:05
Compare
Choose a tag to compare

A small updates with a few fixes and support for Healthicons!

Highlights

  • We now have support for Healthicons. These icons come in two sizes (46 and 24px) for both outline and solid variants. Currently we have set that the default outline and solid variants use the 46px icon, while the mini and micro variants use the 24px solid variant.
  • Adjusting the final name of an icon. This can be useful if a package has an icon called '0'. You can now rename it to 'zero' to make sure it works (otherwise flux blade files think a false boolean is passed. Another option is to change everything to lower case or replace underscores with normal dashes. These naming transformations have been applied to the Healthicons. So you can have a look there as example.
  • Fixed an issue and improved the console when selecting which icons to build
  • Making sure callbacks within the config are actual callbacks
  • Updated the readme

Fixed issues

  • #6 - Cannot install any icons

Full Changelog: v1.0.0...v1.0.1

First release

30 Nov 22:29
Compare
Choose a tag to compare

First official release of flux-icons. For this first version we have support for 8 different icon vendors! 🎉

Icon support

Configuration documentation

The packages allows quite some configuration options. The readme has been updated as extensively as possible, but it might still miss out on some things.

What's Changed

New Contributors

Full Changelog: v0.3.0...v1.0.0

v1.0.0-beta.2

18 Nov 21:08
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Improvements

  • Vendor stub
  • Filter callback
  • Documentation

Bug fixes

Full Changelog: v1.0.0-beta...v1.0.0-beta.2

v1.0.0-beta

18 Nov 19:07
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

We're getting closer to the first release supporting Tabler, MDI, Google Material Design Icons, Flowbite and FluentUi icons.
This required some rethinking and rewriting of the config. Furthermore we improved the the artisan command interaction.

The readme still needs to be updated, but examples can be found in the config/flux-icons.php, or just follow the cli through

php artisan flux-icons:build

We're still in beta, so the script might still be buggy.

Note

What's Changed

  • Updated config options to support more variation in vendors
  • Support for Tabler, MDI, Google Material Design Icons, Flowbite and FluentUi
  • Improved cli interaction
  • Added icon library links. by @RyanPaiva56 in #4

New Contributors

Full Changelog: v0.3.0...v1.0.0-beta

v0.3.0

21 Oct 11:22
Compare
Choose a tag to compare

This release fixes the config serialization error by moving all callbacks out of the config file into seperate classes.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Oct 22:23
Compare
Choose a tag to compare

Adding initial support for various vendors:

  • Fluent, Flowbite, MDI and Google Material Design
  • Improving the installation of the npm packages of the vendor (in case already installed, no need to do it again).
  • Adding callback options for the source directories
  • Various bugfixes
  • Improving Readme

Full Changelog: v0.1.1...v0.2.0

v0.1.1

16 Oct 09:37
Compare
Choose a tag to compare
  • Improving and fixing artisan command
  • Improving credits on exported icons
  • Improving Readme
  • Cleaning up

Full Changelog: v0.1.0...v0.1.1

First release!

15 Oct 22:41
Compare
Choose a tag to compare

First release.