Skip to content

Releases: outl1ne/nova-notes-field

3.1.0

08 Sep 13:52
e4a362a
Compare
Choose a tag to compare

What's changed

  • Existing notes can be edited

3.0.4

06 Apr 12:54
Compare
Choose a tag to compare

What's changed

  • Allow notable polymorphic relationship to be fillable.
  • Bump webpack from 5.75.0 to 5.76.1

3.0.3

06 Apr 12:23
96ed34b
Compare
Choose a tag to compare

What's Changed

  • Use Nova custom guard if it's configured (thanks to @ph1llips)

3.0.2

23 Feb 08:12
Compare
Choose a tag to compare

Changed

  • Fixed dark mode support (again!)
  • Show user's email if there's no name (thanks to @Meuss)
  • Updated packages

3.0.1

11 Aug 09:38
Compare
Choose a tag to compare

Changed

  • Fixed dark mode support

3.0.0

11 Aug 09:14
Compare
Choose a tag to compare

Added

  • Nova 4 support
  • PHP 8 support

Changed

  • Renamed namespace from OptimistDigital to Outl1ne
  • Dropped Nova 3 support
  • Dropped PHP 7 support
  • Updated packages

2.0.3

14 Dec 09:21
Compare
Choose a tag to compare

Changed

  • Fixed Notes field not working on SoftDeleted models
  • Updated packages

2.0.2

03 Sep 12:39
Compare
Choose a tag to compare

Changed

  • Updated packages

2.0.1

08 Feb 15:45
Compare
Choose a tag to compare

Added

  • Added option to use User attributes for avatar URLs (thanks to @SimonBarrettACT)

Changed

  • Improved avatar URL fallbacks on Vue side
  • Updated packages

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