Skip to content

Releases: ronssij/filament-simple-draft

v1.2.0

Choose a tag to compare

@ronssij ronssij released this 11 Aug 17:11

What's new

  • Support Filament 5.x — widened filament/support constraint to ^3.0|^4.0|^5.0. Verified against a real Filament v5.7.6 + Livewire v4.4.0 app: same result as the v4 verification, no plugin code changes needed since v5 exists mainly to support Livewire v4 without changing the Filament API surface.
  • Added a README banner image.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@ronssij ronssij released this 11 Aug 16:11

What's new

  • Support Filament 4.x — widened filament/support constraint to ^3.0|^4.0. Verified against a real Filament v4.12.6 app; no other code changes were required, since Field, Action, Color, CreateRecord/EditRecord, and Notification namespaces are unchanged in v4.
  • Fix draft visibility in the admin panel — added Ronssij\FilamentSimpleDraft\Resources\Concerns\Draftable, a Resource trait that overrides getEloquentQuery() to include drafts. Without it, records saved as drafts were hidden by the PublishedScope global scope and became unreachable (404 on edit, missing from listings).
  • Fix dead notification overrideCreate\Draftable was overriding getSavedNotification(), a method Filament's CreateRecord never calls (it calls getCreatedNotification() in both v3 and v4). Renamed so the custom success notification actually fires.

Closes #2

Full Changelog: v1.0.6...v1.1.0

Fix: Draftable is not used

Choose a tag to compare

@ronssij ronssij released this 07 Mar 11:42
ae65ed5
v1.0.6

fix: If draft trait is not used on record but used in form (#1)

v1.0.5

Choose a tag to compare

@ronssij ronssij released this 08 Jan 15:21

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@ronssij ronssij released this 06 Jan 16:58

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@ronssij ronssij released this 06 Jan 16:54

Fixed

2393106 Replaced Get $get with Component as getters doesnt work properly on repeater.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@ronssij ronssij released this 06 Jan 07:33

#Fixed
0487616 Fixed publishing record.

README Updates

Choose a tag to compare

@ronssij ronssij released this 07 Dec 06:45

README Updates

Genesis

Choose a tag to compare

@ronssij ronssij released this 06 Dec 17:51

Genesis