28 lines
726 B
Markdown
28 lines
726 B
Markdown
# Changelog
|
|
|
|
All notable changes to `filament-image-gallery` will be documented in this file.
|
|
|
|
## v2.0.0 - 2024-12-11
|
|
|
|
### Added
|
|
- Support for Filament v4.x
|
|
- `circle()` method for circular image thumbnails
|
|
- `ring(width, color)` method for customizable borders
|
|
- `stacked(overlap)` method with configurable overlap spacing
|
|
|
|
### Changed
|
|
- PHP requirement updated to `^8.2`
|
|
- Compatible with both Filament v3.x and v4.x
|
|
|
|
## v1.0.0 - 2024-12-11
|
|
|
|
### Added
|
|
- Initial release
|
|
- `ImageGalleryColumn` for Filament tables
|
|
- `ImageGalleryEntry` for Filament infolists
|
|
- `x-image-gallery::image-gallery` Blade component
|
|
- Viewer.js integration for image manipulation
|
|
- Dark mode support
|
|
- RTL support
|
|
- English and Arabic translations
|