Skip to content

Releases: rawilk/profile-filament-plugin

v0.4.1

26 Sep 01:11
f625fdb
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

  • Ensure root profile breadcrumb is getting the correct url - f625fdb

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Sep 00:58
e7f1dce
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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 to Rawilk\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

21 Sep 23:37
01bacd0
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Jun 20:20
e086bf2
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

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 the InvalidVerificationLinkException

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

10 Mar 23:16
1520f57
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

01 Feb 14:14
9d5d3cb
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

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

23 Jan 01:33
1bf485d
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

What's Changed

  • Update filament-password-input dep to v2.0.0

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jan 16:31
2e55ee0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

Breaking changes

  • Minimum filament version bumped to 3.2
  • Namespace changes for the following profile pages:
    • Rawilk\ProfileFilament\Filament\Pages\Profile to Rawilk\ProfileFilament\Filament\Clusters\Profile\ProfileInfo
    • Rawilk\ProfileFilament\Filament\Pages\Settings to Rawilk\ProfileFilament\Filament\Clusters\Profile\Settings
    • Rawilk\ProfileFilament\Filament\Pages\Security to Rawilk\ProfileFilament\Filament\Clusters\Profile\Security
    • Rawilk\ProfileFilament\Filament\Pages\Sessions to Rawilk\ProfileFilament\Filament\Clusters\Profile\Sessions
  • ProfileFilamentPlugin methods removed:
    • addPage
    • navigation
  • IsProfilePage trait removed
  • filament-inner-nav dependency removed
  • ProfilePageGroup class removed in favor of using filament's native navigation groups
  • profile-filament::layout component removed
  • InvalidProfileNavigation 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

v0.2.1

05 Dec 15:58
b82d2ec
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • Account for success color pallet in stylesheet in b82d2ec

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Dec 15:18
55b3c9d
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Add pushChallengedUser method to Mfa service in af8e9b8

Full Changelog: v0.1.2...v0.2.0