All notable changes to filament-comments
will be documented in this file.
- Dependency upgrades
- Adds French translations 🇫🇷 (Credit @agencetwogether)
- Adds "Delete comment" translation (Credit @maxime9446)
- Fixes missing closing bracket
- Adds Persian translations 🇮🇷 (Credit @amiralidev)
- Adds ability to define custom comment model class (Credit @ziming)
- Adds markdown editor support (Credit @ziming)
- Eager loads comment user (Credit @ziming)
- Adds German transations 🇩🇪 (Credit @dissto)
- Adds Norwegian translations 🇳🇴 (Credit @Jonas-johansen)
- Database table name can now be set in the config file (Credit @pelmered)
- Adds Laravel 11 support (Credit @ConnorHowell)
- Adds Brazilian Portuguese translations 🇧🇷 (Credit @patriciomartinns)
- Adds Italian translations 🇮🇹 (Credit @Askancy)
- Adds Russian translations 🇷🇺 (Credit @PetroZaburko)
- Adds Ukrainian translations 🇺🇦 (Credit @PetroZaburko)
- Adds authenticatable model class in config file (Credit @PetroZaburko)
- Adds support for morph maps (Credit @pelmered)
- Adds Dutch translations 🇳🇱 (Credit @CodeWithDennis)
- Adds default action icon value to the configuration file
- Adds comment pruning section to the documentation
- Removes redundant stubs call during installation
- Initial release