Skip to content

Releases: pboivin/filament-peek

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

v1.1.2

13 Nov 14:18
Compare
Choose a tag to compare

What's Changed

  • [1.x] Spanish translations in #109

Full Changelog: v1.1.1...v1.1.2

v2.2.0

10 Oct 14:45
Compare
Choose a tag to compare

What's Changed

  • feat: Add option to use internal preview URL in #101 #102 #103 #104 #106
  • chore: Bump stefanzweifel/git-auto-commit-action from 4 to 5 in #105

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Sep 19:01
Compare
Choose a tag to compare

What's Changed

  • feat: Add ListPreviewAction component in #96
  • feat: Add preview modal data from PreviewAction in #97
  • enh: Add builderName() method alias in #99
  • docs: Update documentation in #98

Full Changelog: v2.0.2...v2.1.0

v2.0.2

16 Sep 21:25
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent validation issue with auto-refresh option in #91
  • enh: Prevent multiple refreshes in one request in #92

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 Sep 17:56
Compare
Choose a tag to compare

What's Changed

  • fix: Ensure builder field is remembered in InlinePreviewAction in #87
  • chore: Rework integration tests in #89
  • chore: Update run-tests workflow in #88
  • chore: Bump actions/checkout in #85

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Aug 15:45
Compare
Choose a tag to compare

πŸŽ‰οΈ Stable release of Peek 2.0 with Filament v3 compatibility

From the Filament documentation:

Livewire v3 is recently released!
The Livewire team have done a great job in making it stable, but it was a complete rewrite of Livewire v2. You may encounter issues, so we recommend testing your application thoroughly before using Filament v3 in production.

Please feel free to report any issues you encounter with Peek in this repository. I'll work with you to determine where the issue is coming from.


Full Changelog: v1.1.0...v2.0.0

v2.0.0-beta4

26 Aug 18:23
Compare
Choose a tag to compare
v2.0.0-beta4 Pre-release
Pre-release

What's Changed

  • [2.x] fix: Don't attach keyup listener if not needed in #81
  • [2.x] fix: Try/catch iframe operations in #81

Full Changelog: v2.0.0-beta3...v2.0.0-beta4