Skip to content

Releases: inspheric/nova-url-field

Prevent click propagation

28 Nov 13:20
a4f0a79
Compare
Choose a tag to compare

Prevent click propagation on Index view, thanks to @tzsk

Nova 4 support

30 Jul 17:06
Compare
Choose a tag to compare

Support for Nova 4 and Vue 3

Custom HTML

26 Mar 14:55
e8badc5
Compare
Choose a tag to compare
  • Added customHtml(string) and customHtmlUsing(callable) to allow the detail and index template to be overridden.
  • HTML now supported in the label() method, using asHtml().

Inspiration thanks to @pecuchet.

noopener and noreferrer

14 Jan 17:06
4bf9d70
Compare
Choose a tag to compare

Implemented rel=noopener for links opened in a new tab, thanks to @spekulatius for the suggestion.

v1.4.0

05 Oct 17:39
Compare
Choose a tag to compare

New title()/titleUsing() and sameTab() methods from contributors.

Security fix

02 Jun 14:07
Compare
Choose a tag to compare

Bump fstream and axios versions

Add truncate for long links, minify field.js

13 Apr 00:22
Compare
Choose a tag to compare

Merged in new functionality from Text

12 Apr 23:32
Compare
Choose a tag to compare

Merged in newer functionality for readonly, placeholder and overriding the field type from the base Nova Text class, which was not available when this package was first published.

Added more label methods

12 Apr 22:46
Compare
Choose a tag to compare

Added additional label methods:

  • labelUsing() to accept a callback resolved on the resource
  • domainLabel()
  • nameLabel()

Added additional shortcut clickable method:

  • alwaysClickable()

Updated docs

27 Aug 22:02
014df72
Compare
Choose a tag to compare
v1.1

Update README.md