Skip to content

Releases: abdelhamiderrahmouni/filament-monaco-editor

v0.2.5

16 May 12:10
19ee073
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

15 May 21:14
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

v0.2.1

20 Apr 01:08
Compare
Choose a tag to compare

Made an important change to the preview's body element:

  • removed the static flex class
  • added a getPreviewBodyAttributes and previewBodyAttributes() functions to give full control over the preview's body attributes.

Example:

->previewBodyAttributes([
    'class' => 'bg-red-500',
    'id' => 'preview-body'
]),

v0.2.0

12 Apr 17:47
Compare
Choose a tag to compare

It's stable now

v0.1.2

12 Apr 17:45
Compare
Choose a tag to compare
v0.1.2