Skip to content

Releases: outl1ne/nova-notes-field

2.0.0

15 Dec 11:43
Compare
Choose a tag to compare

Changed

  • Dropped PHP 7.1, Laravel 6 and Nova 2 support
  • Improved translations loading
  • Fixed whole model being submitted on Firefox when adding a note
  • Allow adding notes via "enter" key

1.5.8

27 Nov 09:24
Compare
Choose a tag to compare

Changed

  • Improved User name handling
  • Updated packages

1.5.7

26 Oct 10:53
Compare
Choose a tag to compare

Changed

  • Fixed a typo leading to a plausible runtime exception
  • Updated packages

1.5.6

07 Sep 06:47
Compare
Choose a tag to compare

Added

1.5.5

04 Sep 12:34
Compare
Choose a tag to compare

Added

Changed

  • Updated packages

1.5.4

04 Sep 07:48
Compare
Choose a tag to compare

Changed

  • Fix using Guard defined in Nova config to retrieve User class (thanks to @adriandmitroca)

1.5.3

02 Sep 12:02
Compare
Choose a tag to compare

Changed

  • Use Guard defined in Nova config to retrieve User class (thanks to @adriandmitroca)

1.5.2

02 Sep 08:58
Compare
Choose a tag to compare

Changed

  • Updated packages

1.5.1

31 Jul 13:03
Compare
Choose a tag to compare

Changed

  • Fix runtime crash with Nova 3.8.0
  • Improved error handling
  • Disabled "add note" button when the input is empty
  • Updated packages

1.5.0

25 May 13:02
Compare
Choose a tag to compare

Added

  • Added custom delete-nova-note Gate that allows customizing deletion permissions