Releases: tomatophp/filament-icons
Releases · tomatophp/filament-icons
v4.0.0
- Support FilamentPHP V4
- Drop support of Sushi package and use native Cache
- Drop Use of Model and use Facade Service to Get the icon
- Update Style to match FilamentPHP V4 Style
By @fadymondy
Full Changelog: v1.1.5...v4.0.0
v1.1.5
What's Changed
- I fixed the name of lang files and add pt_BR translation by @wallacemaxters in #7
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- fix: Icon not showing when not listed in limited by 50 options by @wallacemaxters in #6
- add icon picker translations
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Adding ->native(false) because it fix the html render by @wallacemaxters in #5
New Contributors
- @wallacemaxters made their first contribution in #5
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Optimize IconPicker: limit results and improve memory usage by @Ilnytskyi-Oleh in #3
New Contributors
- @Ilnytskyi-Oleh made their first contribution in #3
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0
collect icons from all blade icons providers by @3x1io
after installation use this command to cache all icons
php artisan filament-icons:installFull Changelog: v1.0.3...v1.1.0
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
add feature to add custom icons lib to picker and column by @3x1io
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- fix empty icon on Table column by @3x1io
Full Changelog: v1.0.0...v1.0.1