Skip to content

Releases: mokhosh/filament-kanban

v2.8.0

08 Apr 21:30
60580f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

12 Mar 22:13
d4a1d9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.7.0

v2.6.1

07 Mar 16:25
cbb89cb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

07 Mar 14:44
Compare
Choose a tag to compare

What's Changed

  • Update KanbanBoard to not require a status property by @brenjt in #20
  • Add getEloquentQuery in queries by @aislandener in #19

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

06 Mar 15:11
Compare
Choose a tag to compare

Save relationships too when saving a record.

v2.4.0

28 Feb 16:58
Compare
Choose a tag to compare
  • Allow int backed enums to be used as status enum
  • Fixes #15
  • Fixes #12

v2.3.0

25 Feb 10:56
Compare
Choose a tag to compare
  • fixes #14
  • deprecate has recent update indication trait

v2.2.0

15 Feb 10:33
Compare
Choose a tag to compare
  • fix animations not working
  • fix cursor while grabbing

fix the stub

09 Feb 18:16
Compare
Choose a tag to compare

the stub now reflects latest changes

v2.1.0

09 Feb 16:33
Compare
Choose a tag to compare
  • $model and $statusEnum cannot be null
  • add HasRecentUpdateIndication trait