Reminder: If you have a custom theme, you need to recompile this each time you update Filament (npm run build
), as we sometimes change the Tailwind classes we use for UI components and you need to receive the latest additions to avoid a broken UI. Tip: add this command to your post-autoload-dump
in composer.json
!
What's Changed
- Pass target attribute to icon button when button label is hidden at breakpoint by @wallacemaxters in #11987
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #12001
- fix: Tenant domain slug attribute by @danharrin in #12008
- make IconColumn and IconEntry support collections by @buddhaCode in #11991
- Native DatePicker: min and max HTML attribute shouldn't contain time by @buddhaCode in #12007
- Fix: scrollable tenant menu by @awcodes in #11857
New Contributors
- @wallacemaxters made their first contribution in #11987
Full Changelog: v3.2.58...v3.2.59