All notable changes to nova-tags-field
will be documented in this file
- Support Laravel 7.0 and Nova 3.0
- fix small layout issue
- encode unicode characters from inputs (#76)
- fix withLinkToTagResource function (#73)
- fix resource url if nova.path to is
/
(#63)
- consistent styling (#68)
- add support for Laravel 6
- sort the tags by name
- add
withLinkToTagResource
function
- select suggestion on arrowdown if there is exactly one suggestion available
- fix deps
- support Laravel 5.8 and Nova 2.0
- fix for displaying errors
- fix
limitSuggestions
- the
Add Tag...
label is now translatable
- add limiting options
- initial release