Releases: creagia/filament-code-field
Releases · creagia/filament-code-field
3.0.2
Added
- Ability to set the max and min length for the CodeField, thanks to @rtraselbd
3.0.1
Support PHPUnit 11
3.0.0
Support for Laravel 11
2.0.0
Added
- Filament v3 support.
Note: Use v2
branch for Filament 2.
1.0.11
Fixed
- Code editor crashing when dark mode is disabled in
filament.php
config file. - Issue with editor's
maxHeight
andminHeight
when more than one editor is present in the page.
1.0.10
Fixed
- Added missing latest plugin script file
1.0.9
Fixed
- Detecting dark mode broke the input in certain situations.
- Setting the app to RTL mode displays the code in the wrong direction.
1.0.8
Adds
setDisplayMode()
to update the CodeMirror instance with external state changes.
1.0.7
Fixed
- Add missing compiled styles
1.0.6
Improved
- Added ability to set min and max input height size