# Changelog

All notable changes to `filament-comments` will be documented in this file.

# 1.5.1 - March 27, 2025

- Fixes comment count in action

# 1.5.0 - March 27, 2025

- Adds Laravel 12 support (Credit [@CodeWithDennis](https://github.com/CodeWithDennis))
- Adds Arabic translations (Credit [@majdghithan](https://github.com/majdghithan))
- Adds French tooltip translation (Credit [@agencetwogether](https://github.com/agencetwogether))
- Fix "Call to a member function filamentComments() on null" (Credit [@teodino93](https://github.com/teodino93))

# 1.4.0 - January 3, 2025

- Dependency upgrades
- Adds French translations 🇫🇷 (Credit [@agencetwogether](https://github.com/agencetwogether))
- Adds "Delete comment" translation (Credit [@maxime9446](https://github.com/maxime9446))

# 1.3.1 - June 6, 2024

- Fixes missing closing bracket

# 1.3.0 - June 6, 2024

- Adds Persian translations 🇮🇷 (Credit [@amiralidev](https://github.com/amiralidev))
- Adds ability to define custom comment model class (Credit [@ziming](https://github.com/ziming))
- Adds markdown editor support (Credit [@ziming](https://github.com/ziming))
- Eager loads comment user (Credit [@ziming](https://github.com/ziming))

# 1.2.0 - Mar 15, 2024

- Adds German transations 🇩🇪 (Credit [@dissto](https://github.com/dissto))
- Adds Norwegian translations 🇳🇴 (Credit [@Jonas-johansen](https://github.com/Jonas-johansen))
- Database table name can now be set in the config file (Credit [@pelmered](https://github.com/pelmered))
- Adds Laravel 11 support (Credit [@ConnorHowell](https://github.com/ConnorHowell))

## 1.1.0 - Feb 13, 2024

- Adds Brazilian Portuguese translations 🇧🇷 (Credit [@patriciomartinns](https://github.com/patriciomartinns))
- Adds Italian translations 🇮🇹 (Credit [@Askancy](https://github.com/Askancy))
- Adds Russian translations 🇷🇺 (Credit [@PetroZaburko](https://github.com/PetroZaburko))
- Adds Ukrainian translations 🇺🇦 (Credit [@PetroZaburko](https://github.com/PetroZaburko))
- Adds authenticatable model class in config file (Credit [@PetroZaburko](https://github.com/PetroZaburko))
- Adds support for morph maps (Credit [@pelmered](https://github.com/pelmered))

## 1.0.3 - Jan 31, 2024

- Adds Dutch translations 🇳🇱 (Credit [@CodeWithDennis](https://github.com/CodeWithDennis))

## 1.0.2 - Jan 31, 2024

- Adds default action icon value to the configuration file
- Adds comment pruning section to the documentation

## 1.0.1 - Jan 30, 2024

- Removes redundant stubs call during installation

## 1.0.0 - Jan 30, 2024

- Initial release
