Check you have the stable version installed
If you were having trouble installing the actual v3 stable version earlier, and you kept getting the alpha or beta, here's the command to use:
composer require filament/filament:"^3.0-stable" -W
The docs have been updated. This is simply a complication with using Livewire as a beta dependency at this stage and should be resolved in the long term once Livewire is stable.
What's Changed
- fixed link to Spatie media-library plugin by @hesje in #7358
- Updating Hungarian translation by @torosegon in #7359
- Make actions wizard uncontained by @zepfietje in #7349
- fix new global search render hooks(before,after) by @bezhanSalleh in #7343
- Update outdated charts documentation by @iAmKevinMcKee in #7352
- Fix globally configuring filters layout by @yassine-kessal in #7361
- update pt_BR translations by @saade in #7363
New Contributors
- @hesje made their first contribution in #7358
- @yassine-kessal made their first contribution in #7361
Full Changelog: v3.0.0...v3.0.1