Skip to content

Releases: creagia/filament-code-field

3.0.2

31 Oct 09:37
Compare
Choose a tag to compare

Added

  • Ability to set the max and min length for the CodeField, thanks to @rtraselbd

3.0.1

21 Mar 13:21
0c6d7bf
Compare
Choose a tag to compare

Support PHPUnit 11

3.0.0

21 Mar 09:01
c32bdb5
Compare
Choose a tag to compare

Support for Laravel 11

2.0.0

07 Aug 13:27
Compare
Choose a tag to compare

Added

  • Filament v3 support.

Note: Use v2 branch for Filament 2.

1.0.11

10 Jul 10:48
Compare
Choose a tag to compare

Fixed

  • Code editor crashing when dark mode is disabled in filament.php config file.
  • Issue with editor's maxHeight and minHeight when more than one editor is present in the page.

1.0.10

21 Jun 09:51
Compare
Choose a tag to compare

Fixed

  • Added missing latest plugin script file

1.0.9

21 Jun 09:45
1e48c5d
Compare
Choose a tag to compare

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

11 Mar 10:37
Compare
Choose a tag to compare

Adds

  • setDisplayMode() to update the CodeMirror instance with external state changes.

1.0.7

08 Mar 08:53
Compare
Choose a tag to compare

Fixed

  • Add missing compiled styles

1.0.6

07 Mar 10:04
Compare
Choose a tag to compare

Improved

  • Added ability to set min and max input height size