Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 1.85 KB

Changelog

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

1.3.1 - June 6, 2024

  • Fixes missing closing bracket

1.3.0 - June 6, 2024

  • 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)

1.2.0 - Mar 15, 2024

  • 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)

1.1.0 - Feb 13, 2024

  • 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)

1.0.3 - Jan 31, 2024

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