Skip to content

Releases: outl1ne/nova-notes-field

1.3.2

05 Mar 07:31
Compare
Choose a tag to compare

Added

  • Support Nova 3.0 in composer.json requirements

1.3.1

19 Feb 12:15
Compare
Choose a tag to compare

Added

  • Added ability to provide custom notes model (notes_model in config)

1.3.0

13 Feb 08:26
Compare
Choose a tag to compare

Added

  • Added localization support
  • Added custom table name support (can be changed in the config)
  • Allowed migration(s) publishing

Changed

  • Updated packages

1.2.0

17 Jan 10:04
Compare
Choose a tag to compare

Added

  • Added config file w/ get_avatar_url configuration option

1.1.2

18 Dec 12:25
Compare
Choose a tag to compare

Changed

  • Changed text column from string to text to increase its capacity (php artisan migrate required)
  • Fixed profile image shrinking due to long content
  • Updated packages

1.1.1

24 Oct 11:37
Compare
Choose a tag to compare

Changed

  • Fixed resource saving

1.1.0

24 Oct 11:17
Compare
Choose a tag to compare

Changed

  • Display the Notes field on update view
  • Only allow the note creator to delete the note

1.0.2

23 Oct 08:40
Compare
Choose a tag to compare

Added

  • Show only up to 5 notes initially with "show more" button to display all others

Changed

  • Improved sorting by adding note ID as tie-breaker in case multiple notes were created on the same second

1.0.1

22 Oct 13:43
Compare
Choose a tag to compare

Removed

  • Removed addActivity method from HasNotes trait

1.0.0

22 Oct 13:19
Compare
Choose a tag to compare

Features

  • Notes field on Detail view
  • Differentiation between user-added and system-added notes
  • Ability to add notes through the UI or programmatically
  • Ability to delete user-made notes (w/ confirmation modal)
  • Customizable placeholder support