Skip to content

Commit

Permalink
Fixes for initial commit and changes to existing functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JKHarley committed Jan 1, 2024
1 parent 29cf393 commit c23ec01
Show file tree
Hide file tree
Showing 16 changed files with 123 additions and 4,081 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 3.0.0 - 2024-01-01
- Adds support for Filament 3.0

## 2.1.0 - 2023-07-23
- Adds support for tag classes [https://alex-d.github.io/Trumbowyg/documentation/#tag-classes]
- Adds support for active dropdown icon [https://alex-d.github.io/Trumbowyg/documentation/#change-active-dropdown-icon]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Disclaimer
> **Warning**:
This field does not work with the Filament block builder. I'm actively trying to make this compatible and will hopefully have an update in the near future.
This field does not work with the Filament block builder. I'm actively trying to make this compatible and will hopefully have an update in the near future. The WYSIWYG default theme may also not work as expected in some cases with the Filament 3 theming. If you're using Filament in light mode make sure to set `reset_css` to `false` in the `filament-trumbowyg.php` config in a future update I will be adding the ability to customise the WYSIWYG theme.

## Installation

Expand Down
1 change: 1 addition & 0 deletions config/filament-trumbowyg.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
'minimal_links' => false,
'link_targets' => ['_self', '_blank'],
'image_width_modal_edit' => false,
'reset_css' => false,
];
Loading

0 comments on commit c23ec01

Please sign in to comment.