Releases: rawilk/profile-filament-plugin
Releases · rawilk/profile-filament-plugin
v0.4.1
v0.4.0
What's Changed
- NPM: Bump esbuild from 0.23.1 to 0.24.0 by @dependabot in #51
- NPM: Bump tailwindcss from 3.4.11 to 3.4.12 by @dependabot in #52
- Breaking change - Move profile cluster classes from
Rawilk\ProfileFilament\Filament\Clusters\Profile
namespace toRawilk\ProfileFilament\Filament\Pages\Profile
namespace - Possible breaking change - Ensure only enabled profile pages have routes registered
- Ensure custom cluster and pages slugs are respected in a multi-panel setup - d1015ff
Full Changelog: v0.3.5...v0.4.0
v0.3.5
What's Changed
- NPM: Bump esbuild from 0.21.5 to 0.22.0 by @dependabot in #39
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #40
- NPM: Bump esbuild from 0.22.0 to 0.23.0 by @dependabot in #41
- NPM: Bump tailwindcss from 3.4.4 to 3.4.6 by @dependabot in #44
- NPM: Bump tailwindcss from 3.4.6 to 3.4.7 by @dependabot in #46
- NPM: Bump tailwindcss from 3.4.7 to 3.4.9 by @dependabot in #47
- NPM: Bump esbuild from 0.23.0 to 0.23.1 by @dependabot in #48
- NPM: Bump tailwindcss from 3.4.9 to 3.4.10 by @dependabot in #49
- NPM: Bump tailwindcss from 3.4.10 to 3.4.11 by @dependabot in #50
- fix docs by @alisalehi1380 in #43
- fix configuration path in README file by @alisalehi1380 in #42
- Prevent filament throwing an error when the default panel does not use the plugin in a multi-panel setup - 01bacd0
New Contributors
- @alisalehi1380 made their first contribution in #43
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- NPM: Bump esbuild from 0.20.1 to 0.20.2 by @dependabot in #25
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #26
- NPM: Bump tailwindcss from 3.4.1 to 3.4.3 by @dependabot in #27
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #30
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #31
- NPM: Bump esbuild from 0.20.2 to 0.21.2 by @dependabot in #33
- NPM: Bump esbuild from 0.21.2 to 0.21.3 by @dependabot in #34
- NPM: Bump esbuild from 0.21.3 to 0.21.4 by @dependabot in #35
- NPM: Bump esbuild from 0.21.4 to 0.21.5 by @dependabot in #37
- NPM: Bump tailwindcss from 3.4.3 to 3.4.4 by @dependabot in #38
- Adds Brazilian Portuguese translation by @patriciomartinns in #36
- Composer: Update bacon/bacon-qr-code requirement from ^2.0 to ^3.0 by @dependabot in #29
- NPM: Bump @simplewebauthn/browser from 9.0.1 to 10.0.0 by @dependabot in #28
- Fix incompatible method signature of
redirectTo
in theInvalidVerificationLinkException
New Contributors
- @patriciomartinns made their first contribution in #36
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- NPM: Bump esbuild from 0.20.0 to 0.20.1 by @dependabot in #19
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #23
- Add laravel 11.x support by @rawilk in #24
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- NPM: Bump @simplewebauthn/browser from 9.0.0 to 9.0.1 by @dependabot in #17
- NPM: Bump esbuild from 0.19.11 to 0.20.0 by @dependabot in #18
- When authenticated user is null, set the login url for intended url in pending email responses to prevent multiple redirects and losing flash session data in 9d5d3cb
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
- NPM: Bump tailwindcss from 3.3.5 to 3.3.6 by @dependabot in #5
- NPM: Bump esbuild from 0.19.8 to 0.19.9 by @dependabot in #6
- NPM: Bump tailwindcss from 3.3.6 to 3.4.0 by @dependabot in #7
- NPM: Bump esbuild from 0.19.9 to 0.19.10 by @dependabot in #8
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #10
- NPM: Bump esbuild from 0.19.10 to 0.19.11 by @dependabot in #11
- NPM: Bump tailwindcss from 3.4.0 to 3.4.1 by @dependabot in #12
- Use clusters for profile page navigation by @rawilk in #14
- NPM: Bump @simplewebauthn/browser from 8.3.4 to 9.0.0 by @dependabot in #13
- Prevent accessing email when auth user is null by @rawilk in #15
- Update docs by @rawilk in #16
Breaking changes
- Minimum filament version bumped to
3.2
- Namespace changes for the following profile pages:
Rawilk\ProfileFilament\Filament\Pages\Profile
toRawilk\ProfileFilament\Filament\Clusters\Profile\ProfileInfo
Rawilk\ProfileFilament\Filament\Pages\Settings
toRawilk\ProfileFilament\Filament\Clusters\Profile\Settings
Rawilk\ProfileFilament\Filament\Pages\Security
toRawilk\ProfileFilament\Filament\Clusters\Profile\Security
Rawilk\ProfileFilament\Filament\Pages\Sessions
toRawilk\ProfileFilament\Filament\Clusters\Profile\Sessions
ProfileFilamentPlugin
methods removed:addPage
navigation
IsProfilePage
trait removedfilament-inner-nav
dependency removedProfilePageGroup
class removed in favor of using filament's native navigation groupsprofile-filament::layout
component removedInvalidProfileNavigation
exception removed- Minor method signature changes due to pint formatting in various classes - shouldn't really affect anything unless you're extending these classes
Full Changelog: v0.2.1...v0.3.0