Skip to content

Releases: pboivin/filament-peek

v2.2.7

03 May 16:11
Compare
Choose a tag to compare

What's Changed

  • fix: Remove filament vendor views from tailwind content config in #133
  • enh: Fix preview styles on mobile screens in #132
  • chore: bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 in #130

Full Changelog: v2.2.6...v2.2.7

v2.2.6

24 Apr 14:33
Compare
Choose a tag to compare

What's Changed

  • enh: Support ListPreviewAction with relation managers in #129
  • chore: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 in #125
  • chore: bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 in #126

Full Changelog: v2.2.5...v2.2.6

v2.2.5

11 Mar 13:35
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 11 compatibility by @bambamboole in #124
  • chore: bump ramsey/composer-install from 2 to 3 in #123

New Contributors

Full Changelog: v2.2.4...v2.2.5

v2.2.4

02 Mar 22:23
Compare
Choose a tag to compare

What's Changed

  • Fix iframe not refreshing when using internalPreviewUrl by @FDT2k in #121

New Contributors

Full Changelog: v2.2.3...v2.2.4

v1.1.5

02 Mar 22:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v2.2.3

31 Jan 16:01
Compare
Choose a tag to compare

Warning

This release fixes a regression in the previous version that broke image previews. The fix is to call the beforeStateDehydrated hook when preparing the preview modal data. I think this is a good default. You can disable it by setting the $shouldDehydrateBeforePreview property to false on your Page class.

What's Changed

  • [2.x] fix: Call beforeStateDehydrated hook by default to handle image uploads in #118

Full Changelog: v2.2.2...v2.2.3

v1.1.4

31 Jan 15:58
Compare
Choose a tag to compare

Warning

This release fixes a regression in the previous version that broke image previews. The fix is to call the beforeStateDehydrated hook when preparing the preview modal data. I think this is a good default. You can disable it by setting the $shouldDehydrateBeforePreview property to false on your Page class.

What's Changed

  • [1.x] fix: Call beforeStateDehydrated hook by default to handle image uploads in #119

Full Changelog: v1.1.3...v1.1.4

v2.2.2

13 Jan 17:27
Compare
Choose a tag to compare

Warning

This release fixes a bug that caused the relationships to be saved by default before opening the preview modal. In the unlikely event that you are relying on this behavior, you can set the $shouldCallHooksBeforePreview property to true on your Page class to revert to the old behavior.

What's Changed

  • fix: Don't call state hooks by default when opening the preview modal in #114
  • chore: Fix tests in #110
  • chore: PHP 8.3 in #111
  • chore: bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 in #112

Full Changelog: v2.2.1...v2.2.2

v1.1.3

13 Jan 17:27
Compare
Choose a tag to compare

Warning

This release fixes a bug that caused the relationships to be saved by default before opening the preview modal. In the unlikely event that you are relying on this behavior, you can set the $shouldCallHooksBeforePreview property to true on your Page class to revert to the old behavior.

What's Changed

  • [1.x] fix: Don't call state hooks by default when opening the preview modal in #116

Full Changelog: v1.1.2...v1.1.3

v2.2.1

13 Nov 14:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1