Skip to content

Releases: discoverydesign/filament-gaze

1.1.12

13 Sep 11:00
9053e60
Compare
Choose a tag to compare

What's Changed

  • Added a Portuguese translation, thanks to @a21ns1g4ts

1.1.11

05 Sep 09:16
5351353
Compare
Choose a tag to compare

What's Changed

1.1.10

03 Sep 14:59
ac9f64a
Compare
Choose a tag to compare

What's Changed

1.1.9

02 Sep 14:46
9c76f65
Compare
Choose a tag to compare

What's Changed

  • Added a Swedish translation, thanks to @adevade

1.1.8

02 Sep 13:40
6c76b8d
Compare
Choose a tag to compare

What's Changed

1.1.7

01 Sep 10:10
Compare
Choose a tag to compare

What's Changed

  • Add minimum expiry time of 5 seconds

1.1.6

30 Aug 20:14
b2d76db
Compare
Choose a tag to compare

What's Changed

  • Resolve relationship manager issue in an attempt to satisfy #6

1.1.5

30 Aug 19:44
ddb8e4e
Compare
Choose a tag to compare

What's Changed

  • Improved guard handling in an attempt to satisfy #11
  • Keep-alive polling to fix minor consistency issues.
  • Other minor fixes

1.1.4

22 Aug 08:21
72ed979
Compare
Choose a tag to compare

What's Changed

  • Added the ->hideOnCreate() helper function, to satisfy #4.
  • Refactored how the form record is pulled when refreshed, to satisfy #6.

1.1.3

10 Aug 22:04
578a57d
Compare
Choose a tag to compare

What's Changed

  • Fixed some cases where the form would have no controller. This would happen when the controller naturally left the form and there were 3+ people viewing it.
  • Refresh form when being given natural control. To resolve #2.
  • Scope auth()->id() to the correct guard in some places.