Skip to content

Conversation

@Casmo
Copy link
Contributor

@Casmo Casmo commented Jun 24, 2025

Added Filament v4 support. If you would like to test this you can add the following to your composer.json:

"require": {
  "codewithdennis/filament-select-tree": "4.x-dev"
},
"repositories": {
  "codewithdennis/filament-select-tree": {
      "type": "git",
      "url": "[email protected]:backstagephp/filament-select-tree.git"
  }
}

Will fix #163.

@Casmo Casmo changed the title Initial filament v4 Filament v4 Jun 24, 2025
@Casmo
Copy link
Contributor Author

Casmo commented Jun 27, 2025

I've the tree working, but there are some small css issues. In light mode my hover state isn't showing up.
afbeelding

And my dark mode gives transparent backgrounds.
afbeelding

But that might be css config of the main app.

@Casmo
Copy link
Contributor Author

Casmo commented Jun 27, 2025

Solved it.
afbeelding

@CodeWithDennis
Copy link
Owner

Thanks i will take a look over the weekend!

@CodeWithDennis
Copy link
Owner

Thanks for this! So far, it seems to be working just fine. I'm planning to release a beta version based on this.

@CodeWithDennis CodeWithDennis merged commit 7c7977c into CodeWithDennis:4.x Jun 28, 2025
1 check passed
@Casmo Casmo deleted the 4.x branch June 30, 2025 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants