# Changelog

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

## 1.3.3 - 2025-04-16

Fix: The showInsideControl was missing from the Textarea (Thanks @CharlieEtienne for the PR)

## 1.3.2 - 2025-02-10

Updated:

- updated rich-editor.blade.php
  
  * Fixing async alpine not loading in spa
  * Add disableGrammarly Method
  * Use Heroicons for rich editor and Markdown editor
  * Add CSS class to rich editor editor
  
- updated textarea.blade.php
  
  * Fixing async alpine not loading in spa
  

## 1.3.1 - 2024-07-15

Changed: Updated README with new RichEditor support

## 1.3.0 - 2024-07-15

New: Added Arabic language (thanks to Omar @devOMAR-2)
New: Added RichEditor support

## 1.2.4 - 2024-07-03

New: Added German translation (thanks to @dissto)
Fix: Fixed a translation key (thanks to @dissto)

## 1.2.3 - 2024-05-29

Fix: Respect maxLength in combination with characterLimit

## 1.2.2 - 2024-05-24

fix: typo in translation for the dutch variant of characters

## 1.2.1 - 2024-05-14

Fixed a bug if you use ->live() on the Fields, the counter would stutter and the character count was not correct.

## 1.2.0 - 2024-04-26

Added the option to show the counter in the component (default is outside the component)

## 1.1.0 - 2024-04-25

Fix: Placed helper in correct section

## 1.0.0 - 2024-04-24

- initial release
