Releases: inspheric/nova-url-field
Releases · inspheric/nova-url-field
Prevent click propagation
Nova 4 support
Support for Nova 4 and Vue 3
Custom HTML
- Added
customHtml(string)
andcustomHtmlUsing(callable)
to allow the detail and index template to be overridden. - HTML now supported in the
label()
method, usingasHtml()
.
Inspiration thanks to @pecuchet.
noopener and noreferrer
Implemented rel=noopener
for links opened in a new tab, thanks to @spekulatius for the suggestion.
v1.4.0
Security fix
Bump fstream and axios versions
Add truncate for long links, minify field.js
v1.3.1 Update field.js
Merged in new functionality from Text
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
Added additional label methods:
labelUsing()
to accept a callback resolved on the resourcedomainLabel()
nameLabel()
Added additional shortcut clickable method:
alwaysClickable()
Updated docs
v1.1 Update README.md