All notable changes to nova-tags-field
will be documented in this file
- Dark mode support by @saundefined in spatie#149
- Remove unused sass
- @saundefined made their first contribution in spatie#149
Full Changelog: https://github.com/spatie/nova-tags-field/compare/4.0.0...4.0.1
- v4 by @freekmurze in spatie#148
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.5...4.0.0
- Remove help-text component by @LintonAchmad in spatie#141
- @LintonAchmad made their first contribution in spatie#141
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.4...3.4.5
- Ran yarn command for compiling the components by @aliozgurr in spatie#139
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.3...3.4.4
- Added help-text component to form field by @aliozgurr in spatie#138
- @aliozgurr made their first contribution in spatie#138
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.2...3.4.3
- Don't call containing scope when containing input is null by @t1sh0o in spatie#137
- @t1sh0o made their first contribution in spatie#137
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.1...3.4.2
- remove escape from tag by @leMaur in spatie#134
- @leMaur made their first contribution in spatie#134
Full Changelog: https://github.com/spatie/nova-tags-field/compare/3.4.0...3.4.1
- add limit option (#132)
- add the ability to deselect a single tag (#127)
- make field accept optional placeholder (#125)
- add support for spatie/laravel-tags 4.0 (#110)
- allow PHP 8
- fix for "Call to a member function map() on null" (#94)
- escape tags (#99)
- allow spatie/laravel-tags v3
- Support Laravel 8.0
- 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