Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.x #27

Merged
merged 4 commits into from
Feb 16, 2024
Merged

3.x #27

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.0",
"filament/filament": "^2.0",
"filament/filament": "^3.0",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0|^10.0"
},
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