Releases: abdelhamiderrahmouni/filament-monaco-editor
Releases · abdelhamiderrahmouni/filament-monaco-editor
v0.2.5
What's Changed
- fix some styles by @199ocero in #6
- Fix setup method declaration by @caendesilva in #5
- chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #3
New Contributors
- @199ocero made their first contribution in #6
- @caendesilva made their first contribution in #5
Full Changelog: v0.2.4...v0.2.5
v0.2.4
Full Changelog: v0.2.3...v0.2.4
v0.2.1
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
It's stable now
v0.1.2
v0.1.2